Searched refs:EdgeSelectionModel (Results 1 – 5 of 5) sorted by relevance
104 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()
514 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()
458 SelectionModel EdgeSelectionModel(VisualCursorDirection direction);
854 return EdgeSelectionModel(direction); in GetAdjacentSelectionModel()861 SelectionModel RenderText::EdgeSelectionModel( in EdgeSelectionModel() function in gfx::RenderText
871 render_text->EdgeSelectionModel(ltr ? CURSOR_LEFT : CURSOR_RIGHT); in TEST_F()875 render_text->EdgeSelectionModel(ltr ? CURSOR_RIGHT : CURSOR_LEFT); in TEST_F()