OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLeftPage
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
PageRuleCollector.h
41
bool
isLeftPage
(const RenderStyle* rootElementStyle, int pageIndex) const;
42
bool isRightPage(const RenderStyle* rootElementStyle, int pageIndex) const { return !
isLeftPage
(rootElementStyle, pageIndex); }
46
void matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& rules, bool
isLeftPage
, bool isFirstPage, const String& pageName);
PageRuleCollector.cpp
43
bool PageRuleCollector::
isLeftPage
(const RenderStyle* rootElementStyle, int pageIndex) const
66
: m_isLeftPage(
isLeftPage
(rootElementStyle, pageIndex))
87
static bool checkPageSelectorComponents(const CSSSelector* selector, bool
isLeftPage
, bool isFirstPage, const String& pageName)
97
if ((pseudoType == CSSSelector::PseudoLeftPage && !
isLeftPage
)
98
|| (pseudoType == CSSSelector::PseudoRightPage &&
isLeftPage
)
107
void PageRuleCollector::matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& rules, bool
isLeftPage
, bool isFirstPage, const String& pageName)
112
if (!checkPageSelectorComponents(rule->selector(),
isLeftPage
, isFirstPage, pageName))
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h
257
void matchPageRules(MatchResult&, RuleSet*, bool
isLeftPage
, bool isFirstPage, const String& pageName);
258
void matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >&, bool
isLeftPage
, bool isFirstPage, const String& pageName);
261
bool
isLeftPage
(int pageIndex) const;
262
bool isRightPage(int pageIndex) const { return !
isLeftPage
(pageIndex); }
/packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java
[
all
...]
Completed in 305 milliseconds