Home
last modified time | relevance | path

Searched refs:tertiaryBox (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
DPosition.cpp1178 while (InlineBox* tertiaryBox = inlineBox->prevLeafChild()) { in getInlineBoxAndOffset() local
1179 if (tertiaryBox->bidiLevel() <= level) in getInlineBoxAndOffset()
1181 inlineBox = tertiaryBox; in getInlineBoxAndOffset()
1197 while (InlineBox* tertiaryBox = inlineBox->nextLeafChild()) { in getInlineBoxAndOffset() local
1198 if (tertiaryBox->bidiLevel() <= level) in getInlineBoxAndOffset()
1200 inlineBox = tertiaryBox; in getInlineBoxAndOffset()