Searched defs:isCaret (Results 1 – 3 of 3) sorted by relevance
74 bool isCaret() const { return selectionType() == CaretSelection; } in isCaret() function
126 bool isCaret() const { return m_selection.isCaret(); } in isCaret() function
1613 bool isCaret = selection.isCaret(); in createSelectText() local