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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 43 class SelectorChecker {
44 WTF_MAKE_NONCOPYABLE(SelectorChecker);
49 explicit SelectorChecker(Document&, Mode);
144 inline bool SelectorChecker::isCommonPseudoClassSelector(const CSSSelector& selector)
155 inline bool SelectorChecker::tagMatches(const Element& element, const QualifiedName& tagQName)
166 inline bool SelectorChecker::checkExactAttribute(const Element& element, const QualifiedName& selectorAttributeName, const StringImpl* value)
177 inline bool SelectorChecker::isHostInItsShadowTree(const Element& element, const ContainerNode* scope)
SelectorChecker.cpp 29 #include "core/css/SelectorChecker.h"
64 SelectorChecker::SelectorChecker(Document& document, Mode mode)
82 static Element* parentElement(const SelectorChecker::SelectorCheckingContext& context)
94 static bool scopeContainsLastMatchedElement(const SelectorChecker::SelectorCheckingContext& context)
96 if (!(context.contextFlags & SelectorChecker::ScopeContainsLastMatchedElement))
109 static inline bool nextSelectorExceedsScope(const SelectorChecker::SelectorCheckingContext& context)
124 SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const
189 static inline SelectorChecker::SelectorCheckingContext prepareNextContextForRelation(const SelectorChecker::SelectorCheckingCont (…)
    [all...]

Completed in 67 milliseconds