Searched refs:tertiaryBox (Results 1 – 1 of 1) sorted by relevance
1178 while (InlineBox* tertiaryBox = inlineBox->prevLeafChild()) { in getInlineBoxAndOffset() local1179 if (tertiaryBox->bidiLevel() <= level) in getInlineBoxAndOffset()1181 inlineBox = tertiaryBox; in getInlineBoxAndOffset()1197 while (InlineBox* tertiaryBox = inlineBox->nextLeafChild()) { in getInlineBoxAndOffset() local1198 if (tertiaryBox->bidiLevel() <= level) in getInlineBoxAndOffset()1200 inlineBox = tertiaryBox; in getInlineBoxAndOffset()