Searched refs:isSVGRootInlineBox (Results 1 – 4 of 4) sorted by relevance
40 virtual bool isSVGRootInlineBox() const OVERRIDE { return true; } in isSVGRootInlineBox() function
125 virtual bool isSVGRootInlineBox() const { return false; } in isSVGRootInlineBox() function
834 bool isSVGRootInlineBox = lineBox->isSVGRootInlineBox(); in createLineBoxesFromBidiRuns() local839 if (!isSVGRootInlineBox) in createLineBoxesFromBidiRuns()850 if (isSVGRootInlineBox) { in createLineBoxesFromBidiRuns()
215 if (isSVGRootInlineBox()) in alignBoxesInBlockDirection()