Searched refs:isSubSelector (Results 1 – 2 of 2) sorted by relevance
218 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 …]
71 , isSubSelector(false) in SelectorCheckingContext()88 bool isSubSelector; member