Searched refs:m_document (Results 1 - 25 of 114) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DDocumentResourceReference.h36 DocumentResourceReference(DocumentResource* document) : m_document(document) { m_document->addClient(this); }
37 virtual ~DocumentResourceReference() { m_document->removeClient(this); }
38 DocumentResource* document() { return m_document.get(); }
40 ResourcePtr<DocumentResource> m_document; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DIncrementLoadEventDelayCount.cpp18 : m_document(&document)
25 m_document->decrementLoadEventDelayCount();
31 m_document->decrementLoadEventDelayCount();
32 m_document = &newDocument;
H A DScriptRunner.cpp39 : m_document(document)
51 m_document->incrementLoadEventDelayCount();
70 m_document->incrementLoadEventDelayCount();
108 m_document->decrementLoadEventDelayCount();
121 m_document->decrementLoadEventDelayCount();
129 RefPtrWillBeRawPtr<Document> protect(m_document.get());
145 m_document->decrementLoadEventDelayCount();
152 visitor->trace(m_document);
H A DVisitedLinkState.h63 const Document& document() const { return *m_document; }
67 RawPtrWillBeMember<const Document> m_document; member in class:blink::VisitedLinkState
H A DDOMImplementation.h51 void ref() { m_document->ref(); }
52 void deref() { m_document->deref(); }
54 Document& document() const { return *m_document; }
78 RawPtrWillBeMember<Document> m_document; member in class:blink::FINAL
H A DDocumentParser.cpp39 , m_document(document)
50 ASSERT(!m_document);
56 visitor->trace(m_document);
98 m_document = nullptr;
H A DIncrementLoadEventDelayCount.h30 RefPtrWillBePersistent<Document> m_document; member in class:blink::IncrementLoadEventDelayCount
H A DScriptedAnimationController.cpp48 : m_document(document)
63 visitor->trace(m_document);
92 TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "RequestAnimationFrame", "data", InspectorAnimationFrameEvent::data(m_document, id));
95 InspectorInstrumentation::didRequestAnimationFrame(m_document, id);
104 TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "CancelAnimationFrame", "data", InspectorAnimationFrameEvent::data(m_document, id));
107 InspectorInstrumentation::didCancelAnimationFrame(m_document, id);
114 TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "CancelAnimationFrame", "data", InspectorAnimationFrameEvent::data(m_document, id));
117 InspectorInstrumentation::didCancelAnimationFrame(m_document, id);
148 if (!m_document)
151 double highResNowMs = 1000.0 * m_document
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQueryMatcher.cpp42 : m_document(&document)
44 ASSERT(m_document);
51 m_document = nullptr;
57 if (!m_document || !m_document->frame())
60 return adoptPtr(new MediaQueryEvaluator(m_document->frame()));
65 ASSERT(!m_document || m_document->frame() || !m_evaluator);
82 if (!m_document)
87 reportMediaQueryWarningIfNeeded(m_document, medi
[all...]
H A DCSSSVGDocumentValue.cpp56 m_document = loader->fetchSVGDocument(request);
59 return m_document.get();
H A DCSSSVGDocumentValue.h44 DocumentResource* cachedSVGDocument() const { return m_document.get(); }
58 ResourcePtr<DocumentResource> m_document; member in class:blink::CSSSVGDocumentValue
H A DCSSTestHelper.cpp50 m_document = Document::create();
52 m_styleSheet = CSSStyleSheet::createInline(m_document.get(), KURL(), position, "UTF-8");
H A DCSSTestHelper.h57 RefPtrWillBePersistent<Document> m_document; member in class:blink::CSSTestHelper
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentWriter.cpp53 : m_document(document)
58 , m_parser(m_document->implicitOpen())
60 if (m_document->frame()) {
61 if (FrameView* view = m_document->frame()->view())
72 visitor->trace(m_document);
78 m_document->setCompatibilityMode(Document::NoQuirksMode);
82 if (DocumentParser* parser = m_document->parser()) {
94 OwnPtr<TextResourceDecoder> decoder = m_decoderBuilder.buildFor(m_document);
104 ASSERT(m_document);
109 RefPtrWillBeRawPtr<LocalFrame> protect(m_document
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportTreeRoot.cpp22 , m_document(document)
34 m_document = nullptr;
40 return m_document;
45 return !m_document->parsing() && m_document->styleEngine()->haveStylesheetsLoaded();
59 if (LocalFrame* frame = m_document->frame())
66 ASSERT(m_document);
67 if (m_recalcTimer.isActive() || !m_document->isActive())
70 if (m_recalcTimer.isActive() || !m_document)
95 ASSERT(m_document);
[all...]
H A DHTMLImportLoader.cpp70 if (m_document) {
71 m_document->setImportsController(0);
72 m_document->cancelParsing();
73 m_document.clear();
117 m_document = HTMLDocument::create(init);
118 m_writer = DocumentWriter::create(m_document.get(), response.mimeType(), "UTF-8");
120 DocumentParser* parser = m_document->parser();
165 DocumentParser* parser = m_document->parser();
178 return m_document && m_document
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DXSSAuditorDelegate.cpp70 : m_document(document)
74 ASSERT(m_document);
79 visitor->trace(m_document);
86 FrameLoader& frameLoader = m_document->frame()->loader();
107 m_document->addConsoleMessage(ConsoleMessage::create(JSMessageSource, ErrorMessageLevel, xssInfo.buildConsoleError()));
110 RefPtrWillBeRawPtr<LocalFrame> protect(m_document->frame());
111 FrameLoader& frameLoader = m_document->frame()->loader();
118 frameLoader.client()->didDetectXSS(m_document->url(), xssInfo.m_didBlockEntirePage);
121 PingLoader::sendViolationReport(m_document->frame(), m_reportURL, generateViolationReport(xssInfo), PingLoader::XSSAuditorViolationReport);
125 m_document
[all...]
H A DHTMLScriptRunner.cpp48 : m_document(document)
67 ASSERT(!m_document);
73 if (!m_document)
82 m_document = nullptr;
107 m_hasScriptsWaitingForResources = !m_document->isScriptExecutionReady();
115 ASSERT(m_document);
117 ASSERT(m_document->isScriptExecutionReady());
128 ScriptSourceCode sourceCode = pendingScript.getSource(documentURLForScriptExecution(m_document), errorOccurred);
136 m_hasScriptsWaitingForResources = !m_document->isScriptExecutionReady();
148 IgnoreDestructiveWriteCountIncrementer ignoreDestructiveWriteCountIncrementer(m_document);
[all...]
H A DHTMLParserScheduler.cpp45 : m_document(document)
47 if (!m_document)
49 m_document->incrementActiveParserCount();
54 if (!m_document)
56 m_document->decrementActiveParserCount();
H A DHTMLResourcePreloader.cpp65 : m_document(document)
76 visitor->trace(m_document);
90 FetchRequest request = preload->resourceRequest(m_document);
93 m_document->fetcher()->preload(preload->resourceType(), request, preload->charset());
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLErrors.cpp46 : m_document(document)
54 visitor->trace(m_document);
125 RefPtrWillBeRawPtr<Element> documentElement = m_document->documentElement();
127 RefPtrWillBeRawPtr<Element> rootElement = m_document->createElement(htmlTag, true);
128 RefPtrWillBeRawPtr<Element> body = m_document->createElement(bodyTag, true);
130 m_document->parserAppendChild(rootElement);
133 RefPtrWillBeRawPtr<Element> rootElement = m_document->createElement(htmlTag, true);
134 RefPtrWillBeRawPtr<Element> head = m_document->createElement(headTag, true);
135 RefPtrWillBeRawPtr<Element> style = m_document->createElement(styleTag, true);
137 style->parserAppendChild(m_document
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditCommand.cpp38 : m_document(&document)
41 ASSERT(m_document);
42 ASSERT(m_document->frame());
43 setStartingSelection(m_document->frame()->selection().selection());
48 : m_document(document)
51 ASSERT(m_document);
52 ASSERT(m_document->frame());
125 visitor->trace(m_document);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationTimeline.cpp64 : m_document(document)
85 RefPtrWillBeRawPtr<AnimationPlayer> player = AnimationPlayer::create(m_document->contextDocument().get(), *this, child);
94 if (!m_document)
160 if (m_timeline->m_document && m_timeline->m_document->view())
161 m_timeline->m_document->view()->scheduleAnimation();
172 if (!m_zeroTime && m_document && m_document->loader()) {
173 m_zeroTime = m_document->loader()->timing()->referenceMonotonicTime();
185 if (!m_document) {
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DViewportStyleResolver.cpp48 : m_document(document)
51 ASSERT(m_document);
87 if (!m_document)
91 m_document->setViewportDescription(ViewportDescription(ViewportDescription::UserAgentStyleSheet));
107 m_document->setViewportDescription(description);
133 return primitiveValue->getFloatValue() * m_document->renderStyle()->fontDescription().computedSize();
182 RenderStyle* documentStyle = m_document->renderStyle();
188 FrameView* view = m_document->view();
194 m_document->setHasViewportUnits();
203 visitor->trace(m_document);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlElementTest.cpp22 HTMLDocument& document() const { return *m_document; }
26 RefPtrWillBePersistent<HTMLDocument> m_document; member in class:blink::HTMLFormControlElementTest
35 m_document = toHTMLDocument(&m_dummyPageHolder->document());
36 m_document->setMimeType("text/html");
37 m_document->setCharset("utf-8");

Completed in 2797 milliseconds

12345