Home
last modified time | relevance | path

Searched refs:OnSelectByRange (Results 1 - 7 of 7) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dcontroller_listener.h24 virtual void OnSelectByRange(int32_t start, int32_t end) = 0;
/base/inputmethod/imf/frameworks/cj/include/
H A Dcj_input_method_controller.h45 void OnSelectByRange(int32_t start, int32_t end) override;
/base/inputmethod/imf/frameworks/cj/src/
H A Dcj_input_method_controller.cpp300 void CjInputMethodController::OnSelectByRange(int32_t start, int32_t end) in OnSelectByRange() function in OHOS::MiscServices::CjInputMethodController
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h178 void OnSelectByRange(int32_t start, int32_t end) override;
H A Djs_get_input_method_controller.cpp715 void JsGetInputMethodController::OnSelectByRange(int32_t start, int32_t end)
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp1073 controllerListener_->OnSelectByRange(start, end); in SelectByRange()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp77 void OnSelectByRange(int32_t start, int32_t end) override

Completed in 8 milliseconds