Searched refs:hasSVGRareData (Results 1 – 2 of 2) sorted by relevance
93 if (hasSVGRareData()) { in ~SVGElement()133 if (!hasSVGRareData()) in willRecalcStyle()186 if (hasSVGRareData()) in ensureSVGRareData()262 return hasSVGRareData() && svgRareData()->instanceUpdatesBlocked(); in instanceUpdatesBlocked()267 if (hasSVGRareData()) in setInstanceUpdatesBlocked()542 if (!hasSVGRareData()) in removeInstanceMapping()564 if (!hasSVGRareData()) in instancesForElement()618 ASSERT(!hasSVGRareData() || !svgRareData()->correspondingElement() || containingShadowRoot()); in correspondingElement()619 return hasSVGRareData() ? svgRareData()->correspondingElement() : 0; in correspondingElement()988 if (hasSVGRareData()) in animatedSMILStyleProperties()[all …]
213 inline bool hasSVGRareData() const { return m_SVGRareData; } in hasSVGRareData() function