Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstLineBox

69         if (firstLineBox()) {
82 if (firstLineBox()->parent()) {
83 for (InlineRunBox* box = firstLineBox(); box; box = box->nextLineBox())
413 if (InlineRunBox* curr = firstLineBox()) {
432 if (InlineRunBox* curr = firstLineBox()) {
447 if (firstLineBox())
448 x += firstLineBox()->x();
455 if (firstLineBox())
456 y += firstLineBox()->y();
505 if (firstLineBox()) {
532 ASSERT(!firstLineBox() == !lastLineBox()); // Either both are null or both exist.
533 if (firstLineBox() && lastLineBox()) {
537 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) {
538 if (curr == firstLineBox() || curr->x() < leftSide)
540 if (curr == firstLineBox() || curr->x() + curr->width() > rightSide)
545 result.setHeight(lastLineBox()->y() + lastLineBox()->height() - firstLineBox()->y());
546 result.setY(firstLineBox()->y());
554 if (!firstLineBox() || !lastLineBox())
560 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextFlowBox()) {
565 return IntRect(leftSide, firstLineBox()->topVisibleOverflow(), rightSide - leftSide,
566 lastLineBox()->bottomVisibleOverflow() - firstLineBox()->topVisibleOverflow());
574 if (!firstLineBox() && !continuation())
902 if (firstLineBox()) {
903 sx = firstLineBox()->x();
904 sy = firstLineBox()->y();
937 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) {
995 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) {