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 D | ark_imfadapter_wrapper.cpp | 38 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 D | ark_imfadapter_wrapper.h | 32 … 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 D | ark_imf_adapter_impl.cpp | 38 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 D | ark_imf_adapter_impl.h | 32 ArkWebRefPtr<ArkIMFTextConfigAdapter> config, bool isResetListener) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_imf_adapter.h | 160 ArkWebRefPtr<ArkIMFTextConfigAdapter> config, bool isResetListener) = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 104 const std::shared_ptr<IMFTextConfigAdapter> config, bool isResetListener) override;
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 285 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 D | imf_adapter.h | 187 const std::shared_ptr<IMFTextConfigAdapter> config, bool isResetListener) = 0;
|