Home
last modified time | relevance | path

Searched refs:includeEmptyRules (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchRequest.h36 …MatchRequest(RuleSet* ruleSet, bool includeEmptyRules = false, const ContainerNode* scope = 0, con…
38 , includeEmptyRules(includeEmptyRules) in ruleSet()
49 const bool includeEmptyRules; variable
DScopedStyleResolver.cpp124 …r::collectMatchingAuthorRules(ElementRuleCollector& collector, bool includeEmptyRules, CascadeScop… in collectMatchingAuthorRules() argument
133 …MatchRequest matchRequest(&m_authorStyleSheets[i]->contents()->ruleSet(), includeEmptyRules, &m_sc… in collectMatchingAuthorRules()
DScopedStyleResolver.h64 …void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, CascadeScope, Casca…
DStyleResolver.cpp377 …rShadowHost(Element* element, ElementRuleCollector& collector, bool includeEmptyRules, WillBeHeapV… in matchAuthorRulesForShadowHost() argument
386 …resolversInShadowTree.at(j)->collectMatchingAuthorRules(collector, includeEmptyRules, cascadeScope… in matchAuthorRulesForShadowHost()
392 …resolvers.at(i)->collectMatchingAuthorRules(collector, includeEmptyRules, cascadeScope++, --cascad… in matchAuthorRulesForShadowHost()
394 …_treeBoundaryCrossingRules.collectTreeBoundaryCrossingRules(element, collector, includeEmptyRules); in matchAuthorRulesForShadowHost()
398 …solver::matchAuthorRules(Element* element, ElementRuleCollector& collector, bool includeEmptyRules) in matchAuthorRules() argument
404 …document().scopedStyleResolver()->collectMatchingAuthorRules(collector, includeEmptyRules, ignoreC… in matchAuthorRules()
405 …_treeBoundaryCrossingRules.collectTreeBoundaryCrossingRules(element, collector, includeEmptyRules); in matchAuthorRules()
416 …matchAuthorRulesForShadowHost(element, collector, includeEmptyRules, resolvers, resolversInShadowT… in matchAuthorRules()
428 …resolver->collectMatchingAuthorRules(collector, includeEmptyRules, cascadeScope++, resolver->treeS… in matchAuthorRules()
431 …_treeBoundaryCrossingRules.collectTreeBoundaryCrossingRules(element, collector, includeEmptyRules); in matchAuthorRules()
DStyleResolver.h222 void matchAuthorRules(Element*, ElementRuleCollector&, bool includeEmptyRules);
223 …void matchAuthorRulesForShadowHost(Element*, ElementRuleCollector&, bool includeEmptyRules, WillBe…
/external/chromium_org/third_party/WebKit/Source/core/css/
DTreeBoundaryCrossingRules.cpp64 …reeBoundaryCrossingRules(Element* element, ElementRuleCollector& collector, bool includeEmptyRules) in collectTreeBoundaryCrossingRules() argument
83 …MatchRequest request((*it)->ruleSet.get(), includeEmptyRules, scopingNode, (*it)->parentStyleSheet… in collectTreeBoundaryCrossingRules()
DTreeBoundaryCrossingRules.h47 void collectTreeBoundaryCrossingRules(Element*, ElementRuleCollector&, bool includeEmptyRules);
DElementRuleCollector.cpp286 if (properties.isEmpty() && !matchRequest.includeEmptyRules) in collectRuleIfMatches()