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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp560 const InlineBox* leftmostBox; local
562 leftmostBox = prevBox;
563 prevBox = leftmostBox->prevLeafChildIgnoringLineBreak();
565 return createPositionWithAffinityForBox(leftmostBox, leftmostBox->caretRightmostOffset(), shouldAffinityBeDownstream);
601 const InlineBox* leftmostBox; local
604 leftmostBox = prevBox;
605 prevBox = leftmostBox->prevLeafChildIgnoringLineBreak();
607 return createPositionWithAffinityForBox(leftmostBox,
608 box->isLeftToRightDirection() ? leftmostBox
[all...]

Completed in 34 milliseconds