Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp1181 InlineBox* nextLeaf = box->nextLeafChild(); in leftmostPositionInRTLBoxInLTRBlock() local
1186 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() local
1208 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 …]