Searched refs:isSVGInlineTextBox (Results 1 – 8 of 8) sorted by relevance
45 if (child->isSVGInlineTextBox()) in paint()95 if (child->isSVGInlineTextBox()) { in layoutCharactersInTextBoxes()127 if (child->isSVGInlineTextBox()) { in layoutChildBoxes()190 if (!leaf->isSVGInlineTextBox()) in closestLeafChildForPosition()249 if (!(*last)->isSVGInlineTextBox() || !(*first)->isSVGInlineTextBox()) { in reverseInlineBoxRangeAndValueListsIfNeeded()
38 if (child->isSVGInlineTextBox()) in paintSelectionBackground()61 if (!child->isSVGInlineTextBox() && !child->isSVGInlineFlowBox()) in calculateBoundaries()
35 virtual bool isSVGInlineTextBox() const OVERRIDE { return true; } in isSVGInlineTextBox() function
179 if (!box->isSVGInlineTextBox()) in positionForPoint()
100 if (child->isSVGInlineTextBox()) in collectTextBoxesInFlowBox()
673 if (!box->isSVGInlineTextBox()) in paintTextMatchMarker()
459 if (!box->isSVGInlineTextBox()) in writeSVGInlineTextBoxes()
124 virtual bool isSVGInlineTextBox() const { return false; } in isSVGInlineTextBox() function