Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp218 nextContext.isSubSelector = true; in matchForSubSelector()
244 …if (!context.isSubSelector && (context.element->isLink() || (relation != CSSSelector::Descendant &… in matchForRelation()
258 nextContext.isSubSelector = false; in matchForRelation()
277 nextContext.isSubSelector = false; in matchForRelation()
300 nextContext.isSubSelector = false; in matchForRelation()
314 nextContext.isSubSelector = false; in matchForRelation()
333 nextContext.isSubSelector = false; in matchForRelation()
340 nextContext.isSubSelector = false; in matchForRelation()
370 nextContext.isSubSelector = false; in matchForShadowDistributed()
531 subContext.isSubSelector = true; in checkOne()
[all …]
DSelectorChecker.h71 , isSubSelector(false) in SelectorCheckingContext()
88 bool isSubSelector; member