Searched defs:document (Results 201 - 225 of 714) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGURIReference.h41 static inline bool isExternalURIReference(const String& uri, const Document& document) argument
48 KURL url = document.completeURL(uri);
49 return !equalIgnoringFragmentIdentifier(url, document.url());
H A DSVGVKernElement.cpp29 inline SVGVKernElement::SVGVKernElement(Document& document) argument
30 : SVGElement(SVGNames::vkernTag, document)
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DDummyPageHolder.cpp108 Document& DummyPageHolder::document() const function in class:blink::DummyPageHolder
110 return *m_frame->domWindow()->document();
H A DPrivateScriptTestTest.cpp35 Document* document() const { return &m_dummyPageHolder->document(); } function in class:blink::__anon11176::PrivateScriptTestTest
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
H A DInternalsGeolocation.cpp45 void InternalsGeolocation::setGeolocationClientMock(Internals&, Document* document) argument
47 ASSERT(document && document->frame());
50 for (Frame* childFrame = document->page()->mainFrame(); childFrame; childFrame = childFrame->tree().traverseNext()) {
56 void InternalsGeolocation::setGeolocationPosition(Internals&, Document* document, double latitude, double longitude, double accuracy) argument
58 ASSERT(document && document->frame());
59 GeolocationClientMock* client = geolocationClient(document);
65 void InternalsGeolocation::setGeolocationPositionUnavailableError(Internals&, Document* document, const String& message) argument
67 ASSERT(document
74 setGeolocationPermission(Internals&, Document* document, bool allowed) argument
83 numberOfPendingGeolocationPermissionRequests(Internals&, Document* document) argument
92 geolocationClient(Document* document) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DDOMWindowIndexedDatabase.cpp85 Document* document = m_window.document(); local
86 if (!document)
89 Page* page = document->page();
/external/chromium_org/third_party/WebKit/Source/modules/performance/
H A DSharedWorkerPerformance.cpp70 Document* document = toDocument(context); local
71 if (!document->loader())
74 double navigationStart = document->loader()->timing()->navigationStart();
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DNavigatorServiceWorker.cpp23 NavigatorServiceWorker* NavigatorServiceWorker::from(Document& document) argument
25 if (!document.frame() || !document.frame()->domWindow())
27 Navigator& navigator = document.frame()->domWindow()->navigator();
H A DServiceWorkerContainerClient.cpp34 Document* document = toDocument(context); local
35 if (!document->frame())
38 ServiceWorkerContainerClient* client = static_cast<ServiceWorkerContainerClient*>(DocumentSupplement::from(document, supplementName()));
43 document->DocumentSupplementable::provideSupplement(ServiceWorkerContainerClient::supplementName(), ServiceWorkerContainerClient::create(document->frame()->loader().client()->createServiceWorkerProvider()));
44 return static_cast<ServiceWorkerContainerClient*>(DocumentSupplement::from(document, supplementName()));
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechGrammarList.cpp49 Document* document = toDocument(executionContext); local
50 m_grammars.append(SpeechGrammar::create(document->completeURL(src), weight));
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DOfflineAudioContext.cpp50 Document* document = toDocument(context); local
80 OfflineAudioContext* audioContext = adoptRefCountedGarbageCollectedWillBeNoop(new OfflineAudioContext(document, numberOfChannels, numberOfFrames, sampleRate));
95 OfflineAudioContext::OfflineAudioContext(Document* document, unsigned numberOfChannels, size_t numberOfFrames, float sampleRate) argument
96 : AudioContext(document, numberOfChannels, numberOfFrames, sampleRate)
/external/chromium_org/third_party/WebKit/Source/web/
H A DDatabaseClientImpl.cpp53 Document* document = toDocument(executionContext); local
54 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
H A DFullscreenController.cpp65 Document& document = element->document(); local
66 m_fullScreenFrame = document.frame();
80 Fullscreen::from(document).didEnterFullScreenForElement(element.get());
81 ASSERT(Fullscreen::currentFullScreenElementFrom(document) == element);
102 if (Document* document = m_fullScreenFrame->document()) {
103 if (Fullscreen* fullscreen = Fullscreen::fromIfExists(*document)) {
106 // the document. While doing that, suppress notifications back to the client.
108 Fullscreen::fullyExitFullscreen(*document);
[all...]
H A DLocalFileSystemClient.cpp75 Document* document = toDocument(context); local
76 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
H A DNotificationPermissionClientImpl.cpp57 Document* document = toDocument(context); local
58 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DMHTMLTest.cpp102 Document* document = frame->document(); local
103 ASSERT_TRUE(document);
107 SecurityOrigin* origin = document->securityOrigin();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DXTagXmlResourceLoader.java38 protected void processResourceXml( File xmlFile, Document document, boolean isSystem ) throws Exception { argument
44 NodeList items = document.getElementsByTagName( tag );
H A DXmlLoader.java15 protected abstract void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception; argument
H A DXpathResourceXmlLoader.java21 @Override protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception { argument
23 NodeList nodes = (NodeList) stringsXPath.evaluate(document, XPathConstants.NODESET);
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcolorSuggestionPicker.js88 document.body.addEventListener("keydown", this._handleKeyDown.bind(this));
147 var selectedElement = document.activeElement;
/external/chromium_org/chrome/renderer/autofill/
H A Dpage_click_tracker_browsertest.cc63 blink::WebDocument document = view_->GetWebView()->mainFrame()->document(); variable
64 text_ = document.getElementById("text_1");
65 textarea_ = document.getElementById("textarea_1");
110 EXPECT_NE(text_, text_.document().focusedElement());
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_focus_only.cc57 const WebDocument& document = GetMainDocument(); local
58 HandleFocusedNodeChanged(document.focusedElement(), false);
64 const WebDocument& document = GetMainDocument(); local
65 if (document.isNull())
100 // Always include the root of the tree, the document. It always has id 1.
/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser_unittest.cc18 scoped_ptr<base::Value> document = test_util::LoadJSONFile( local
20 ASSERT_TRUE(document.get());
22 ASSERT_EQ(base::Value::TYPE_DICTIONARY, document->GetType());
24 EXPECT_TRUE(resource->Parse(*document));
35 scoped_ptr<base::Value> document = test_util::LoadJSONFile( local
37 ASSERT_TRUE(document.get());
39 ASSERT_EQ(base::Value::TYPE_DICTIONARY, document->GetType());
41 EXPECT_TRUE(applist->Parse(*document));
113 scoped_ptr<base::Value> document = test_util::LoadJSONFile( local
115 ASSERT_TRUE(document
212 scoped_ptr<base::Value> document = local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQueryMatcher.cpp36 PassRefPtrWillBeRawPtr<MediaQueryMatcher> MediaQueryMatcher::create(Document& document) argument
38 return adoptRefWillBeNoop(new MediaQueryMatcher(document));
41 MediaQueryMatcher::MediaQueryMatcher(Document& document) argument
42 : m_document(&document)
H A DStyleRuleImport.cpp77 Document* document = m_parentStyleSheet ? m_parentStyleSheet->singleOwnerDocument() : 0; local
80 if (document)
81 context.setReferrer(Referrer(baseURL.strippedForUseAsReferrer(), document->referrerPolicy()));
86 m_styleSheet->parseAuthorStyleSheet(cachedStyleSheet, document ? document->securityOrigin() : 0);
105 Document* document = m_parentStyleSheet->singleOwnerDocument();
106 if (!document)
109 ResourceFetcher* fetcher = document->fetcher();
118 absURL = document->completeURL(m_strHref);
125 || equalIgnoringFragmentIdentifier(absURL, document
[all...]

Completed in 4340 milliseconds

1234567891011>>