Searched defs:isCaret (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DVisibleSelection.h74 bool isCaret() const { return selectionType() == CaretSelection; } function in class:WebCore::VisibleSelection
H A DSelectionController.h126 bool isCaret() const { return m_selection.isCaret(); } function in class:WebCore::SelectionController
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp1613 bool isCaret = selection.isCaret(); local
1616 if (selection.isNone() || (!selection.isContentEditable() && isCaret)
1627 if (!isCaret && startContainer == endContainer
1633 if (isCaret) {
1794 if (selection.isCaret())
1810 if (selection.isCaret())
1816 bool selectChangeAllowed = (!selection.isCaret() || sc->isCaret());

Completed in 49 milliseconds