Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSToLengthConversionData.cpp39 …sionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, const … in CSSToLengthConversionData()
51 …sionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, const … in CSSToLengthConversionData()
61 …sionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, float … in CSSToLengthConversionData()
DCSSToLengthConversionData.h49 const RenderStyle* rootStyle() const { return m_rootStyle; } in rootStyle() function
60 void setRootStyle(const RenderStyle* rootStyle) { m_rootStyle = rootStyle; } in setRootStyle()
DCSSPrimitiveValue.cpp608 const RenderStyle* rootStyle = conversionData.rootStyle(); in computeLengthDouble() local
DCSSGradientValue.cpp70 RenderStyle* rootStyle = renderer->document().documentElement()->renderStyle(); in image() local