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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeAdopter.cpp 121 ASSERT(!node.isTreeScope());
Node.h 270 bool isTreeScope() const;
272 bool isShadowRoot() const { return isDocumentFragment() && isTreeScope(); }
    [all...]
ContainerNode.h 337 inline bool Node::isTreeScope() const
Node.cpp 850 if (other->isTreeScope())
851 return !isTreeScope();
    [all...]

Completed in 45 milliseconds