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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleSheetScopingNodeList.cpp 39 if (isTreeScopeRoot(node))
52 if (isTreeScopeRoot(node) || !m_scopingNodes)
TreeScopeStyleSheetCollection.cpp 67 if (!isTreeScopeRoot(scopingNode))
75 if (!isTreeScopeRoot(scopingNode))
SelectorQuery.cpp 217 if (element && (isTreeScopeRoot(rootNode) || element->isDescendantOf(&rootNode)))
435 if (!(isTreeScopeRoot(rootNode) || element.isDescendantOf(&rootNode)))
446 if (!element || !(isTreeScopeRoot(rootNode) || element->isDescendantOf(&rootNode)))
Node.h     [all...]

Completed in 113 milliseconds