Home
last modified time | relevance | path

Searched refs:AdjacentCharSelectionModel (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ui/gfx/
Drender_text_pango.h29 virtual SelectionModel AdjacentCharSelectionModel(
Drender_text_mac.h37 virtual SelectionModel AdjacentCharSelectionModel(
Drender_text_win.h73 virtual SelectionModel AdjacentCharSelectionModel(
Drender_text_pango.cc145 SelectionModel RenderTextPango::AdjacentCharSelectionModel( in AdjacentCharSelectionModel() function in gfx::RenderTextPango
199 cur = AdjacentCharSelectionModel(cur, direction); in AdjacentWordSelectionModel()
Drender_text_mac.cc62 SelectionModel RenderTextMac::AdjacentCharSelectionModel( in AdjacentCharSelectionModel() function in gfx::RenderTextMac
Drender_text.h446 virtual SelectionModel AdjacentCharSelectionModel(
Drender_text.cc856 return AdjacentCharSelectionModel(current, direction); in GetAdjacentSelectionModel()
Drender_text_win.cc573 SelectionModel RenderTextWin::AdjacentCharSelectionModel( in AdjacentCharSelectionModel() function in gfx::RenderTextWin