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

  /external/chromium_org/third_party/WebKit/Source/core/events/
TreeScopeEventContext.h 66 bool isInclusiveAncestorOf(const TreeScopeEventContext&);
113 inline bool TreeScopeEventContext::isInclusiveAncestorOf(const TreeScopeEventContext& other)
TreeScopeEventContext.cpp 48 else if (path[i].treeScopeEventContext().isInclusiveAncestorOf(*this))
  /external/chromium_org/third_party/WebKit/Source/core/css/
TreeBoundaryCrossingRules.cpp 79 bool isInnerTreeScope = element->treeScope().isInclusiveAncestorOf(scopingNode->treeScope());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h 128 bool isInclusiveAncestorOf(const TreeScope&) const;
TreeScope.cpp 512 bool TreeScope::isInclusiveAncestorOf(const TreeScope& scope) const

Completed in 98 milliseconds