Searched defs:m_treeScope (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMSelection.h96 const TreeScope* m_treeScope; member in class:WebCore::DOMSelection
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleSheetCollection.h77 Document* document() { return m_treeScope->documentScope(); }
89 TreeScope* m_treeScope; member in class:WebCore::StyleSheetCollection
H A DNode.h495 TreeScope* treeScope() const { return m_treeScope; }
787 , m_treeScope(treeScope)
792 if (!m_treeScope)
793 m_treeScope = TreeScope::noDocumentInstance();
794 m_treeScope->guardRef();
817 void setTreeScope(TreeScope* scope) { m_treeScope = scope; }
861 TreeScope* m_treeScope; member in class:WebCore::Node

Completed in 78 milliseconds