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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 131 Match matchForRelation(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
SelectorChecker.cpp 180 match = matchForRelation(context, siblingTraversalStrategy, result);
182 return matchForRelation(context, siblingTraversalStrategy, 0);
223 SelectorChecker::Match SelectorChecker::matchForRelation(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const
    [all...]

Completed in 31 milliseconds