Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Drender_text.h373 void DrawCursor(Canvas* canvas, const SelectionModel& position);
Drender_text.cc748 DrawCursor(canvas, selection_model_); in Draw()
757 void RenderText::DrawCursor(Canvas* canvas, const SelectionModel& position) { in DrawCursor() function in gfx::RenderText
/external/chromium_org/ui/views/controls/textfield/
Dtextfield.cc1644 render_text->DrawCursor(canvas, drop_cursor_position_); in PaintTextAndCursor()