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.h48 …Mode { ResolvingStyle = 0, CollectingStyleRules, CollectingCSSRules, QueryingRules, SharingRules }; enumerator
DElementRuleCollector.cpp382 m_mode = SelectorChecker::SharingRules; in hasAnyMatchingRules()
DSelectorChecker.cpp152 if (pseudoId != NOPSEUDO && m_mode != SharingRules && result) in match()