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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 108 , m_svgStyle(defaultStyle()->m_svgStyle)
134 m_svgStyle.init();
146 , m_svgStyle(o.m_svgStyle)
163 if (m_svgStyle != inheritParent->m_svgStyle)
164 m_svgStyle.access()->inheritFrom(inheritParent->m_svgStyle.get());
189 if (m_svgStyle != other->m_svgStyle
    [all...]
RenderStyle.h 138 DataRef<SVGRenderStyle> m_svgStyle;
    [all...]

Completed in 69 milliseconds