Searched refs:isSVGRootInlineBox (Results 1 – 4 of 4) sorted by relevance
40 virtual bool isSVGRootInlineBox() const OVERRIDE { return true; } in isSVGRootInlineBox() function
126 virtual bool isSVGRootInlineBox() const { return false; } in isSVGRootInlineBox() function
689 bool isSVGRootInlineBox = lineBox->isSVGRootInlineBox(); in createLineBoxesFromBidiRuns() local694 if (!isSVGRootInlineBox) in createLineBoxesFromBidiRuns()705 if (isSVGRootInlineBox) { in createLineBoxesFromBidiRuns()
205 if (isSVGRootInlineBox()) in alignBoxesInBlockDirection()