Home
last modified time | relevance | path

Searched refs:ArkOhosWebDataBaseAdapterImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_web_data_base_adapter_impl.cpp22 ArkOhosWebDataBaseAdapterImpl::ArkOhosWebDataBaseAdapterImpl(NWeb::OhosWebDataBaseAdapter& ref) : r… in ArkOhosWebDataBaseAdapterImpl() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterImpl
24 bool ArkOhosWebDataBaseAdapterImpl::ExistHttpAuthCredentials() in ExistHttpAuthCredentials()
29 void ArkOhosWebDataBaseAdapterImpl::DeleteHttpAuthCredentials() in DeleteHttpAuthCredentials()
34 void ArkOhosWebDataBaseAdapterImpl::SaveHttpAuthCredentials( in SaveHttpAuthCredentials()
41 void ArkOhosWebDataBaseAdapterImpl::GetHttpAuthCredentials( in GetHttpAuthCredentials()
H A Dark_ohos_web_data_base_adapter_impl.h25 class ArkOhosWebDataBaseAdapterImpl : public ArkOhosWebDataBaseAdapter {
27 explicit ArkOhosWebDataBaseAdapterImpl(NWeb::OhosWebDataBaseAdapter&);
42 IMPLEMENT_REFCOUNTING(ArkOhosWebDataBaseAdapterImpl);
H A Dark_ohos_adapter_helper_impl.cpp124 … static ArkWebRefPtr<ArkOhosWebDataBaseAdapter> impl = new ArkOhosWebDataBaseAdapterImpl(instance); in GetOhosWebDataBaseAdapterInstance()