Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstTextBox

130         if (firstTextBox()) {
132 RootInlineBox* next = firstTextBox()->root()->nextRootBox();
136 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
198 if (firstTextBox()) {
201 for (InlineTextBox* curr = firstTextBox(); curr; curr = next) {
217 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
235 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
262 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
278 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
326 if (!firstTextBox() || textLength() == 0)
333 if (firstTextBox() && point.y() < firstTextBox()->root()->lineBottom() && point.x() < firstTextBox()->m_x) {
336 offset = firstTextBox()->offsetForPosition(point.x());
337 return createVisiblePosition(offset + firstTextBox()->start(), DOWNSTREAM);
347 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
814 for (box = firstTextBox(); box; box = box->nextTextBox()) {
822 for (box = firstTextBox(); box; box = box->nextTextBox()) {
847 for (InlineTextBox* curr = firstTextBox(); curr; curr = curr->nextTextBox()) {
901 if (!firstTextBox() && parent()) {
1036 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
1125 ASSERT(!firstTextBox() == !lastTextBox()); // Either both are null or both exist.
1126 if (firstTextBox() && lastTextBox()) {
1130 for (InlineTextBox* curr = firstTextBox(); curr; curr = curr->nextTextBox()) {
1131 if (curr == firstTextBox() || curr->x() < leftSide)
1133 if (curr == firstTextBox() || curr->x() + curr->width() > rightSide)
1138 result.setHeight(lastTextBox()->y() + lastTextBox()->height() - firstTextBox()->y());
1139 result.setY(firstTextBox()->y());
1180 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) {
1213 InlineTextBox* box = firstTextBox();
1236 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())