Searched refs:otherBox (Results 1 – 1 of 1) sorted by relevance
560 InlineBox* otherBox = box; in upstream() local562 otherBox = otherBox->nextLeafChild(); in upstream()563 if (!otherBox) in upstream()565 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*… in upstream()569 otherBox = box; in upstream()571 otherBox = otherBox->prevLeafChild(); in upstream()572 if (!otherBox) in upstream()574 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*… in upstream()682 InlineBox* otherBox = box; in downstream() local684 otherBox = otherBox->nextLeafChild(); in downstream()[all …]