Home
last modified time | relevance | path

Searched refs:EdgeSelectionModel (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/
Drender_text_pango.cc104 return EdgeSelectionModel(CURSOR_LEFT); in FindCursorPosition()
106 return EdgeSelectionModel(CURSOR_RIGHT); in FindCursorPosition()
151 SelectionModel edge = EdgeSelectionModel(direction); in AdjacentCharSelectionModel()
178 return EdgeSelectionModel(direction); in AdjacentCharSelectionModel()
189 return EdgeSelectionModel(direction); in AdjacentWordSelectionModel()
Drender_text_win.cc514 MoveCursorTo(EdgeSelectionModel(CURSOR_LEFT)); in RenderTextWin()
534 return EdgeSelectionModel((x < 0) ? CURSOR_LEFT : CURSOR_RIGHT); in FindCursorPosition()
581 SelectionModel edge = EdgeSelectionModel(direction); in AdjacentCharSelectionModel()
608 return EdgeSelectionModel(direction); in AdjacentCharSelectionModel()
621 return EdgeSelectionModel(direction); in AdjacentWordSelectionModel()
Drender_text.h458 SelectionModel EdgeSelectionModel(VisualCursorDirection direction);
Drender_text.cc854 return EdgeSelectionModel(direction); in GetAdjacentSelectionModel()
861 SelectionModel RenderText::EdgeSelectionModel( in EdgeSelectionModel() function in gfx::RenderText
Drender_text_unittest.cc871 render_text->EdgeSelectionModel(ltr ? CURSOR_LEFT : CURSOR_RIGHT); in TEST_F()
875 render_text->EdgeSelectionModel(ltr ? CURSOR_RIGHT : CURSOR_LEFT); in TEST_F()