Home
last modified time | relevance | path

Searched refs:CollectingCSSRules (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.cpp76 ASSERT(m_mode == SelectorChecker::CollectingCSSRules); in matchedCSSRuleList()
243 if (m_mode == SelectorChecker::CollectingCSSRules) { in sortAndTransferMatchedRules()
320 …if (m_mode == SelectorChecker::CollectingCSSRules || m_mode == SelectorChecker::CollectingStyleRul… in collectRuleIfMatches()
DSelectorChecker.h48 …enum Mode { ResolvingStyle = 0, CollectingStyleRules, CollectingCSSRules, QueryingRules, SharingRu… enumerator
DSelectorChecker.cpp213 …if ((context.elementStyle || m_mode == CollectingCSSRules || m_mode == CollectingStyleRules || m_m… in matchForSubSelector()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DHTMLContentElement.cpp105 SelectorChecker selectorChecker(element->document(), SelectorChecker::CollectingCSSRules); in checkOneSelector()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp1102 collector.setMode(SelectorChecker::CollectingCSSRules); in pseudoCSSRulesForElement()