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()
230 …if (!context.isSubSelector && (context.element->isLink() || (relation != CSSSelector::Descendant &… in matchForRelation()
244 nextContext.isSubSelector = false; in matchForRelation()
263 nextContext.isSubSelector = false; in matchForRelation()
275 nextContext.isSubSelector = false; in matchForRelation()
285 nextContext.isSubSelector = false; in matchForRelation()
305 nextContext.isSubSelector = false; in matchForRelation()
312 nextContext.isSubSelector = false; in matchForRelation()
352 nextContext.isSubSelector = false; in matchForShadowDistributed()
490 subContext.isSubSelector = true; in checkOne()
[all …]
DSelectorChecker.h78 , isSubSelector(false) in SelectorCheckingContext()
92 bool isSubSelector; member