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 46 enum Match { SelectorMatches, SelectorFailsLocally, SelectorFailsAllSiblings, SelectorFailsCompletely };
SelectorChecker.cpp 128 // * SelectorFailsAllSiblings - the selector fails for e and any sibling of e
274 return SelectorFailsAllSiblings;
289 if (match == SelectorMatches || match == SelectorFailsAllSiblings || match == SelectorFailsCompletely)
292 return SelectorFailsAllSiblings;
    [all...]

Completed in 100 milliseconds