Home | History | Annotate | Download | only in rendering

Lines Matching refs:previousText

1130     const RenderObject* previousText = this;
1131 while ((previousText = previousText->previousInPreOrder()))
1132 if (!isInlineFlowOrEmptyText(previousText))
1135 if (previousText && previousText->isText())
1136 if (StringImpl* previousString = toRenderText(previousText)->text())