HomeSort by relevance Sort by last modified time
    Searched refs:m_document (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptRunner.h 72 RawPtrWillBeMember<Document> m_document; member in class:blink::FINAL
TreeScope.h 67 ASSERT(m_document);
68 return *m_document;
151 void setDocument(Document& document) { m_document = &document; }
178 RawPtrWillBeMember<Document> m_document; member in class:blink::TreeScope
VisitedLinkState.cpp 58 : m_document(document)
111 visitor->trace(m_document);
RangeTest.cpp 33 RefPtrWillBePersistent<HTMLDocument> m_document; member in class:__anon15680::RangeTest
38 m_document = HTMLDocument::create();
39 RefPtrWillBeRawPtr<HTMLHtmlElement> html = HTMLHtmlElement::create(*m_document);
40 html->appendChild(HTMLBodyElement::create(*m_document));
41 m_document->appendChild(html.release());
46 return *m_document;
DocumentMarkerControllerTest.cpp 53 Document& document() const { return *m_document; }
54 DocumentMarkerController& markerController() const { return m_document->markers(); }
62 Document* m_document; member in class:__anon15670::DocumentMarkerControllerTest
68 m_document = &m_dummyPageHolder->document();
69 ASSERT(m_document);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodControllerTest.cpp 23 HTMLDocument& document() const { return *m_document; }
31 HTMLDocument* m_document; member in class:__anon15688::InputMethodControllerTest
37 m_document = toHTMLDocument(&m_dummyPageHolder->document());
38 ASSERT(m_document);
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportTreeRoot.h 40 RawPtrWillBeMember<Document> m_document; member in class:blink::HTMLImportTreeRoot
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.h 80 RawPtrWillBeMember<Document> m_document; member in class:blink::FINAL
HTMLConstructionSite.cpp 324 : m_document(document)
331 ASSERT(m_document->isHTMLDocument() || m_document->isXHTMLDocument());
335 : m_document(&fragment->document())
342 ASSERT(m_document->isHTMLDocument() || m_document->isXHTMLDocument());
357 visitor->trace(m_document);
373 m_document = nullptr;
391 ASSERT(m_document);
392 if (m_document->frame() && !m_isParsingFragment
    [all...]
HTMLParserScheduler.h 47 RefPtrWillBeMember<Document> m_document; member in class:blink::ActiveParserSession
HTMLScriptRunner.h 88 RawPtrWillBeMember<Document> m_document; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentWriter.h 71 RawPtrWillBeMember<Document> m_document; member in class:blink::DocumentWriter
DocumentThreadableLoader.cpp 76 , m_document(document)
143 bool shouldForcePreflight = InspectorInstrumentation::shouldForceCORSPreflight(&m_document);
244 InspectorInstrumentation::didReceiveCORSRedirectResponse(m_document.frame(), resource->identifier(), m_document.frame()->loader().documentLoader(), redirectResponse, 0);
347 DocumentLoader* loader = m_document.frame()->loader().documentLoader();
348 TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "ResourceReceiveResponse", "data", InspectorReceiveResponseEvent::data(identifier, m_document.frame(), response));
349 LocalFrame* frame = m_document.frame();
500 setResource(m_document.fetcher()->fetchMedia(newRequest));
502 setResource(m_document.fetcher()->fetchRawResource(newRequest));
505 InspectorInstrumentation::documentThreadableLoaderStartedLoadingForClient(&m_document, identifier, m_client)
    [all...]
TextTrackLoader.cpp 44 , m_document(document)
170 visitor->trace(m_document);
  /external/chromium_org/third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy.h 91 Document& m_document; member in class:blink::FINAL
ServiceWorkerGlobalScopeProxy.cpp 135 m_document.postInspectorTask(createCrossThreadTask(&WebEmbeddedWorkerImpl::postMessageToPageInspector, &m_embeddedWorker, message));
153 m_document.postTask(createCrossThreadTask(&WebEmbeddedWorkerImpl::terminateWorkerContext, &m_embeddedWorker));
169 , m_document(document)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WindowProxy.cpp 115 m_document.clear();
126 m_document.clear();
322 m_document.set(m_isolate, wrapper);
333 ASSERT(documentWrapper == m_document.newLocal(m_isolate) || m_document.isEmpty());
334 if (m_document.isEmpty())
336 checkDocumentWrapper(m_document.newLocal(m_isolate), m_frame->document());
463 ASSERT(!m_document.isEmpty());
464 v8::Handle<v8::Object> documentHandle = m_document.newLocal(m_isolate);
480 ASSERT(!m_document.isEmpty())
    [all...]
WindowProxy.h 116 ScopedPersistent<v8::Object> m_document; member in class:blink::WindowProxy
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.cpp 127 , m_document(document)
171 return m_document->securityOrigin()->toString();
189 ASSERT(m_document);
219 fields.append("User-Agent: " + m_document->userAgent(m_document->url()));
237 ASSERT(m_document);
252 String cookie = cookieRequestHeaderFieldValue(m_document, url);
266 request->addHeaderField("User-Agent", AtomicString(m_document->userAgent(m_document->url())));
279 m_document = nullptr
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTimeline.h 94 Document* document() { return m_document.get(); }
106 RawPtrWillBeMember<Document> m_document; member in class:blink::AnimationTimeline
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.h 84 : m_document(&document)
89 RefPtrWillBeMember<Document> m_document; member in class:blink::XSLTProcessor
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.cpp 42 : m_document(document)
155 reportMessage(m_document, WarningMessageLevel, "Warning: " + message);
160 reportMessage(m_document, ErrorMessageLevel, "Error: " + message);
367 if (SVGSVGElement* svg = rootElement(*m_document)) {
381 if (SVGSVGElement* svg = rootElement(*m_document))
387 if (SVGSVGElement* svg = rootElement(*m_document))
399 ASSERT(m_document);
400 return rootElement(*m_document);
406 visitor->trace(m_document);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ImeOnFocusTest.cpp 74 RefPtrWillBePersistent<Document> m_document; member in class:__anon16009::ImeOnFocusTest
95 m_document->body()->getElementById(element)->focus();
106 m_document = m_webViewHelper.webViewImpl()->mainFrameImpl()->document().unwrap<Document>();
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.h 53 Document& document() const { return *m_document; }
135 RawPtrWillBeMember<Document> m_document; member in class:blink::StyleResolverState
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 279 : m_document(document)
486 ASSERT(!m_document->frame() || m_document->frame()->isMainFrame());
488 for (Frame* frame = m_document->frame(); frame; frame = frame->tree().traverseNext()) {
498 if (m_updatePageInfoDeferred || !m_document->page() || !m_document->settings())
502 m_pageInfo.m_settingEnabled = m_document->settings()->textAutosizingEnabled();
504 if (!m_pageInfo.m_settingEnabled || m_document->printing()) {
507 RenderView* renderView = m_document->renderView();
510 LocalFrame* mainFrame = m_document->page()->deprecatedLocalMainFrame()
    [all...]

Completed in 808 milliseconds

1 23 4 5