Home | History | Annotate | Download | only in rendering

Lines Matching refs:paintCaret

1705 void RenderBlock::paintCaret(PaintInfo& paintInfo, int tx, int ty, CaretType type)
1718 document()->frame()->selection()->paintCaret(paintInfo.context, tx, ty, paintInfo.rect);
1804 paintCaret(paintInfo, scrolledX, scrolledY, CursorCaret);
1805 paintCaret(paintInfo, scrolledX, scrolledY, DragCaret);