Searched refs:nextLeaf (Results 1 – 1 of 1) sorted by relevance
1181 InlineBox* nextLeaf = box->nextLeafChild(); in leftmostPositionInRTLBoxInLTRBlock() local1186 if (nextLeaf && !nextLeaf->isLeftToRightDirection()) { in leftmostPositionInRTLBoxInLTRBlock()1192 lastRTLLeaf = nextLeaf; in leftmostPositionInRTLBoxInLTRBlock()1193 nextLeaf = nextLeaf->nextLeafChild(); in leftmostPositionInRTLBoxInLTRBlock()1194 } while (nextLeaf && !nextLeaf->isLeftToRightDirection()); in leftmostPositionInRTLBoxInLTRBlock()1206 InlineBox* nextLeaf = box->nextLeafChild(); in rightmostPositionInLTRBoxInRTLBlock() local1208 if (nextLeaf && nextLeaf->isLeftToRightDirection()) in rightmostPositionInLTRBoxInRTLBlock()1212 if (nextLeaf) in rightmostPositionInLTRBoxInRTLBlock()1213 …return Position(nextLeaf->renderer()->node(), nextLeaf->caretMaxOffset(), Position::PositionIsOffs… in rightmostPositionInLTRBoxInRTLBlock()1230 InlineBox* nextLeaf = box->nextLeafChild(); in lastWordBreakInBox() local[all …]