HomeSort by relevance Sort by last modified time
    Searched refs:EdgeSelectionModel (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/gfx/
render_text_pango.cc 123 return EdgeSelectionModel(CURSOR_LEFT);
125 return EdgeSelectionModel(CURSOR_RIGHT);
170 SelectionModel edge = EdgeSelectionModel(direction);
197 return EdgeSelectionModel(direction);
208 return EdgeSelectionModel(direction);
render_text_harfbuzz.cc 601 return EdgeSelectionModel((x < 0) ? CURSOR_LEFT : CURSOR_RIGHT);
620 return EdgeSelectionModel(CURSOR_RIGHT);
665 SelectionModel edge = EdgeSelectionModel(direction);
691 return EdgeSelectionModel(direction);
703 return EdgeSelectionModel(direction);
    [all...]
render_text_win.cc 533 MoveCursorTo(EdgeSelectionModel(CURSOR_LEFT));
552 return EdgeSelectionModel((x < 0) ? CURSOR_LEFT : CURSOR_RIGHT);
599 SelectionModel edge = EdgeSelectionModel(direction);
626 return EdgeSelectionModel(direction);
639 return EdgeSelectionModel(direction);
    [all...]
render_text.h 489 SelectionModel EdgeSelectionModel(VisualCursorDirection direction);
render_text.cc 924 return EdgeSelectionModel(direction);
931 SelectionModel RenderText::EdgeSelectionModel(
    [all...]
render_text_unittest.cc     [all...]

Completed in 55 milliseconds