HomeSort by relevance Sort by last modified time
    Searched refs:m_rootStyle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSToLengthConversionData.h 49 const RenderStyle* rootStyle() const { return m_rootStyle; }
60 void setRootStyle(const RenderStyle* rootStyle) { m_rootStyle = rootStyle; }
64 return CSSToLengthConversionData(m_style, m_rootStyle, m_viewportWidth, m_viewportHeight, newZoom, m_computingFontSize);
69 const RenderStyle* m_rootStyle;
CSSToLengthConversionData.cpp 41 , m_rootStyle(rootStyle)
53 , m_rootStyle(rootStyle)
63 , m_rootStyle(rootStyle)

Completed in 4923 milliseconds