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 D | ark_imf_text_listener_adapter_impl.cpp | 121 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 D | ark_imf_text_listener_adapter_impl.h | 63 void AutoFillWithIMFEvent(bool isUsername, bool isOtherAccount, bool isNewPassword,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_imftext_listener_adapter_wrapper.cpp | 132 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 D | ark_imftext_listener_adapter_wrapper.h | 63 void AutoFillWithIMFEvent(bool isUsername, bool isOtherAccount, bool isNewPassword,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_imf_adapter.h | 145 virtual void AutoFillWithIMFEvent(bool isUsername, bool isOtherAccount, bool isNewPassword,
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 240 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 D | imf_adapter.h | 172 virtual void AutoFillWithIMFEvent(bool isUsername, bool isOtherAccount, bool isNewPassword, in AutoFillWithIMFEvent() function
|