Searched refs:includeEmptyRules (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | MatchRequest.h | 36 …MatchRequest(RuleSet* ruleSet, bool includeEmptyRules = false, const ContainerNode* scope = 0, con… 38 , includeEmptyRules(includeEmptyRules) in ruleSet() 49 const bool includeEmptyRules; variable
|
D | ScopedStyleResolver.cpp | 124 …r::collectMatchingAuthorRules(ElementRuleCollector& collector, bool includeEmptyRules, CascadeScop… in collectMatchingAuthorRules() argument 133 …MatchRequest matchRequest(&m_authorStyleSheets[i]->contents()->ruleSet(), includeEmptyRules, &m_sc… in collectMatchingAuthorRules()
|
D | ScopedStyleResolver.h | 64 …void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, CascadeScope, Casca…
|
D | StyleResolver.cpp | 377 …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()
|
D | StyleResolver.h | 222 void matchAuthorRules(Element*, ElementRuleCollector&, bool includeEmptyRules); 223 …void matchAuthorRulesForShadowHost(Element*, ElementRuleCollector&, bool includeEmptyRules, WillBe…
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | TreeBoundaryCrossingRules.cpp | 64 …reeBoundaryCrossingRules(Element* element, ElementRuleCollector& collector, bool includeEmptyRules) in collectTreeBoundaryCrossingRules() argument 83 …MatchRequest request((*it)->ruleSet.get(), includeEmptyRules, scopingNode, (*it)->parentStyleSheet… in collectTreeBoundaryCrossingRules()
|
D | TreeBoundaryCrossingRules.h | 47 void collectTreeBoundaryCrossingRules(Element*, ElementRuleCollector&, bool includeEmptyRules);
|
D | ElementRuleCollector.cpp | 286 if (properties.isEmpty() && !matchRequest.includeEmptyRules) in collectRuleIfMatches()
|