HomeSort by relevance Sort by last modified time
    Searched refs:forward_motion (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 675 bool forward_motion = run->is_rtl == (direction == CURSOR_LEFT); local
676 if (forward_motion) {
694 bool forward_motion = run->is_rtl == (direction == CURSOR_LEFT); local
695 return forward_motion ? FirstSelectionModelInsideRun(run) :
    [all...]
render_text_win.cc 609 bool forward_motion = local
611 if (forward_motion) {
629 bool forward_motion = run->script_analysis.fRTL == (direction == CURSOR_LEFT); local
630 return forward_motion ? FirstSelectionModelInsideRun(run) :
    [all...]

Completed in 36 milliseconds