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)
135 m_svgStyle.init();
147 , m_svgStyle(o.m_svgStyle)
209 if (m_svgStyle != inheritParent->m_svgStyle)
210 m_svgStyle.access()->inheritFrom(inheritParent->m_svgStyle.get());
237 if (m_svgStyle != other->m_svgStyle
    [all...]
RenderStyle.h 151 DataRef<SVGRenderStyle> m_svgStyle;
    [all...]

Completed in 35 milliseconds