Searched defs:SelectorCheckingContext (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.h57 struct SelectorCheckingContext { struct in class:blink::SelectorChecker
61 SelectorCheckingContext(const CSSSelector& selector, Element* element, VisitedMatchType visitedMatchType) function in struct:blink::SelectorChecker::SelectorCheckingContext
105 Match match(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult* = 0) const;
108 bool checkOne(const SelectorCheckingContext&, const SiblingTraversalStrategy&, unsigned* specificity = 0) const;
128 Match matchForSubSelector(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
130 Match matchForRelation(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
132 Match matchForShadowDistributed(const Element*, const SiblingTraversalStrategy&, SelectorCheckingContext& nextContext, MatchResult* = 0) const;
134 Match matchForPseudoShadow(const ContainerNode*, const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
136 bool checkScrollbarPseudoClass(const SelectorCheckingContext&, Document*, const CSSSelector&) const;

Completed in 67 milliseconds