Searched defs:m_document (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/xml/
H A DXMLTreeViewer.h51 Document* m_document; member in class:WebCore::XMLTreeViewer
H A DXPathResult.h82 RefPtr<Document> m_document; member in class:WebCore::XPathResult
H A DXSLTProcessorQt.cpp52 Document* m_document; member in class:WebCore::XSLTMessageHandler
57 , m_document(document)
64 if (!m_document->frame())
84 Console* console = m_document->frame()->domWindow()->console();
96 Document* m_document; member in class:WebCore::XSLTUriResolver
101 , m_document(document)
109 if (!m_document->frame() || !m_document->securityOrigin()->canRequest(url))
/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMWindowShell.h121 v8::Persistent<v8::Object> m_document; member in class:WebCore::V8DOMWindowShell
/external/webkit/Source/WebCore/css/
H A DCSSFontSelector.h55 void clearDocument() { m_document = 0; }
76 Document* m_document; member in class:WebCore::CSSFontSelector
H A DMediaQueryMatcher.h76 Document* m_document; member in class:WebCore::MediaQueryMatcher
H A DCSSStyleSelector.h272 Document* m_document; member in class:WebCore::CSSStyleSelector::SelectorChecker
/external/webkit/Source/WebCore/dom/
H A DScriptRunner.h60 Document* m_document; member in class:WebCore::ScriptRunner
H A DScriptedAnimationController.h64 Document* m_document; member in class:WebCore::ScriptedAnimationController
H A DDocumentParser.h64 Document* document() const { ASSERT(m_document); return m_document; }
85 // After detach, m_document is cleared. The parser will unwind its
112 // m_document will be 0 after the parser is stopped.
113 Document* m_document; member in class:WebCore::DocumentParser
/external/webkit/Source/WebCore/html/parser/
H A DHTMLPreloadScanner.h53 Document* m_document; member in class:WebCore::HTMLPreloadScanner
H A DHTMLScriptRunner.h87 Document* m_document; member in class:WebCore::HTMLScriptRunner
H A DCSSPreloadScanner.h68 Document* m_document; member in class:WebCore::CSSPreloadScanner
H A DHTMLConstructionSite.h135 Document* m_document; member in class:WebCore::HTMLConstructionSite
H A DHTMLTreeBuilder.h230 Document* m_document; member in class:WebCore::HTMLTreeBuilder
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPDFDocumentImage.h72 CGPDFDocumentRef m_document; member in class:WebCore::PDFDocumentImage
/external/webkit/Source/WebCore/svg/
H A DSVGDocumentExtensions.h71 Document* m_document; // weak reference member in class:WebCore::SVGDocumentExtensions
/external/webkit/Source/WebCore/editing/
H A DEditCommand.h68 Document* document() const { return m_document.get(); }
80 RefPtr<Document> m_document; member in class:WebCore::EditCommand
/external/webkit/Source/WebCore/loader/
H A DDocumentThreadableLoader.h99 Document* m_document; member in class:WebCore::DocumentThreadableLoader
/external/webkit/Source/WebCore/history/
H A DCachedFrame.h49 Document* document() const { return m_document.get(); }
59 RefPtr<Document> m_document; member in class:WebCore::CachedFrameBase
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceLoader.h96 Document* document() const { return m_document; }
135 Document* m_document; member in class:WebCore::CachedResourceLoader
/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.h225 RefPtr<Document> m_document; member in class:WebCore::InspectorDOMAgent
/external/webkit/Source/WebCore/webaudio/
H A DAudioContext.h219 Document* m_document; member in class:WebCore::AudioContext
/external/webkit/Source/WebCore/accessibility/
H A DAXObjectCache.h156 Document* m_document; member in class:WebCore::AXObjectCache
/external/webkit/Source/WebKit/win/
H A DDOMCoreClasses.h530 WebCore::Document* document() { return m_document; }
533 WebCore::Document* m_document; member in class:DOMDocument

Completed in 6604 milliseconds

12