HomeSort by relevance Sort by last modified time
    Searched full:movecursor (Results 1 - 25 of 37) sorted by null

1 2

  /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/views/controls/textfield/
textfield_views_model_unittest.cc 78 model.MoveCursor(gfx::CHARACTER_BREAK, gfx::CURSOR_RIGHT, false);
97 model.MoveCursor(gfx::LINE_BREAK, gfx::CURSOR_LEFT, false);
101 model.MoveCursor(gfx::LINE_BREAK, gfx::CURSOR_RIGHT, false);
238 model.MoveCursor(gfx::LINE_BREAK, gfx::CURSOR_LEFT, false);
249 model.MoveCursor(gfx::CHARACTER_BREAK, gfx::CURSOR_LEFT, true);
251 model.MoveCursor(gfx::CHARACTER_BREAK, gfx::CURSOR_RIGHT, true);
263 model.MoveCursor(gfx::CHARACTER_BREAK, gfx::CURSOR_RIGHT, false);
264 model.MoveCursor(gfx::CHARACTER_BREAK, gfx::CURSOR_RIGHT, true);
266 model.MoveCursor(gfx::CHARACTER_BREAK, gfx::CURSOR_RIGHT, true);
269 model.MoveCursor(gfx::LINE_BREAK, gfx::CURSOR_LEFT, true)
    [all...]
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);
native_textfield_views.cc     [all...]
textfield_views_model.h 126 void MoveCursor(gfx::BreakType break_type,
  /external/chromium_org/ui/gfx/
render_text_unittest.cc 73 render_text->MoveCursor(CHARACTER_BREAK, direction, false);
78 render_text->MoveCursor(LINE_BREAK, direction, false);
241 render_text->MoveCursor(LINE_BREAK, CURSOR_RIGHT, select);
244 render_text->MoveCursor(LINE_BREAK, CURSOR_LEFT, select);
247 render_text->MoveCursor(CHARACTER_BREAK, CURSOR_RIGHT, select);
252 render_text->MoveCursor(CHARACTER_BREAK, CURSOR_LEFT, select);
256 render_text->MoveCursor(WORD_BREAK, CURSOR_RIGHT, select);
259 render_text->MoveCursor(WORD_BREAK, CURSOR_LEFT, select);
287 render_text->MoveCursor(CHARACTER_BREAK, CURSOR_RIGHT, false);
458 render_text->MoveCursor(LINE_BREAK, CURSOR_RIGHT, false)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/input/
input.h 32 "experimental.input.virtualKeyboard.moveCursor",
input.cc 50 return keyboard::MoveCursor(swipe_direction, modifier_flags,
  /external/chromium_org/chrome/common/extensions/api/
experimental_input_virtual_keyboard.json 28 "name": "moveCursor",
  /external/chromium_org/ui/keyboard/
keyboard_util.h 40 KEYBOARD_EXPORT bool MoveCursor(int swipe_direction,
keyboard_util.cc 71 bool MoveCursor(int swipe_direction,
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageMove.java 230 final Cursor moveCursor = cr.query(CONTENT_URI, ProjectionLastSyncedMailboxQuery.PROJECTION,
232 if (moveCursor != null) {
234 if (moveCursor.moveToFirst()) {
237 return moveCursor.getLong(
241 moveCursor.close();
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
ComposingView.java 155 mDecInfo.moveCursor(0);
163 public boolean moveCursor(int keyCode) {
172 mDecInfo.moveCursor(offset);
  /external/chromium_org/ash/wm/
ash_native_cursor_manager_unittest.cc 162 // The MoveCursor operation on Windows 8 is implemented in the viewer process
163 // which is notified by an IPC message to perform the MoveCursor operation.
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.h 94 static void MoveCursor(GtkTextView* text_view, GtkMovementStep step,
gtk_key_bindings_handler.cc 92 text_view_class->move_cursor = MoveCursor;
215 void GtkKeyBindingsHandler::MoveCursor(
gtk_key_bindings_handler_unittest.cc 91 TEST_F(GtkKeyBindingsHandlerTest, MoveCursor) {
  /external/chromium_org/content/browser/renderer_host/
gtk_key_bindings_handler.h 96 static void MoveCursor(GtkTextView* text_view, GtkMovementStep step,
gtk_key_bindings_handler.cc 83 text_view_class->move_cursor = MoveCursor;
205 void GtkKeyBindingsHandler::MoveCursor(
gtk_key_bindings_handler_unittest.cc 95 TEST_F(GtkKeyBindingsHandlerTest, MoveCursor) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Cursor.h 126 const Cursor& moveCursor();
Cursor.cpp 112 return moveCursor();
206 const Cursor& moveCursor()
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 713 mComposingText.moveCursor(1, -1);
718 mComposingText.moveCursor(1, 1);
    [all...]
OpenWnnJAJP.java     [all...]
  /external/chromium/webkit/glue/
webcursor_mac.mm 133 return LoadCursor("moveCursor", 7, 7);

Completed in 704 milliseconds

1 2