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

/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp777 bool isCaretAtEnd = true; local
779 isCaretAtEnd = inputElement->selectionStart() == inputElement->selectionEnd()
782 if ((!args->autofillOnEmptyValue && value.isEmpty()) || !isCaretAtEnd) {

Completed in 52 milliseconds