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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SiblingTraversalStrategies.h 45 int countElementsOfTypeBefore(Element*, const QualifiedName&) const;
86 inline int DOMSiblingTraversalStrategy::countElementsOfTypeBefore(Element* element, const QualifiedName& type) const
131 int countElementsOfTypeBefore(Element*, const QualifiedName&) const;
213 inline int ShadowDOMSiblingTraversalStrategy::countElementsOfTypeBefore(Element* element, const QualifiedName& type) const
SelectorChecker.cpp 636 int count = 1 + siblingTraversalStrategy.countElementsOfTypeBefore(&element, element.tagQName());
    [all...]

Completed in 50 milliseconds