OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CURSOR_FORWARD
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
selection_model.h
20
// LEFT_TO_RIGHT CURSOR_RIGHT
CURSOR_FORWARD
22
// RIGHT_TO_LEFT CURSOR_LEFT
CURSOR_FORWARD
29
CURSOR_FORWARD
57
// the trailing half of the 'c' in this case) or
CURSOR_FORWARD
(indicating
100
// caret position CURSOR_BACKWARD affinity
CURSOR_FORWARD
affinity
/external/chromium_org/ui/views/controls/textfield/
textfield_views_model_unittest.cc
38
model.MoveCursorTo(gfx::SelectionModel(pos, gfx::
CURSOR_FORWARD
));
791
gfx::
CURSOR_FORWARD
));
799
gfx::
CURSOR_FORWARD
));
802
model.SelectSelectionModel(gfx::SelectionModel(0, gfx::
CURSOR_FORWARD
));
805
model.SelectSelectionModel(gfx::SelectionModel(3, gfx::
CURSOR_FORWARD
));
809
gfx::
CURSOR_FORWARD
));
[
all
...]
Completed in 505 milliseconds