Home | History | Annotate | Download | only in style

Lines Matching defs:inheritedNotEqual

192     if (oldStyle->inheritedNotEqual(newStyle)
324 bool RenderStyle::inheritedNotEqual(const RenderStyle* other) const
328 || m_svgStyle->inheritedNotEqual(other->m_svgStyle.get())