HomeSort by relevance Sort by last modified time
    Searched full:m_document (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryMatcher.cpp 53 : m_document(document)
56 ASSERT(m_document);
66 m_document = 0;
71 if (!m_document || !m_document->frame() || !m_document->frame()->view())
74 return m_document->frame()->view()->mediaType();
79 if (!m_document || !m_document->frame())
82 Element* documentElement = m_document->documentElement()
    [all...]
StyleSheetList.cpp 35 : m_document(document)
45 if (!m_document)
47 return m_document->styleSheetCollection()->styleSheetsForStyleSheetList();
52 m_detachedStyleSheets = m_document->styleSheetCollection()->styleSheetsForStyleSheetList();
53 m_document = 0;
69 if (!m_document)
78 Element* element = m_document->getElementById(name);
CSSFontSelector.cpp 61 : m_document(document)
65 // FIXME: An old comment used to say there was no need to hold a reference to m_document
69 ASSERT(m_document);
211 Settings* settings = m_document ? m_document->frame() ? m_document->frame()->settings() : 0 : 0;
213 if (allowDownloading && item->isSupportedFormat() && m_document) {
214 FontResource* fetched = item->fetch(m_document);
335 if (!m_document)
337 if (StyleResolver* styleResolver = m_document->styleResolverIfExists()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
DocumentResourceReference.h 36 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:WebCore::DocumentResourceReference
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.cpp 43 : m_document(document)
47 ASSERT(m_document);
75 FrameLoader* frameLoader = m_document->frame()->loader();
83 reportDetails->setString("request-url", m_document->url().string());
96 m_document->addConsoleMessage(JSMessageSource, ErrorMessageLevel, buildConsoleError(xssInfo, m_document->url().string()));
99 RefPtr<Frame> protect(m_document->frame());
100 FrameLoader* frameLoader = m_document->frame()->loader();
107 frameLoader->client()->didDetectXSS(m_document->url(), xssInfo.m_didBlockEntirePage);
110 PingLoader::sendViolationReport(m_document->frame(), m_reportURL, generateViolationReport(), PingLoader::XSSAuditorViolationReport)
    [all...]
HTMLScriptRunner.cpp 47 : m_document(document)
70 m_document = 0;
95 return ScriptSourceCode(script.element()->textContent(), documentURLForScriptExecution(m_document), script.startingPosition());
100 m_hasScriptsWaitingForResources = !m_document->haveStylesheetsAndImportsLoaded();
110 ASSERT(m_document);
112 ASSERT(m_document->haveStylesheetsAndImportsLoaded());
135 IgnoreDestructiveWriteCountIncrementer ignoreDestructiveWriteCountIncrementer(m_document);
205 ASSERT(m_document);
210 ASSERT(m_document->haveStylesheetsAndImportsLoaded());
226 // FIXME: What is this m_document check for
    [all...]
HTMLParserScheduler.cpp 45 : m_document(document)
47 if (!m_document)
49 m_document->incrementActiveParserCount();
54 if (!m_document)
56 m_document->decrementActiveParserCount();
HTMLResourcePreloader.cpp 86 Document* executingDocument = m_document->import() ? m_document->import()->master() : m_document;
87 Document* loadingDocument = m_document;
95 FetchRequest request = preload->resourceRequest(m_document);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentStyleSheetCollection.cpp 54 : m_document(document)
113 Page* owningPage = m_document->page();
122 m_pageUserSheet = CSSStyleSheet::createInline(m_document, m_document->settings()->userStyleSheetLocation());
133 m_document->removedStyleSheet(removedSheet.get());
142 m_document->addedStyleSheet(addedSheet, RecalcStyleImmediately);
165 Page* owningPage = m_document->page();
173 if (sheet->injectedFrames() == InjectInTopFrameOnly && m_document->ownerElement())
175 if (!UserContentURLPattern::matchesPatterns(m_document->url(), sheet->whitelist(), sheet->blacklist()))
177 RefPtr<CSSStyleSheet> groupSheet = CSSStyleSheet::createInline(const_cast<Document*>(m_document), sheet->url())
    [all...]
ScriptedAnimationController.cpp 38 : m_document(document)
71 InspectorInstrumentation::didRequestAnimationFrame(m_document, id);
83 InspectorInstrumentation::didCancelAnimationFrame(m_document, id);
95 double highResNowMs = 1000.0 * m_document->loader()->timing()->monotonicTimeToZeroBasedDocumentTime(monotonicTimeNow);
96 double legacyHighResNowMs = 1000.0 * m_document->loader()->timing()->monotonicTimeToPseudoWallTime(monotonicTimeNow);
110 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireAnimationFrame(m_document, callback->m_id);
133 if (!m_document)
136 if (FrameView* frameView = m_document->view())
ScriptRunner.cpp 38 : m_document(document)
47 m_document->decrementLoadEventDelayCount();
49 m_document->decrementLoadEventDelayCount();
51 m_document->decrementLoadEventDelayCount();
63 m_document->incrementLoadEventDelayCount();
106 RefPtr<Document> protect(m_document);
122 m_document->decrementLoadEventDelayCount();
VisitedLinkState.cpp 72 : m_document(document)
80 for (Element* element = ElementTraversal::firstWithin(m_document); element; element = ElementTraversal::next(element)) {
90 for (Element* element = ElementTraversal::firstWithin(m_document); element; element = ElementTraversal::next(element)) {
91 if (element->isLink() && linkHashForElement(m_document, element) == linkHash)
115 if (!m_document->frame())
118 LinkHash hash = linkHashForElementWithAttribute(m_document, element, attribute);
DocumentParser.cpp 36 , m_document(document)
46 ASSERT(!m_document);
68 m_document = 0;
DOMImplementation.h 46 void ref() { m_document->ref(); }
47 void deref() { m_document->deref(); }
48 Document* document() { return m_document; }
72 Document* m_document; member in class:WebCore::DOMImplementation
DecodedDataDocumentParser.cpp 42 : m_document(document)
55 if (m_firstEncoding == m_document->decoder()->encoding())
63 Document* m_document; member in class:WebCore::__anon12573::TitleEncodingFixer
69 RefPtr<Element> titleElement = m_document->titleElement();
76 OwnPtr<TextCodec> codec = newTextCodec(m_document->decoder()->encoding());
DocumentParser.h 70 Document* document() const { ASSERT(m_document); return m_document; }
91 // After detach, m_document is cleared. The parser will unwind its
118 // m_document will be 0 after the parser is stopped.
119 Document* m_document; member in class:WebCore::DocumentParser
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLErrors.cpp 46 : m_document(document)
120 RefPtr<Element> documentElement = m_document->documentElement();
122 RefPtr<Element> rootElement = m_document->createElement(htmlTag, true);
123 RefPtr<Element> body = m_document->createElement(bodyTag, true);
125 m_document->parserAppendChild(rootElement);
129 RefPtr<Element> rootElement = m_document->createElement(htmlTag, true);
130 RefPtr<Element> body = m_document->createElement(bodyTag, true);
135 m_document->parserRemoveChild(documentElement.get());
138 m_document->parserAppendChild(rootElement);
145 RefPtr<Element> reportElement = createXHTMLParserErrorHeader(m_document, errorMessages)
    [all...]
XMLTreeViewer.cpp 47 : m_document(document)
53 m_document->setIsViewSource(true);
55 m_document->frame()->script()->executeScriptInMainWorld(ScriptSourceCode(scriptString));
57 m_document->frame()->script()->executeScriptInMainWorld(ScriptSourceCode("prepareWebKitXMLViewer('" + noStyleMessage + "');"));
60 RefPtr<Text> text = m_document->createTextNode(cssString);
61 m_document->getElementById("xml-viewer-style")->appendChild(text, IGNORE_EXCEPTION, AttachLazily);
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceSensorEventController.cpp 36 : m_document(document)
60 if (m_document && m_document->domWindow()
61 && !m_document->activeDOMObjectsAreSuspended()
62 && !m_document->activeDOMObjectsAreStopped())
63 m_document->domWindow()->dispatchEvent(event);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentWriter.cpp 53 : m_document(document)
59 , m_parser(m_document->implicitOpen())
61 if (m_document->frame()) {
62 if (FrameView* view = m_document->frame()->view())
75 m_document->setCompatibilityMode(Document::NoQuirksMode);
79 if (DocumentParser* parser = m_document->parser()) {
94 m_document->setVisuallyOrdered();
101 m_decoder = m_decoderBuilder.buildFor(m_document);
111 ASSERT(m_document);
116 RefPtr<Frame> protector(m_document->frame())
    [all...]
DocumentThreadableLoader.cpp 72 , m_document(document)
280 DocumentLoader* loader = m_document->frame()->loader()->documentLoader();
281 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceResponse(m_document->frame(), identifier, response);
327 InspectorInstrumentation::didReceiveData(m_document->frame(), identifier, 0, 0, dataLength);
350 InspectorInstrumentation::didFinishLoading(m_document->frame(), identifier, m_document->frame()->loader()->documentLoader(), finishTime);
361 InspectorInstrumentation::didFailLoading(m_document->frame(), identifier, m_document->frame()->loader()->documentLoader(), error);
395 InspectorInstrumentation::didFailLoading(m_document->frame(), identifier, m_document->frame()->loader()->documentLoader(), error)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimeline.cpp 47 , m_document(document)
57 if (m_document->view())
58 m_document->view()->scheduleAnimation();
72 if (m_document->view() && !m_players.isEmpty())
73 m_document->view()->scheduleAnimation();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditCommand.cpp 38 : 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());
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.cpp 43 : m_document(document)
45 ASSERT(m_document);
73 m_document = 0;
78 if (!m_document || !m_propertySet)
93 m_document->setViewportArguments(arguments);
94 m_document->updateViewportArguments();
119 return primitiveValue->getFloatValue() * m_document->renderStyle()->fontDescription().computedSize();
166 return primitiveValue->computeLength<Length>(m_document->renderStyle(), m_document->renderStyle());
FontBuilder.cpp 62 : m_document(0)
73 // ASSERT(m_document->frame());
74 m_document = document;
82 m_document = 0;
89 ASSERT(m_document && m_document->settings());
90 if (!m_document || !m_document->settings())
97 scope.fontDescription().setUsePrinterFont(m_document->printing());
98 const AtomicString& standardFontFamily = m_document->settings()->standardFontFamily()
    [all...]

Completed in 939 milliseconds

1 2 3 4