Searched refs:leftmostBox (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp545 const InlineBox* leftmostBox; local
547 leftmostBox = prevBox;
548 prevBox = leftmostBox->prevLeafChildIgnoringLineBreak();
550 return createPositionWithAffinityForBox(leftmostBox, leftmostBox->caretRightmostOffset(), shouldAffinityBeDownstream);
586 const InlineBox* leftmostBox; local
589 leftmostBox = prevBox;
590 prevBox = leftmostBox->prevLeafChildIgnoringLineBreak();
592 return createPositionWithAffinityForBox(leftmostBox,
593 box->isLeftToRightDirection() ? leftmostBox
[all...]

Completed in 78 milliseconds