Home
last modified time | relevance | path

Searched refs:hasSelectionPseudo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.h80 , hasSelectionPseudo(false) in SelectorCheckingContext()
94 bool hasSelectionPseudo; member
DSelectorChecker.cpp212 nextContext.hasSelectionPseudo = dynamicPseudo == SELECTION; in matchForSubSelector()
214 && !nextContext.hasSelectionPseudo in matchForSubSelector()
507 } else if (context.hasSelectionPseudo) { in checkOne()