HomeSort by relevance Sort by last modified time
    Searched defs:MoveCursor (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/keyboard/resources/
api_adapter.js 15 function MoveCursor(swipe_direction, swipe_flags) {
16 chrome.experimental.input.virtualKeyboard.moveCursor(swipe_direction,
  /external/chromium_org/ui/keyboard/
keyboard_util.cc 71 bool MoveCursor(int swipe_direction,
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc 92 text_view_class->move_cursor = MoveCursor;
215 void GtkKeyBindingsHandler::MoveCursor(
  /external/chromium_org/content/browser/renderer_host/
gtk_key_bindings_handler.cc 83 text_view_class->move_cursor = MoveCursor;
205 void GtkKeyBindingsHandler::MoveCursor(
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model.cc 344 MoveCursor(gfx::LINE_BREAK,
398 void TextfieldViewsModel::MoveCursor(gfx::BreakType break_type,
403 render_text_->MoveCursor(break_type, direction, select);
  /external/chromium_org/ui/gfx/
render_text.cc 406 void RenderText::MoveCursor(BreakType break_type,
    [all...]

Completed in 759 milliseconds