Searched refs:DrawCursor (Results 1 – 3 of 3) sorted by relevance
348 void DrawCursor(Canvas* canvas, const SelectionModel& position);
701 DrawCursor(canvas, selection_model_); in Draw()710 void RenderText::DrawCursor(Canvas* canvas, const SelectionModel& position) { in DrawCursor() function in gfx::RenderText
1185 GetRenderText()->DrawCursor(canvas, drop_cursor_position_); in PaintTextAndCursor()