Searched defs:TreeScope (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScope.h47 // A class which inherits both Node and TreeScope must call clearRareData() in its destructor
50 class TreeScope : public WillBeGarbageCollectedMixin { class in namespace:blink
52 TreeScope* parentTreeScope() const { return m_parentTreeScope; }
54 TreeScope* olderShadowRootOrParentTreeScope() const;
55 bool isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf(const TreeScope&) const;
128 bool isInclusiveAncestorOf(const TreeScope&) const;
129 unsigned short comparePosition(const TreeScope&) const;
131 const TreeScope* commonAncestorTreeScope(const TreeScope& other) const;
132 TreeScope* commonAncestorTreeScop
[all...]
H A DTreeScope.cpp28 #include "core/dom/TreeScope.h"
59 TreeScope::TreeScope(ContainerNode& rootNode, Document& document) function in class:blink::TreeScope
75 TreeScope::TreeScope(Document& document) function in class:blink::TreeScope
87 TreeScope::~TreeScope()
103 TreeScope* TreeScope::olderShadowRootOrParentTreeScope() const
112 bool TreeScope
[all...]

Completed in 92 milliseconds