Searched defs:isCaret (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ | ||
H A D | VisibleSelection.h | 76 bool isCaret() const { return selectionType() == CaretSelection; } function in class:WebCore::VisibleSelection |
H A D | FrameSelection.h | 146 bool isCaret() const { return m_selection.isCaret(); } function in class:WebCore::FrameSelection |
Completed in 328 milliseconds