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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.cpp 98 bool SVGRenderStyle::inheritedNotEqual(const SVGRenderStyle* other) const
RenderStyle.cpp 299 bool RenderStyle::inheritedNotEqual(const RenderStyle* other) const
303 || m_svgStyle->inheritedNotEqual(other->m_svgStyle.get())
    [all...]

Completed in 74 milliseconds