Home | History | Annotate | Download | only in css

Lines Matching refs:RenderStyle

39 class RenderStyle;
44 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);
48 const RenderStyle& style() const { return *m_style; }
49 const RenderStyle* rootStyle() const { return m_rootStyle; }
59 void setStyle(const RenderStyle* style) { m_style = style; }
60 void setRootStyle(const RenderStyle* rootStyle) { m_rootStyle = rootStyle; }
68 const RenderStyle* m_style;
69 const RenderStyle* m_rootStyle;