Home
last modified time | relevance | path

Searched refs:AutoFillWithIMFEvent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imf_text_listener_adapter_impl.cpp121 void ArkIMFTextListenerAdapterImpl::AutoFillWithIMFEvent(bool isUsername, bool isOtherAccount, bool… in AutoFillWithIMFEvent() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterImpl
124 …real_->AutoFillWithIMFEvent(isUsername, isOtherAccount, isNewPassword, ArkWebStringStructToClass(c… in AutoFillWithIMFEvent()
H A Dark_imf_text_listener_adapter_impl.h63 void AutoFillWithIMFEvent(bool isUsername, bool isOtherAccount, bool isNewPassword,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imftext_listener_adapter_wrapper.cpp132 void ArkIMFTextListenerAdapterWrapper::AutoFillWithIMFEvent(bool isUsername, bool isOtherAccount, b… in AutoFillWithIMFEvent() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterWrapper
136 ctocpp_->AutoFillWithIMFEvent(isUsername, isOtherAccount, isNewPassword, str); in AutoFillWithIMFEvent()
H A Dark_imftext_listener_adapter_wrapper.h63 void AutoFillWithIMFEvent(bool isUsername, bool isOtherAccount, bool isNewPassword,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h145 virtual void AutoFillWithIMFEvent(bool isUsername, bool isOtherAccount, bool isNewPassword,
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp240 listener_->AutoFillWithIMFEvent(true, false, false, content); in ReceivePrivateCommand()
248 listener_->AutoFillWithIMFEvent(false, true, false, content); in ReceivePrivateCommand()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h172 virtual void AutoFillWithIMFEvent(bool isUsername, bool isOtherAccount, bool isNewPassword, in AutoFillWithIMFEvent() function