Searched refs:matchAuthorRules (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DScopedStyleResolver.h71 void matchAuthorRules(ElementRuleCollector&, bool includeEmptyRules, bool applyAuthorStyles);
H A DStyleResolver.h287 void matchAuthorRules(Element*, ElementRuleCollector&, bool includeEmptyRules);
H A DStyleResolver.cpp355 m_styleTree.scopedStyleResolverForDocument()->matchAuthorRules(collector, includeEmptyRules, applyAuthorStylesOf(element));
384 void StyleResolver::matchAuthorRules(Element* element, ElementRuleCollector& collector, bool includeEmptyRules) function in class:WebCore::StyleResolver
467 matchAuthorRules(state.element(), collector, false);
952 matchAuthorRules(state.element(), collector, false);
1130 matchAuthorRules(state.element(), collector, rulesToInclude & EmptyCSSRules);
H A DScopedStyleResolver.cpp385 void ScopedStyleResolver::matchAuthorRules(ElementRuleCollector& collector, bool includeEmptyRules, bool applyAuthorStyles) function in class:WebCore::ScopedStyleResolver

Completed in 53 milliseconds