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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 44 enum Match { SelectorMatches, SelectorFailsLocally, SelectorFailsAllSiblings, SelectorFailsCompletely };
SelectorChecker.cpp 135 // * SelectorFailsAllSiblings - the selector fails for e and any sibling of e
232 return SelectorFailsAllSiblings;
247 if (match == SelectorMatches || match == SelectorFailsAllSiblings || match == SelectorFailsCompletely)
250 return SelectorFailsAllSiblings;
    [all...]

Completed in 27 milliseconds