Searched refs:WORD_BREAK (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/ui/views/controls/textfield/ |
D | textfield_views_model_unittest.cc | 420 model.MoveCursor(gfx::WORD_BREAK, gfx::CURSOR_RIGHT, false); in TEST_F() 422 model.MoveCursor(gfx::WORD_BREAK, gfx::CURSOR_RIGHT, false); in TEST_F() 424 model.MoveCursor(gfx::WORD_BREAK, gfx::CURSOR_RIGHT, false); in TEST_F() 425 model.MoveCursor(gfx::WORD_BREAK, gfx::CURSOR_RIGHT, false); in TEST_F() 429 model.MoveCursor(gfx::WORD_BREAK, gfx::CURSOR_RIGHT, true); in TEST_F() 434 model.MoveCursor(gfx::WORD_BREAK, gfx::CURSOR_RIGHT, true); in TEST_F() 435 model.MoveCursor(gfx::WORD_BREAK, gfx::CURSOR_RIGHT, true); in TEST_F() 436 model.MoveCursor(gfx::WORD_BREAK, gfx::CURSOR_RIGHT, true); in TEST_F() 439 model.MoveCursor(gfx::WORD_BREAK, gfx::CURSOR_RIGHT, true); in TEST_F() 446 model.MoveCursor(gfx::WORD_BREAK, gfx::CURSOR_LEFT, true); in TEST_F() [all …]
|
D | native_textfield_views.cc | 1252 control ? gfx::WORD_BREAK : gfx::CHARACTER_BREAK, in HandleKeyEvent() 1284 model_->MoveCursor(gfx::WORD_BREAK, direction, true); in HandleKeyEvent()
|
/external/chromium_org/ui/gfx/ |
D | text_constants.h | 16 WORD_BREAK, enumerator
|
D | render_text_unittest.cc | 262 render_text->MoveCursor(WORD_BREAK, CURSOR_RIGHT, select); in TestVisualCursorMotionInObscuredField() 265 render_text->MoveCursor(WORD_BREAK, CURSOR_LEFT, select); in TestVisualCursorMotionInObscuredField() 964 render_text->MoveCursor(WORD_BREAK, CURSOR_RIGHT, false); in MoveLeftRightByWordVerifier() 983 render_text->MoveCursor(WORD_BREAK, CURSOR_RIGHT, false); in MoveLeftRightByWordVerifier() 993 render_text->MoveCursor(WORD_BREAK, CURSOR_LEFT, false); in MoveLeftRightByWordVerifier() 1009 render_text->MoveCursor(WORD_BREAK, CURSOR_LEFT, false); in MoveLeftRightByWordVerifier() 1059 render_text->MoveCursor(WORD_BREAK, CURSOR_LEFT, false); in TEST_F() 1064 render_text->MoveCursor(WORD_BREAK, CURSOR_RIGHT, false); in TEST_F() 1071 render_text->MoveCursor(WORD_BREAK, CURSOR_LEFT, false); in TEST_F() 1079 render_text->MoveCursor(WORD_BREAK, CURSOR_RIGHT, false); in TEST_F() [all …]
|
D | render_text.cc | 462 if (break_type == WORD_BREAK) in MoveCursor() 857 DCHECK(break_type == WORD_BREAK); in GetAdjacentSelectionModel()
|