/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.h | 123 void MoveCursor(gfx::BreakType break_type,
|
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...] |
/external/chromium_org/ui/gfx/ |
render_text_unittest.cc | 78 render_text->MoveCursor(CHARACTER_BREAK, direction, false); 83 render_text->MoveCursor(LINE_BREAK, direction, false); 247 render_text->MoveCursor(LINE_BREAK, CURSOR_RIGHT, select); 250 render_text->MoveCursor(LINE_BREAK, CURSOR_LEFT, select); 253 render_text->MoveCursor(CHARACTER_BREAK, CURSOR_RIGHT, select); 258 render_text->MoveCursor(CHARACTER_BREAK, CURSOR_LEFT, select); 262 render_text->MoveCursor(WORD_BREAK, CURSOR_RIGHT, select); 265 render_text->MoveCursor(WORD_BREAK, CURSOR_LEFT, select); 293 render_text->MoveCursor(CHARACTER_BREAK, CURSOR_RIGHT, false); 464 render_text->MoveCursor(LINE_BREAK, CURSOR_RIGHT, false) [all...] |
render_text.h | 253 void MoveCursor(BreakType break_type,
|
render_text.cc | 447 void RenderText::MoveCursor(BreakType break_type, [all...] |
/external/chromium_org/ui/keyboard/ |
keyboard_util.h | 50 KEYBOARD_EXPORT bool MoveCursor(int swipe_direction,
|
keyboard_util.cc | 75 bool MoveCursor(int swipe_direction,
|
/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/ui/keyboard/resources/ |
api_adapter.js | 25 function MoveCursor(swipe_direction, swipe_flags) { 26 chrome.virtualKeyboardPrivate.moveCursor(swipe_direction, swipe_flags);
|
/external/chromium_org/chrome/browser/extensions/api/input/ |
input.cc | 58 return keyboard::MoveCursor(
|