HomeSort by relevance Sort by last modified time
    Searched defs:TreeScope (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h 47 // A class which inherits both Node and TreeScope must call clearRareData() in its destructor
50 class TreeScope : public WillBeGarbageCollectedMixin {
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* commonAncestorTreeScope(TreeScope& other)
    [all...]
TreeScope.cpp 28 #include "core/dom/TreeScope.h"
59 TreeScope::TreeScope(ContainerNode& rootNode, Document& document)
75 TreeScope::TreeScope(Document& document)
87 TreeScope::~TreeScope()
103 TreeScope* TreeScope::olderShadowRootOrParentTreeScope() const
112 bool TreeScope::isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf(const TreeScope& scope) cons
    [all...]

Completed in 791 milliseconds