/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
D | imf_adapter_impl_test.cpp | 80 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/ |
D | imf_adapter_impl.cpp | 110 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/ |
D | input_data_channel_proxy.h | 49 void HandleSetSelection(int32_t start, int32_t end) override;
|
D | i_input_data_channel.h | 59 virtual void HandleSetSelection(int32_t start, int32_t end) = 0;
|
D | input_data_channel_stub.h | 53 void HandleSetSelection(int32_t start, int32_t end) override;
|
D | input_method_controller.h | 49 virtual void HandleSetSelection(int32_t start, int32_t end) = 0;
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
D | imf_adapter_impl.h | 43 void HandleSetSelection(int32_t start, int32_t end) override;
|
/base/inputmethod/imf/unitest/src/ |
D | permission_verification_exception_test.cpp | 80 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
|
D | input_method_ability_test.cpp | 150 void HandleSetSelection(int32_t start, int32_t end) override in HandleSetSelection() function in OHOS::MiscServices::InputMethodAbilityTest::TextChangeListener
|
D | input_method_controller_test.cpp | 151 void HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::MiscServices::TextListener
|
/base/web/webview/ohos_adapter/interfaces/ |
D | imf_adapter.h | 78 virtual void HandleSetSelection(int32_t start, int32_t end) = 0;
|
/base/inputmethod/imf/test/fuzztest/systemabilitystub_fuzzer/ |
D | systemabilitystub_fuzzer.cpp | 83 void HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::TextListener
|
/base/inputmethod/imf/frameworks/inputmethod_controller/src/ |
D | input_data_channel_stub.cpp | 103 HandleSetSelection(start, end); in OnRemoteRequest() 256 void InputDataChannelStub::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::MiscServices::InputDataChannelStub
|
D | input_data_channel_proxy.cpp | 180 void InputDataChannelProxy::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::MiscServices::InputDataChannelProxy
|
D | input_method_controller.cpp | 243 textListener->HandleSetSelection(start, end); in WorkThread()
|
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
D | inputmethodcontroller_fuzzer.cpp | 39 void HandleSetSelection(int32_t start, int32_t end){} in HandleSetSelection() function in OHOS::TextListener
|