Home | History | Annotate | Download | only in rendering

Lines Matching refs:currText

623             RenderText* currText = toRenderText(curr);
624 for (InlineTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTextBox()) {
931 RenderText* currText = toRenderText(curr);
932 if (currText->firstTextBox())
933 return currText->firstTextBox();
955 RenderText* currText = toRenderText(curr);
956 if (currText->lastTextBox())
957 return currText->lastTextBox();
997 RenderText* currText = toRenderText(curr);
998 result.uniteIfNonZero(currText->linesVisualOverflowBoundingBox());
1261 RenderText* currText = toRenderText(curr);
1262 for (InlineTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTextBox())