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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInputMethodController.cpp393 bool InputMethodController::setEditableSelectionOffsets(const PlainTextRange& selectionOffsets) function in class:blink::InputMethodController
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DImeAdapter.java556 boolean setEditableSelectionOffsets(int start, int end) { method in class:ImeAdapter
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp625 bool WebRemoteFrameImpl::setEditableSelectionOffsets(int start, int end) function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1189 bool WebLocalFrameImpl::setEditableSelectionOffsets(int start, int end) function in class:WebLocalFrameImpl
1191 return frame()->inputMethodController().setEditableSelectionOffsets(PlainTextRange(start, end));

Completed in 100 milliseconds