Searched refs:SelectorCheckingContext (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | SelectorChecker.h | 57 struct SelectorCheckingContext { struct 61 …SelectorCheckingContext(const CSSSelector& selector, Element* element, VisitedMatchType visitedMat… in SelectorCheckingContext() argument 105 …Match match(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult* = 0) con… argument 108 …bool checkOne(const SelectorCheckingContext&, const SiblingTraversalStrategy&, unsigned* specifici… 128 …Match matchForSubSelector(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchRe… 130 …Match matchForRelation(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResul… 132 …adowDistributed(const Element*, const SiblingTraversalStrategy&, SelectorCheckingContext& nextCont… 134 …Match matchForPseudoShadow(const ContainerNode*, const SelectorCheckingContext&, const SiblingTrav… 136 …bool checkScrollbarPseudoClass(const SelectorCheckingContext&, Document*, const CSSSelector&) cons…
|
D | SelectorChecker.cpp | 82 static Element* parentElement(const SelectorChecker::SelectorCheckingContext& context) in parentElement() 94 static bool scopeContainsLastMatchedElement(const SelectorChecker::SelectorCheckingContext& context) in scopeContainsLastMatchedElement() 109 static inline bool nextSelectorExceedsScope(const SelectorChecker::SelectorCheckingContext& context) in nextSelectorExceedsScope() 124 SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext& context, const Sibling… in match() 189 …c inline SelectorChecker::SelectorCheckingContext prepareNextContextForRelation(const SelectorChec… in prepareNextContextForRelation() 191 SelectorChecker::SelectorCheckingContext nextContext(context); in prepareNextContextForRelation() 203 SelectorChecker::Match SelectorChecker::matchForSubSelector(const SelectorCheckingContext& context,… in matchForSubSelector() 205 SelectorCheckingContext nextContext = prepareNextContextForRelation(context); in matchForSubSelector() 228 …orChecker::matchForPseudoShadow(const ContainerNode* node, const SelectorCheckingContext& context,… in matchForPseudoShadow() 236 SelectorChecker::Match SelectorChecker::matchForRelation(const SelectorCheckingContext& context, co… in matchForRelation() [all …]
|
D | ElementRuleCollector.cpp | 260 …SelectorChecker::SelectorCheckingContext context(ruleData.selector(), m_context.element(), Selecto… in ruleMatches()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLContentElement.cpp | 120 …SelectorChecker::SelectorCheckingContext context(selector, element, SelectorChecker::VisitedMatchE… in checkOneSelector()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | SelectorQuery.cpp | 121 …SelectorChecker::SelectorCheckingContext selectorCheckingContext(selector, &element, SelectorCheck… in selectorMatches()
|
/external/chromium_org/tools/telemetry/unittest_data/ |
D | perf_report_output.txt | 157 …<WebCore::DOMSiblingTraversalStrategy>(WebCore::SelectorChecker::SelectorCheckingContext const&, W… 159 …<WebCore::DOMSiblingTraversalStrategy>(WebCore::SelectorChecker::SelectorCheckingContext const&, W…
|