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 46 // A class which inherits both Node and TreeScope must call clearRareData() in its destructor
49 class TreeScope {
54 TreeScope* parentTreeScope() const { return m_parentTreeScope; }
55 void setParentTreeScope(TreeScope*);
98 static TreeScope* noDocumentInstance()
100 DEFINE_STATIC_LOCAL(TreeScope, instance, ());
127 bool isInclusiveAncestorOf(const TreeScope*) const;
128 unsigned short comparePosition(const TreeScope*) const;
133 TreeScope(ContainerNode*, Document*);
134 TreeScope(Document*)
    [all...]
TreeScope.cpp 28 #include "core/dom/TreeScope.h"
62 COMPILE_ASSERT(sizeof(TreeScope) == sizeof(SameSizeAsTreeScope), treescope_should_stay_small);
66 TreeScope::TreeScope(ContainerNode* rootNode, Document* document)
80 TreeScope::TreeScope(Document* document)
91 TreeScope::TreeScope()
99 TreeScope::~TreeScope()
    [all...]

Completed in 38 milliseconds