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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleUnits.cpp399 bool movingBackward = (direction == MoveLeft && box->direction() == LTR) || (direction == MoveRight && box->direction() == RTL); local
401 || (!skipsSpaceWhenMovingRight && movingBackward)) {

Completed in 98 milliseconds