Home
last modified time | relevance | path

Searched defs:selectionOffsets (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInputMethodController.cpp378 bool InputMethodController::setSelectionOffsets(const PlainTextRange& selectionOffsets) in setSelectionOffsets()
393 bool InputMethodController::setEditableSelectionOffsets(const PlainTextRange& selectionOffsets) in setEditableSelectionOffsets()
404 PlainTextRange selectionOffsets(getSelectionOffsets()); in extendSelectionAndDelete() local
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp2585 PlainTextRange selectionOffsets = focused->inputMethodController().getSelectionOffsets(); in caretOrSelectionRange() local