Searched refs:PageRuleCollector (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DPageRuleCollector.cpp30 #include "PageRuleCollector.h"
43 bool PageRuleCollector::isLeftPage(int pageIndex) const
52 bool PageRuleCollector::isFirstPage(int pageIndex) const
58 String PageRuleCollector::pageName(int /* pageIndex */) const
64 void PageRuleCollector::matchAllPageRules(int pageIndex)
76 void PageRuleCollector::matchPageRules(RuleSet* rules, bool isLeftPage, bool isFirstPage, const String& pageName)
112 void PageRuleCollector::matchPageRulesForList(Vector<StyleRulePage*>& matchedRules, const Vector<StyleRulePage*>& rules, bool isLeftPage, bool isFirstPage, const String& pageName)
H A DPageRuleCollector.h34 class PageRuleCollector { class in namespace:WebCore
36 PageRuleCollector(StyleResolver::State& state, DocumentRuleSets& ruleSets) function in class:WebCore::PageRuleCollector
H A DStyleResolver.cpp89 #include "PageRuleCollector.h"
1171 PageRuleCollector collector(m_state, m_ruleSets);

Completed in 170 milliseconds