Searched defs:isSVGRootInlineBox (Results 1 – 3 of 3) 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() local