Home
last modified time | relevance | path

Searched refs:m_computedStyle (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h112 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