Home | History | Annotate | Download | only in rendering

Lines Matching refs:paintCaret

2463 void RenderBlock::paintCaret(PaintInfo& paintInfo, int tx, int ty, CaretType type)
2476 frame()->selection()->paintCaret(paintInfo.context, tx, ty, paintInfo.rect);
2566 paintCaret(paintInfo, scrolledX, scrolledY, CursorCaret);
2567 paintCaret(paintInfo, scrolledX, scrolledY, DragCaret);