Home
last modified time | relevance | path

Searched refs:DrawCursor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/
Drender_text.h348 void DrawCursor(Canvas* canvas, const SelectionModel& position);
Drender_text.cc701 DrawCursor(canvas, selection_model_); in Draw()
710 void RenderText::DrawCursor(Canvas* canvas, const SelectionModel& position) { in DrawCursor() function in gfx::RenderText
/external/chromium_org/ui/views/controls/textfield/
Dnative_textfield_views.cc1185 GetRenderText()->DrawCursor(canvas, drop_cursor_position_); in PaintTextAndCursor()