Home
last modified time | relevance | path

Searched refs:inheritedNotEqual (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.cpp90 bool SVGRenderStyle::inheritedNotEqual(const SVGRenderStyle* other) const in inheritedNotEqual() function in blink::SVGRenderStyle
DRenderStyle.cpp192 if (oldStyle->inheritedNotEqual(newStyle) in stylePropagationDiff()
324 bool RenderStyle::inheritedNotEqual(const RenderStyle* other) const in inheritedNotEqual() function in blink::RenderStyle
328 || m_svgStyle->inheritedNotEqual(other->m_svgStyle.get()) in inheritedNotEqual()
DSVGRenderStyle.h43 bool inheritedNotEqual(const SVGRenderStyle*) const;
DRenderStyle.h1500 bool inheritedNotEqual(const RenderStyle*) const;