isFirstPage 67 Source/core/css/PageRuleCollector.cpp , m_isFirstPage(isFirstPage(pageIndex)) isFirstPage 87 Source/core/css/PageRuleCollector.cpp static bool checkPageSelectorComponents(const CSSSelector* selector, bool isLeftPage, bool isFirstPage, const String& pageName) isFirstPage 99 Source/core/css/PageRuleCollector.cpp || (pseudoType == CSSSelector::PseudoFirstPage && !isFirstPage)) isFirstPage 107 Source/core/css/PageRuleCollector.cpp void PageRuleCollector::matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& rules, bool isLeftPage, bool isFirstPage, const String& pageName) isFirstPage 112 Source/core/css/PageRuleCollector.cpp if (!checkPageSelectorComponents(rule->selector(), isLeftPage, isFirstPage, pageName)) isFirstPage 44 Source/core/css/PageRuleCollector.h bool isFirstPage(int pageIndex) const; isFirstPage 47 Source/core/css/PageRuleCollector.h void matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& rules, bool isLeftPage, bool isFirstPage, const String& pageName); isFirstPage 281 Source/core/css/resolver/StyleResolver.h void matchPageRules(MatchResult&, RuleSet*, bool isLeftPage, bool isFirstPage, const String& pageName); isFirstPage 282 Source/core/css/resolver/StyleResolver.h void matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >&, bool isLeftPage, bool isFirstPage, const String& pageName); isFirstPage 288 Source/core/css/resolver/StyleResolver.h bool isFirstPage(int pageIndex) const;