Searched defs:rootStyle (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSToLengthConversionData.cpp39 CSSToLengthConversionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, const RenderView* renderView, float zoom, bool computingFontSize) argument
41 , m_rootStyle(rootStyle)
51 CSSToLengthConversionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, const RenderView* renderView, bool computingFontSize) argument
53 , m_rootStyle(rootStyle)
61 CSSToLengthConversionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, float viewportWidth, float viewportHeight, float zoom, bool computingFontSize) argument
63 , m_rootStyle(rootStyle)
H A DCSSToLengthConversionData.h44 CSSToLengthConversionData(const RenderStyle* currStyle, const RenderStyle* rootStyle, const RenderView*, float zoom, bool computingFontSize = false);
45 CSSToLengthConversionData(const RenderStyle* currStyle, const RenderStyle* rootStyle, const RenderView*, bool computingFontSize = false);
46 CSSToLengthConversionData(const RenderStyle* currStyle, const RenderStyle* rootStyle, float viewportWidth, float viewportHeight, float zoom, bool computingFontSize = false);
49 const RenderStyle* rootStyle() const { return m_rootStyle; } function in class:blink::CSSToLengthConversionData
60 void setRootStyle(const RenderStyle* rootStyle) { m_rootStyle = rootStyle; } argument
H A DCSSGradientValue.cpp70 RenderStyle* rootStyle = renderer->document().documentElement()->renderStyle(); local
71 CSSToLengthConversionData conversionData(renderer->style(), rootStyle, renderer->view());
H A DCSSPrimitiveValue.cpp608 const RenderStyle* rootStyle = conversionData.rootStyle(); local
627 if (rootStyle)
628 factor = computingFontSize ? rootStyle->fontDescription().specifiedSize() : rootStyle->fontDescription().computedSize();

Completed in 87 milliseconds