Searched refs:inheritedNotEqual (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebCore/rendering/style/
H A DSVGRenderStyle.cpp105 bool SVGRenderStyle::inheritedNotEqual(const SVGRenderStyle* other) const function in class:WebCore::SVGRenderStyle
H A DSVGRenderStyle.h48 bool inheritedNotEqual(const SVGRenderStyle*) const;
H A DRenderStyle.cpp235 bool RenderStyle::inheritedNotEqual(const RenderStyle* other) const function in class:WebCore::RenderStyle
240 m_svgStyle->inheritedNotEqual(other->m_svgStyle.get()) ||
H A DRenderStyle.h1059 bool inheritedNotEqual(const RenderStyle*) const;
/external/webkit/WebCore/dom/
H A DNode.cpp314 else if (s1->inheritedNotEqual(s2))

Completed in 331 milliseconds