Home
last modified time | relevance | path

Searched defs:InsertText (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_custom_keyboard_handler.h26 virtual void InsertText(const std::string &text) {} in InsertText() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_custom_keyboard_handler_wrapper.cpp22 void ArkWebCustomKeyboardHandlerWrapper::InsertText(const std::string& text) in InsertText() function in OHOS::ArkWeb::ArkWebCustomKeyboardHandlerWrapper
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_custom_keyboard_handler_impl.cpp20 void ArkWebCustomKeyboardHandlerImpl::InsertText(const ArkWebString &text) in InsertText() function in OHOS::ArkWeb::ArkWebCustomKeyboardHandlerImpl
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability_interface.cpp38 int32_t InputMethodAbilityInterface::InsertText(const std::string &text) in InsertText() function in OHOS::MiscServices::InputMethodAbilityInterface
H A Dinput_method_ability.cpp596 int32_t InputMethodAbility::InsertText(const std::string text) in InsertText() function in OHOS::MiscServices::InputMethodAbility
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_textchange_listener.cpp33 void JsGetInputMethodTextChangedListener::InsertText(const std::u16string &text) in InsertText() function in OHOS::MiscServices::JsGetInputMethodTextChangedListener
H A Djs_get_input_method_controller.cpp777 void JsGetInputMethodController::InsertText(const std::u16string &text) in InsertText() function in OHOS::MiscServices::JsGetInputMethodController
/ohos5.0/foundation/arkui/ui_lite/frameworks/core/
H A Dinput_method_manager.cpp69 void InputMethodManager::InsertText(std::string text) in InsertText() function in OHOS::InputMethodManager
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imf_text_listener_adapter_impl.cpp28 void ArkIMFTextListenerAdapterImpl::InsertText(const ArkWebU16String& text) in InsertText() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterImpl
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_text_changed_listener.cpp21 void NativeTextChangedListener::InsertText(const std::u16string &text) in InsertText() function in OHOS::MiscServices::NativeTextChangedListener
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imftext_listener_adapter_wrapper.cpp28 void ArkIMFTextListenerAdapterWrapper::InsertText(const std::u16string& text) in InsertText() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterWrapper
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dnative_text_changed_listener_test.cpp77 void InsertText(InputMethod_TextEditorProxy *proxy, const char16_t *text, size_t length) { } in InsertText() function
H A Dvirtual_listener_test.cpp38 void InsertText(const std::u16string &text) override in InsertText() function in OHOS::MiscServices::TextListenerImpl
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp39 void IMFTextListenerAdapterImpl::InsertText(const std::u16string& text) in InsertText() function in OHOS::NWeb::IMFTextListenerAdapterImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.cpp22 void OnTextChangedListenerImpl::InsertText(const std::u16string& text) in InsertText() function in OHOS::Ace::OnTextChangedListenerImpl
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_proxy.cpp31 int32_t InputDataChannelProxy::InsertText(const std::u16string &text) in InsertText() function in OHOS::MiscServices::InputDataChannelProxy
H A Dinput_data_channel_stub.cpp243 int32_t InputDataChannelStub::InsertText(const std::u16string &text) in InsertText() function in OHOS::MiscServices::InputDataChannelStub
H A Dinput_method_controller.cpp1139 int32_t InputMethodController::InsertText(const std::u16string &text) in InsertText() function in OHOS::MiscServices::InputMethodController
/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dtext_listener.cpp53 void TextListener::InsertText(const std::u16string &text) in InsertText() function in OHOS::MiscServices::TextListener
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp148 void InsertText(const std::u16string& text) override in InsertText() function in OHOS::NWeb::IMFTextListenerTest
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_edit_text.cpp541 void UIEditText::InsertText(std::string text) in InsertText() function in OHOS::UIEditText
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.cpp33 void OnTextChangedListenerImpl::InsertText(const std::u16string& text) in InsertText() function in OHOS::Ace::NG::OnTextChangedListenerImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h135 void InsertText(const std::string &text) override in InsertText() function
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_text_input_client_engine.cpp382 napi_value JsTextInputClientEngine::InsertText(napi_env env, napi_callback_info info) in InsertText() function in OHOS::MiscServices::JsTextInputClientEngine
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp219 void InsertText(const JSCallbackInfo& args) in InsertText() function in OHOS::Ace::Framework::JSWebKeyboardController