Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DPosition.cpp1120 while (InlineBox* tertiaryBox = inlineBox->prevLeafChild()) { in getInlineBoxAndOffset() local
1121 if (tertiaryBox->bidiLevel() <= level) in getInlineBoxAndOffset()
1123 inlineBox = tertiaryBox; in getInlineBoxAndOffset()
1139 while (InlineBox* tertiaryBox = inlineBox->nextLeafChild()) { in getInlineBoxAndOffset() local
1140 if (tertiaryBox->bidiLevel() <= level) in getInlineBoxAndOffset()
1142 inlineBox = tertiaryBox; in getInlineBoxAndOffset()