Home
last modified time | relevance | path

Searched refs:UpdateCacheMode (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h62 virtual void UpdateCacheMode(const WebCacheMode& mode) = 0;
H A Dweb_model_ng.cpp492 webPattern->UpdateCacheMode(cacheMode); in SetCacheMode()
H A Dweb_pattern.cpp2382 delegate_->UpdateCacheMode(value); in OnCacheModeUpdate()
2899 delegate_->UpdateCacheMode(GetCacheModeValue(WebCacheMode::DEFAULT)); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp536 delegate_->UpdateCacheMode(value); in OnCacheModeUpdate()
843 delegate_->UpdateCacheMode(GetCacheModeValue(WebCacheMode::DEFAULT)); in OnModifyDone()
H A Dweb_delegate_cross.h375 void UpdateCacheMode(const WebCacheMode& mode) override;
H A Dweb_delegate_cross.cpp1557 void WebDelegateCross::UpdateCacheMode(const WebCacheMode& mode) in UpdateCacheMode() function in OHOS::Ace::WebDelegateCross
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp187 delegate_->UpdateCacheMode(web_->GetCacheMode()); in UpdateDelegate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h698 void UpdateCacheMode(const WebCacheMode& mode);
H A Dweb_delegate.cpp3221 void WebDelegate::UpdateCacheMode(const WebCacheMode& mode) in UpdateCacheMode() function in OHOS::Ace::WebDelegate