/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_data_base_impl.cpp | 52 void ArkWebDataBaseImpl::DeleteHttpAuthCredentials() in DeleteHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseImpl 54 nweb_data_base_->DeleteHttpAuthCredentials(); in DeleteHttpAuthCredentials()
|
H A D | ark_web_data_base_impl.h | 74 void DeleteHttpAuthCredentials() override;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/web_data_base_adapter_impl_test/ |
H A D | web_data_base_adapter_impl_test.cpp | 73 dataBase.DeleteHttpAuthCredentials(); in InitPermissionDataBase() 136 g_dataBaseNull->DeleteHttpAuthCredentials(); 139 dataBase.DeleteHttpAuthCredentials();
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_ohos_web_data_base_adapter_impl.cpp | 29 void ArkOhosWebDataBaseAdapterImpl::DeleteHttpAuthCredentials() in DeleteHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterImpl 31 return real_.DeleteHttpAuthCredentials(); in DeleteHttpAuthCredentials()
|
H A D | ark_ohos_web_data_base_adapter_impl.h | 31 void DeleteHttpAuthCredentials() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_data_base_wrapper.cpp | 65 void ArkWebDataBaseWrapper::DeleteHttpAuthCredentials() in DeleteHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseWrapper 67 ark_web_data_base_->DeleteHttpAuthCredentials(); in DeleteHttpAuthCredentials()
|
H A D | ark_web_data_base_wrapper.h | 72 void DeleteHttpAuthCredentials() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_ohos_web_data_base_adapter_wrapper.cpp | 32 void ArkOhosWebDataBaseAdapterWrapper::DeleteHttpAuthCredentials() in DeleteHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterWrapper 37 return ctocpp_->DeleteHttpAuthCredentials(); in DeleteHttpAuthCredentials()
|
H A D | ark_ohos_web_data_base_adapter_wrapper.h | 31 void DeleteHttpAuthCredentials() override;
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/deletehttpauthcredentials_fuzzer/ |
H A D | deletehttpauthcredentials_fuzzer.cpp | 31 OhosWebDataBaseAdapterImpl::GetInstance().DeleteHttpAuthCredentials(); in DeleteHttpAuthCredentialsFuzzTest()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_data_base.h | 75 virtual void DeleteHttpAuthCredentials() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_ohos_web_data_base_adapter.h | 32 virtual void DeleteHttpAuthCredentials() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/include/ |
H A D | ohos_web_data_base_adapter_impl.h | 46 void DeleteHttpAuthCredentials() override;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_data_base.h | 44 virtual void DeleteHttpAuthCredentials() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | ohos_web_data_base_adapter.h | 32 virtual void DeleteHttpAuthCredentials() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/ |
H A D | ohos_web_data_base_adapter_impl.cpp | 197 void OhosWebDataBaseAdapterImpl::DeleteHttpAuthCredentials() in DeleteHttpAuthCredentials() function in OhosWebDataBaseAdapterImpl
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webdatabase/ |
H A D | napi_web_data_base.cpp | 67 dataBase->DeleteHttpAuthCredentials(); in JsDeleteHttpAuthCredentials()
|