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

  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.cpp 107 bool SVGRenderStyle::inheritedNotEqual(const SVGRenderStyle* other) const
RenderStyle.cpp 273 bool RenderStyle::inheritedNotEqual(const RenderStyle* other) const
278 || m_svgStyle->inheritedNotEqual(other->m_svgStyle.get())
    [all...]

Completed in 27 milliseconds