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

  /external/webkit/Source/WebCore/css/
CSSStyleSelector.h 221 void matchPageRules(RuleSet*, bool isLeftPage, bool isFirstPage, const String& pageName);
222 void matchPageRulesForList(const Vector<RuleData>*, bool isLeftPage, bool isFirstPage, const String& pageName);
223 bool isLeftPage(int pageIndex) const;
224 bool isRightPage(int pageIndex) const { return !isLeftPage(pageIndex); }
CSSStyleSelector.cpp     [all...]

Completed in 570 milliseconds