Searched defs:rightmostBox (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp555 const InlineBox* rightmostBox; local
558 rightmostBox = nextBox;
559 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak();
561 return createPositionWithAffinityForBox(rightmostBox,
562 box->isLeftToRightDirection() ? rightmostBox->caretMaxOffset() : rightmostBox->caretMinOffset(), shouldAffinityBeDownstream);
576 const InlineBox* rightmostBox; local
578 rightmostBox = nextBox;
579 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak();
581 return createPositionWithAffinityForBox(rightmostBox, rightmostBo
[all...]

Completed in 767 milliseconds