Home
last modified time | relevance | path

Searched refs:HandleSetSelection (Results 1 – 16 of 16) sorted by relevance

/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
Dimf_adapter_impl_test.cpp80 void HandleSetSelection(int32_t start, int32_t end) override in HandleSetSelection() function in OHOS::NWeb::IMFTextListenerTest
218 listenerTest->HandleSetSelection(0, 0);
244 listenerTest->HandleSetSelection(0, 0);
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp110 void IMFTextListenerAdapterImpl::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::NWeb::IMFTextListenerAdapterImpl
113 listener_->HandleSetSelection(start, end); in HandleSetSelection()
/base/inputmethod/imf/frameworks/inputmethod_controller/include/
Dinput_data_channel_proxy.h49 void HandleSetSelection(int32_t start, int32_t end) override;
Di_input_data_channel.h59 virtual void HandleSetSelection(int32_t start, int32_t end) = 0;
Dinput_data_channel_stub.h53 void HandleSetSelection(int32_t start, int32_t end) override;
Dinput_method_controller.h49 virtual void HandleSetSelection(int32_t start, int32_t end) = 0;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
Dimf_adapter_impl.h43 void HandleSetSelection(int32_t start, int32_t end) override;
/base/inputmethod/imf/unitest/src/
Dpermission_verification_exception_test.cpp80 void HandleSetSelection(int32_t start, int32_t end) override;
106 void TextListener::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::MiscServices::TextListener
Dinput_method_ability_test.cpp150 void HandleSetSelection(int32_t start, int32_t end) override in HandleSetSelection() function in OHOS::MiscServices::InputMethodAbilityTest::TextChangeListener
Dinput_method_controller_test.cpp151 void HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::MiscServices::TextListener
/base/web/webview/ohos_adapter/interfaces/
Dimf_adapter.h78 virtual void HandleSetSelection(int32_t start, int32_t end) = 0;
/base/inputmethod/imf/test/fuzztest/systemabilitystub_fuzzer/
Dsystemabilitystub_fuzzer.cpp83 void HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::TextListener
/base/inputmethod/imf/frameworks/inputmethod_controller/src/
Dinput_data_channel_stub.cpp103 HandleSetSelection(start, end); in OnRemoteRequest()
256 void InputDataChannelStub::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::MiscServices::InputDataChannelStub
Dinput_data_channel_proxy.cpp180 void InputDataChannelProxy::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::MiscServices::InputDataChannelProxy
Dinput_method_controller.cpp243 textListener->HandleSetSelection(start, end); in WorkThread()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp39 void HandleSetSelection(int32_t start, int32_t end){} in HandleSetSelection() function in OHOS::TextListener