Home
last modified time | relevance | path

Searched refs:PutImageLoadingAllowed (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.cpp210 void ArkWebPreferenceImpl::PutImageLoadingAllowed(bool flag) in PutImageLoadingAllowed() function in OHOS::ArkWeb::ArkWebPreferenceImpl
212 nweb_preference_->PutImageLoadingAllowed(flag); in PutImageLoadingAllowed()
H A Dark_web_preference_impl.h284 void PutImageLoadingAllowed(bool flag) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp218 void ArkWebPreferenceWrapper::PutImageLoadingAllowed(bool flag) in PutImageLoadingAllowed() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
220 ark_web_preference_->PutImageLoadingAllowed(flag); in PutImageLoadingAllowed()
H A Dark_web_preference_wrapper.h286 void PutImageLoadingAllowed(bool flag) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h317 virtual void PutImageLoadingAllowed(bool flag) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h146 virtual void PutImageLoadingAllowed(bool flag) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2584 setting->PutImageLoadingAllowed(webPattern->GetImageAccessEnabledValue(true)); in UpdateSettting()
2607 setting->PutImageLoadingAllowed(webPattern->GetImageAccessEnabledValue(true)); in UpdateSettting()
2629 setting->PutImageLoadingAllowed(component->GetImageAccessEnabled()); in UpdateSettting()
3144 setting->PutImageLoadingAllowed(isImageAccessEnabled); in UpdateLoadsImagesAutomatically()