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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 68 , isSubSelector(false)
82 bool isSubSelector;
SelectorChecker.cpp 187 if (!context.isSubSelector && (context.element->isLink() || (relation != CSSSelector::Descendant && relation != CSSSelector::Child)))
202 nextContext.isSubSelector = false;
221 nextContext.isSubSelector = false;
233 nextContext.isSubSelector = false;
243 nextContext.isSubSelector = false;
262 nextContext.isSubSelector = true;
274 nextContext.isSubSelector = false;
291 nextContext.isSubSelector = false;
419 subContext.isSubSelector = true;
607 subContext.isSubSelector = true
    [all...]

Completed in 59 milliseconds