Home
last modified time | relevance | path

Searched refs:m_treeScope (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleSheetList.cpp35 : m_treeScope(treeScope) in StyleSheetList()
45 if (!m_treeScope) in styleSheets()
47 return document()->styleEngine()->styleSheetsForStyleSheetList(*m_treeScope); in styleSheets()
52 m_detachedStyleSheets = document()->styleEngine()->styleSheetsForStyleSheetList(*m_treeScope); in detachFromDocument()
53 m_treeScope = 0; in detachFromDocument()
69 if (!m_treeScope) in getNamedItem()
78 Element* element = m_treeScope->getElementById(name); in getNamedItem()
DStyleSheetList.h46 Document* document() { return m_treeScope->documentScope(); } in document()
55 TreeScope* m_treeScope; variable
/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleSheetCollection.h96 Document* document() { return m_treeScope.documentScope(); } in document()
123 TreeScope& m_treeScope;
DNode.h476 ASSERT(m_treeScope); in treeScope()
477 return *m_treeScope; in treeScope()
773 , m_treeScope(treeScope) in Node()
777 ASSERT(m_treeScope || type == CreateDocument || type == CreateShadowRoot); in Node()
779 if (m_treeScope) in Node()
780 m_treeScope->guardRef(); in Node()
807 void setTreeScope(TreeScope* scope) { m_treeScope = scope; } in setTreeScope()
812 bool isTreeScopeInitialized() const { return m_treeScope; } in isTreeScopeInitialized()
854 TreeScope* m_treeScope; variable
DStyleSheetCollection.cpp73 : m_treeScope(treeScope) in StyleSheetCollection()
248 styleResolver->resetAuthorStyle(toContainerNode(m_treeScope.rootNode())); in resetAllRuleSetsInTreeScope()
DShadowTreeStyleSheetCollection.cpp116 toShadowRoot(m_treeScope.rootNode())->host()->setNeedsStyleRecalc(); in updateActiveStyleSheets()
DNode.cpp302 if (m_treeScope) in ~Node()
303 m_treeScope->guardDeref(); in ~Node()
/external/chromium_org/third_party/WebKit/Source/core/page/
DDOMSelection.cpp63 , m_treeScope(treeScope) in DOMSelection()
70 m_treeScope = 0; in clearTreeScope()
517 Node* adjustedNode = m_treeScope->ancestorInThisScope(containerNode); in shadowAdjustedNode()
535 Node* adjustedNode = m_treeScope->ancestorInThisScope(containerNode); in shadowAdjustedOffset()
DDOMSelection.h96 const TreeScope* m_treeScope;