Searched refs:paintCaret (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSelectionController.h143 void paintCaret(GraphicsContext*, int tx, int ty, const IntRect& clipRect);
H A DSelectionController.cpp1218 void SelectionController::paintCaret(GraphicsContext* context, int tx, int ty, const IntRect& clipRect) function in class:SelectionController
1725 dragCaretController->paintCaret(p, tx, ty, clipRect);
/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h529 void paintCaret(PaintInfo&, int tx, int ty, CaretType);
H A DRenderBlock.cpp2478 void RenderBlock::paintCaret(PaintInfo& paintInfo, int tx, int ty, CaretType type) function in class:WebCore::RenderBlock
2491 frame()->selection()->paintCaret(paintInfo.context, tx, ty, paintInfo.rect);
2585 paintCaret(paintInfo, scrolledX, scrolledY, CursorCaret);
2586 paintCaret(paintInfo, scrolledX, scrolledY, DragCaret);

Completed in 84 milliseconds