Searched refs:otherBox (Results 1 – 1 of 1) sorted by relevance
533 InlineBox* otherBox = box; in upstream() local535 otherBox = otherBox->nextLeafChild(); in upstream()536 if (!otherBox) in upstream()538 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*… in upstream()542 otherBox = box; in upstream()544 otherBox = otherBox->prevLeafChild(); in upstream()545 if (!otherBox) in upstream()547 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*… in upstream()645 InlineBox* otherBox = box; in downstream() local647 otherBox = otherBox->nextLeafChild(); in downstream()[all …]