Searched defs:rootStyle (Results 1 – 4 of 4) sorted by relevance
39 …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()
49 const RenderStyle* rootStyle() const { return m_rootStyle; } in rootStyle() function60 void setRootStyle(const RenderStyle* rootStyle) { m_rootStyle = rootStyle; } in setRootStyle()
608 const RenderStyle* rootStyle = conversionData.rootStyle(); in computeLengthDouble() local
70 RenderStyle* rootStyle = renderer->document().documentElement()->renderStyle(); in image() local