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

  /external/chromium_org/ui/gfx/
render_text_pango.cc 104 return EdgeSelectionModel(CURSOR_LEFT);
106 return EdgeSelectionModel(CURSOR_RIGHT);
151 SelectionModel edge = EdgeSelectionModel(direction);
178 return EdgeSelectionModel(direction);
189 return EdgeSelectionModel(direction);
render_text_win.cc 514 MoveCursorTo(EdgeSelectionModel(CURSOR_LEFT));
534 return EdgeSelectionModel((x < 0) ? CURSOR_LEFT : CURSOR_RIGHT);
581 SelectionModel edge = EdgeSelectionModel(direction);
608 return EdgeSelectionModel(direction);
621 return EdgeSelectionModel(direction);
    [all...]
render_text.h 458 SelectionModel EdgeSelectionModel(VisualCursorDirection direction);
render_text.cc 854 return EdgeSelectionModel(direction);
861 SelectionModel RenderText::EdgeSelectionModel(
    [all...]
render_text_unittest.cc     [all...]

Completed in 366 milliseconds