HomeSort by relevance Sort by last modified time
    Searched refs:isTreeScope (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeAdopter.cpp 106 ASSERT(!node->isTreeScope());
Node.h 275 bool isTreeScope() const { return treeScope()->rootNode() == this; }
277 bool isShadowRoot() const { return isDocumentFragment() && isTreeScope(); }
    [all...]
Node.cpp 965 if (other->isTreeScope())
966 return !isTreeScope();
    [all...]

Completed in 3668 milliseconds