Home
last modified time | relevance | path

Searched defs:rootElementStyle (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DPageRuleCollector.cpp43 bool PageRuleCollector::isLeftPage(const RenderStyle* rootElementStyle, int pageIndex) const in isLeftPage() argument
65 PageRuleCollector::PageRuleCollector(const RenderStyle* rootElementStyle, int pageIndex) in PageRuleCollector()
DPageRuleCollector.h43 …bool isRightPage(const RenderStyle* rootElementStyle, int pageIndex) const { return !isLeftPage(ro… in isRightPage()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DElementResolveContext.h52 const RenderStyle* rootElementStyle() const { return m_rootElementStyle; } in rootElementStyle() function
DStyleResolverState.h57 const RenderStyle* rootElementStyle() const { return m_elementContext.rootElementStyle(); } in rootElementStyle() function
DFontBuilder.cpp278 …r::setFontSizeValue(CSSValue* value, RenderStyle* parentStyle, const RenderStyle* rootElementStyle) in setFontSizeValue()
DStyleResolver.cpp893 …const RenderStyle* rootElementStyle = state.rootElementStyle() ? state.rootElementStyle() : docume… in styleForPage() local