Searched refs:DrawCursor (Results 1 – 3 of 3) sorted by relevance
373 void DrawCursor(Canvas* canvas, const SelectionModel& position);
748 DrawCursor(canvas, selection_model_); in Draw()757 void RenderText::DrawCursor(Canvas* canvas, const SelectionModel& position) { in DrawCursor() function in gfx::RenderText
1644 render_text->DrawCursor(canvas, drop_cursor_position_); in PaintTextAndCursor()