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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SiblingTraversalStrategies.h 37 struct DOMSiblingTraversalStrategy {
49 inline bool DOMSiblingTraversalStrategy::isFirstChild(Element* element) const
54 inline bool DOMSiblingTraversalStrategy::isLastChild(Element* element) const
59 inline bool DOMSiblingTraversalStrategy::isFirstOfType(Element* element, const QualifiedName& type) const
68 inline bool DOMSiblingTraversalStrategy::isLastOfType(Element* element, const QualifiedName& type) const
77 inline int DOMSiblingTraversalStrategy::countElementsBefore(Element* element) const
86 inline int DOMSiblingTraversalStrategy::countElementsOfTypeBefore(Element* element, const QualifiedName& type) const
97 inline int DOMSiblingTraversalStrategy::countElementsAfter(Element* element) const
106 inline int DOMSiblingTraversalStrategy::countElementsOfTypeAfter(Element* element, const QualifiedName& type) const
ElementRuleCollector.cpp 292 SelectorChecker::Match match = selectorChecker.match(context, DOMSiblingTraversalStrategy(), result);
SelectorChecker.cpp 500 if (!checkOne(subContext, DOMSiblingTraversalStrategy()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 348 if (selectorChecker.match(selectorCheckingContext, DOMSiblingTraversalStrategy()) == SelectorChecker::SelectorMatches)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.cpp 155 return selectorChecker.match(selectorCheckingContext, DOMSiblingTraversalStrategy()) == SelectorChecker::SelectorMatches;

Completed in 56 milliseconds