Searched defs:hasCaret (Results 1 – 3 of 3) sorted by relevance
86 bool hasCaret() const { return m_position.isNotNull(); } in hasCaret() function
535 bool hasCaret() const { return hasCaret(CursorCaret) || hasCaret(DragCaret); } in hasCaret() function
2176 bool RenderBlock::hasCaret(CaretType type) const in hasCaret() function in WebCore::RenderBlock