Searched refs:matchPageRules (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DPageRuleCollector.h37 void matchPageRules(RuleSet* rules);
H A DPageRuleCollector.cpp70 void PageRuleCollector::matchPageRules(RuleSet* rules) function in class:WebCore::PageRuleCollector
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DScopedStyleResolver.h73 void matchPageRules(PageRuleCollector&);
H A DScopedStyleResolver.cpp416 void ScopedStyleResolver::matchPageRules(PageRuleCollector& collector) function in class:WebCore::ScopedStyleResolver
420 collector.matchPageRules(m_authorStyle.get());
H A DStyleResolver.h315 void matchPageRules(MatchResult&, RuleSet*, bool isLeftPage, bool isFirstPage, const String& pageName);
H A DStyleResolver.cpp992 collector.matchPageRules(CSSDefaultStyleSheets::defaultPrintStyle);
993 collector.matchPageRules(m_ruleSets.userStyle());
996 scopedResolver->matchPageRules(collector);

Completed in 223 milliseconds