Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_preference_impl.cpp50 void ArkWebPreferenceImpl::PutCacheMode(int flag) in PutCacheMode() function in OHOS::ArkWeb::ArkWebPreferenceImpl
52 nweb_preference_->PutCacheMode(static_cast<ArkWebCacheModeFlag>(flag)); in PutCacheMode()
H A Dark_web_preference_impl.h67 void PutCacheMode(int flag) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp58 void ArkWebPreferenceWrapper::PutCacheMode(ArkWebCacheModeFlag flag) in PutCacheMode() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
60 ark_web_preference_->PutCacheMode(static_cast<int>(flag)); in PutCacheMode()
H A Dark_web_preference_wrapper.h69 void PutCacheMode(ArkWebCacheModeFlag flag) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h68 virtual void PutCacheMode(int flag) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h244 virtual void PutCacheMode(CacheModeFlag flag) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2589 setting->PutCacheMode( in UpdateSettting()
2612 setting->PutCacheMode(static_cast<OHOS::NWeb::NWebPreference::CacheModeFlag>( in UpdateSettting()
2634 …setting->PutCacheMode(static_cast<OHOS::NWeb::NWebPreference::CacheModeFlag>(component->GetCacheMo… in UpdateSettting()
3234 setting->PutCacheMode(static_cast<OHOS::NWeb::NWebPreference::CacheModeFlag>(mode)); in UpdateCacheMode()