Searched defs:isSVGRootInlineBox (Results 1 – 3 of 3) sorted by relevance
42 virtual bool isSVGRootInlineBox() const OVERRIDE FINAL { return true; } in isSVGRootInlineBox() function
122 virtual bool isSVGRootInlineBox() const { return false; } in isSVGRootInlineBox() function
1012 bool isSVGRootInlineBox = lineBox->isSVGRootInlineBox(); in createLineBoxesFromBidiRuns() local