Searched refs:CursorCaret (Results 1 – 2 of 2) sorted by relevance
45 enum CaretType { CursorCaret, DragCaret }; enumerator
1707 …SelectionController* selection = type == CursorCaret ? document()->frame()->selection() : document… in paintCaret()1717 if (type == CursorCaret) in paintCaret()1804 paintCaret(paintInfo, scrolledX, scrolledY, CursorCaret); in paintObject()