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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SiblingTraversalStrategies.h 46 int countElementsOfTypeAfter(Element*, const QualifiedName&) const;
106 inline int DOMSiblingTraversalStrategy::countElementsOfTypeAfter(Element* element, const QualifiedName& type) const
132 int countElementsOfTypeAfter(Element*, const QualifiedName&) const;
226 inline int ShadowDOMSiblingTraversalStrategy::countElementsOfTypeAfter(Element* element, const QualifiedName& type) const
SelectorChecker.cpp 666 int count = 1 + siblingTraversalStrategy.countElementsOfTypeAfter(&element, element.tagQName());
    [all...]

Completed in 24 milliseconds