Searched refs:CaretType (Results 1 – 2 of 2) sorted by relevance
52 enum CaretType { CursorCaret, DragCaret }; enum529 void paintCaret(PaintInfo&, int tx, int ty, CaretType);
2458 void RenderBlock::paintCaret(PaintInfo& paintInfo, int tx, int ty, CaretType type) in paintCaret()