HomeSort by relevance Sort by last modified time
    Searched full:selectorcheckingcontext (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 62 struct SelectorCheckingContext {
64 SelectorCheckingContext(const CSSSelector& selector, Element* element, VisitedMatchType visitedMatchType)
105 Match match(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult* = 0) const;
108 bool checkOne(const SelectorCheckingContext&, const SiblingTraversalStrategy&, unsigned* specificity = 0) const;
126 Match matchForSubSelector(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
128 Match matchForRelation(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
130 Match matchForShadowDistributed(const Element*, const SiblingTraversalStrategy&, SelectorCheckingContext& nextContext, MatchResult* = 0) const;
132 Match matchForPseudoShadow(const ContainerNode*, const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
134 bool checkScrollbarPseudoClass(const SelectorCheckingContext&, Document*, const CSSSelector&) const;
135 Element* parentElement(const SelectorCheckingContext&, bool allowToCrossBoundary = false) const
    [all...]
SelectorChecker.cpp 80 Element* SelectorChecker::parentElement(const SelectorCheckingContext& context, bool allowToCrossBoundary) const
103 bool SelectorChecker::scopeContainsLastMatchedElement(const SelectorCheckingContext& context) const
118 static inline bool nextSelectorExceedsScope(const SelectorChecker::SelectorCheckingContext& context)
133 SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const
198 static inline SelectorChecker::SelectorCheckingContext prepareNextContextForRelation(const SelectorChecker::SelectorCheckingContext& context)
200 SelectorChecker::SelectorCheckingContext nextContext(context);
212 SelectorChecker::Match SelectorChecker::matchForSubSelector(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const
214 SelectorCheckingContext nextContext = prepareNextContextForRelation(context);
237 SelectorChecker::Match SelectorChecker::matchForPseudoShadow(const ContainerNode* node, const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) cons
    [all...]
ElementRuleCollector.cpp 263 SelectorChecker::SelectorCheckingContext context(ruleData.selector(), m_context.element(), SelectorChecker::VisitedMatchEnabled);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.cpp 121 SelectorChecker::SelectorCheckingContext selectorCheckingContext(selector, &element, SelectorChecker::VisitedMatchDisabled);
122 selectorCheckingContext.behaviorAtBoundary = SelectorChecker::StaysWithinTreeScope;
123 selectorCheckingContext.scope = !rootNode.isDocumentNode() ? &rootNode : 0;
124 if (selectorCheckingContext.scope)
125 selectorCheckingContext.behaviorAtBoundary = static_cast<SelectorChecker::BehaviorAtBoundary>(SelectorChecker::StaysWithinTreeScope | SelectorChecker::ScopeContainsLastMatchedElement);
126 return selectorChecker.match(selectorCheckingContext, DOMSiblingTraversalStrategy()) == SelectorChecker::SelectorMatches;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLContentElement.cpp 117 SelectorChecker::SelectorCheckingContext context(selector, element, SelectorChecker::VisitedMatchEnabled);
  /external/chromium_org/tools/telemetry/unittest_data/
perf_report_output.txt 157 0.47^14229607^HTMLParserThrea^chrome ^[.] bool WebCore::SelectorChecker::checkOne<WebCore::DOMSiblingTraversalStrategy>(WebCore::SelectorChecker::SelectorCheckingContext const&, WebCore::DOMSiblingTraversalStrategy const&) const
159 --- bool WebCore::SelectorChecker::checkOne<WebCore::DOMSiblingTraversalStrategy>(WebCore::SelectorChecker::SelectorCheckingContext const&, WebCore::DOMSiblingTraversalStrategy const&) const
    [all...]

Completed in 283 milliseconds