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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 108 bool checkOne(const SelectorCheckingContext&, const SiblingTraversalStrategy&, unsigned* specificity = 0) const;
SelectorChecker.cpp 128 if (!checkOne(context, siblingTraversalStrategy, &specificity))
500 bool SelectorChecker::checkOne(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, unsigned* specificity) const
545 if (!checkOne(subContext, DOMSiblingTraversalStrategy()))
    [all...]

Completed in 541 milliseconds