Home
last modified time | relevance | path

Searched refs:SharingRules (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp148 if (pseudoId != NOPSEUDO && m_mode != SharingRules && result) in match()
368 if (m_mode == SharingRules) in matchForShadowDistributed()
543 …if (m_mode == SharingRules && (subContext.selector->isHostPseudoClass() || subContext.selector->ps… in checkOne()
880 if (m_mode == SharingRules) in checkOne()
896 if (m_mode == SharingRules) in checkOne()
DSelectorChecker.h48 …Mode { ResolvingStyle = 0, CollectingStyleRules, CollectingCSSRules, QueryingRules, SharingRules }; enumerator
DElementRuleCollector.cpp340 m_mode = SelectorChecker::SharingRules; in hasAnyMatchingRules()