HomeSort by relevance Sort by last modified time
    Searched refs:isFirstPage (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
PageRuleCollector.cpp 52 bool PageRuleCollector::isFirstPage(int pageIndex) const
67 , m_isFirstPage(isFirstPage(pageIndex))
87 static bool checkPageSelectorComponents(const CSSSelector* selector, bool isLeftPage, bool isFirstPage, const String& pageName)
99 || (pseudoType == CSSSelector::PseudoFirstPage && !isFirstPage))
107 void PageRuleCollector::matchPageRulesForList(Vector<StyleRulePage*>& matchedRules, const Vector<StyleRulePage*>& rules, bool isLeftPage, bool isFirstPage, const String& pageName)
112 if (!checkPageSelectorComponents(rule->selector(), isLeftPage, isFirstPage, pageName))
PageRuleCollector.h 43 bool isFirstPage(int pageIndex) const;
46 void matchPageRulesForList(Vector<StyleRulePage*>& matchedRules, const Vector<StyleRulePage*>& rules, bool isLeftPage, bool isFirstPage, const String& pageName);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 315 void matchPageRules(MatchResult&, RuleSet*, bool isLeftPage, bool isFirstPage, const String& pageName);
316 void matchPageRulesForList(Vector<StyleRulePage*>& matchedRules, const Vector<StyleRulePage*>&, bool isLeftPage, bool isFirstPage, const String& pageName);
322 bool isFirstPage(int pageIndex) const;

Completed in 210 milliseconds