Home
last modified time | relevance | path

Searched refs:hasCombinatorCrossingTreeBoundaryAt (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSSelectorList.h64 bool hasCombinatorCrossingTreeBoundaryAt(size_t index) const;
DCSSSelectorList.cpp194 bool CSSSelectorList::hasCombinatorCrossingTreeBoundaryAt(size_t index) const in hasCombinatorCrossingTreeBoundaryAt() function in WebCore::CSSSelectorList
DRuleSet.cpp369 if (selectorList.hasCombinatorCrossingTreeBoundaryAt(selectorIndex)) { in addChildRules()