Home
last modified time | relevance | path

Searched refs:isResetListener (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imfadapter_wrapper.cpp38 const std::shared_ptr<OHOS::NWeb::IMFTextConfigAdapter> config, bool isResetListener) in Attach() argument
42 new ArkIMFTextConfigAdapterImpl(config), isResetListener); in Attach()
44 return ctocpp_->Attach(nullptr, isShowKeyboard, nullptr, isResetListener); in Attach()
46 …ctocpp_->Attach(nullptr, isShowKeyboard, new ArkIMFTextConfigAdapterImpl(config), isResetListener); in Attach()
48 …pp_->Attach(new ArkIMFTextListenerAdapterImpl(listener), isShowKeyboard, nullptr, isResetListener); in Attach()
H A Dark_imfadapter_wrapper.h32 … const std::shared_ptr<OHOS::NWeb::IMFTextConfigAdapter> config, bool isResetListener) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imf_adapter_impl.cpp38 ArkWebRefPtr<ArkIMFTextConfigAdapter> config, bool isResetListener) in Attach() argument
41 return real_->Attach(nullptr, isShowKeyboard, nullptr, isResetListener); in Attach()
44 std::make_shared<ArkIMFTextConfigAdapterWrapper>(config), isResetListener); in Attach()
47 …ullptr, isShowKeyboard, std::make_shared<ArkIMFTextConfigAdapterWrapper>(config), isResetListener); in Attach()
50 …make_shared<ArkIMFTextListenerAdapterWrapper>(listener), isShowKeyboard, nullptr, isResetListener); in Attach()
H A Dark_imf_adapter_impl.h32 ArkWebRefPtr<ArkIMFTextConfigAdapter> config, bool isResetListener) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h160 ArkWebRefPtr<ArkIMFTextConfigAdapter> config, bool isResetListener) = 0;
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h104 const std::shared_ptr<IMFTextConfigAdapter> config, bool isResetListener) override;
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp285 const std::shared_ptr<IMFTextConfigAdapter> config, bool isResetListener) in Attach() argument
298 if ((textListener_ != nullptr) && isResetListener) { in Attach()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h187 const std::shared_ptr<IMFTextConfigAdapter> config, bool isResetListener) = 0;