Searched refs:m_computedStyle (Results 1 – 1 of 1) sorted by relevance
112 RenderStyle* computedStyle() const { return m_computedStyle.get(); } in computedStyle()113 … void setComputedStyle(PassRefPtr<RenderStyle> computedStyle) { m_computedStyle = computedStyle; } in setComputedStyle()114 void clearComputedStyle() { m_computedStyle = 0; } in clearComputedStyle()181 RefPtr<RenderStyle> m_computedStyle; variable