Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchRequest.h34 …MatchRequest(RuleSet* ruleSet, bool includeEmptyRules = false, const ContainerNode* scope = 0, boo…
36 , includeEmptyRules(includeEmptyRules) in ruleSet()
47 const bool includeEmptyRules; variable
DScopedStyleResolver.cpp131 …r::collectMatchingAuthorRules(ElementRuleCollector& collector, bool includeEmptyRules, bool applyA… in collectMatchingAuthorRules() argument
146 …MatchRequest matchRequest(&m_authorStyleSheets[i]->ruleSet(), includeEmptyRules, scopingNode, appl… in collectMatchingAuthorRules()
DStyleResolver.h250 void matchAuthorRules(Element*, ElementRuleCollector&, bool includeEmptyRules);
251 …void matchAuthorRulesForShadowHost(Element*, ElementRuleCollector&, bool includeEmptyRules, Vector…
257 void collectTreeBoundaryCrossingRules(Element*, ElementRuleCollector&, bool includeEmptyRules);
DStyleResolver.cpp409 …reeBoundaryCrossingRules(Element* element, ElementRuleCollector& collector, bool includeEmptyRules) in collectTreeBoundaryCrossingRules() argument
432 …collector.collectMatchingRules(MatchRequest(ruleSet, includeEmptyRules, scopingNode), ruleRange, s… in collectTreeBoundaryCrossingRules()
441 …rShadowHost(Element* element, ElementRuleCollector& collector, bool includeEmptyRules, Vector<Scop… in matchAuthorRulesForShadowHost() argument
451 …resolversInShadowTree.at(j)->collectMatchingAuthorRules(collector, includeEmptyRules, applyAuthorS… in matchAuthorRulesForShadowHost()
457 …resolvers.at(i)->collectMatchingAuthorRules(collector, includeEmptyRules, applyAuthorStyles, casca… in matchAuthorRulesForShadowHost()
459 collectTreeBoundaryCrossingRules(element, collector, includeEmptyRules); in matchAuthorRulesForShadowHost()
463 …solver::matchAuthorRules(Element* element, ElementRuleCollector& collector, bool includeEmptyRules) in matchAuthorRules() argument
470 …edStyleResolverForDocument()->collectMatchingAuthorRules(collector, includeEmptyRules, applyAuthor… in matchAuthorRules()
471 collectTreeBoundaryCrossingRules(element, collector, includeEmptyRules); in matchAuthorRules()
482 …matchAuthorRulesForShadowHost(element, collector, includeEmptyRules, resolvers, resolversInShadowT… in matchAuthorRules()
[all …]
DScopedStyleResolver.h62 …void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, bool applyAuthorSty…
/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.cpp192 …collectMatchingRules(MatchRequest(regionRules, matchRequest.includeEmptyRules, matchRequest.scope)… in collectMatchingRulesForRegion()
310 if (!properties || (properties->isEmpty() && !matchRequest.includeEmptyRules)) in collectRuleIfMatches()