Home
last modified time | relevance | path

Searched refs:PutEnableContentAccess (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.cpp190 void ArkWebPreferenceImpl::PutEnableContentAccess(bool flag) in PutEnableContentAccess() function in OHOS::ArkWeb::ArkWebPreferenceImpl
192 nweb_preference_->PutEnableContentAccess(flag); in PutEnableContentAccess()
H A Dark_web_preference_impl.h258 void PutEnableContentAccess(bool flag) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp198 void ArkWebPreferenceWrapper::PutEnableContentAccess(bool flag) in PutEnableContentAccess() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
200 ark_web_preference_->PutEnableContentAccess(flag); in PutEnableContentAccess()
H A Dark_web_preference_wrapper.h260 void PutEnableContentAccess(bool flag) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h287 virtual void PutEnableContentAccess(bool flag) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h38 virtual void PutEnableContentAccess(bool flag) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2582 setting->PutEnableContentAccess(true); in UpdateSettting()
2605 setting->PutEnableContentAccess(true); in UpdateSettting()
2627 setting->PutEnableContentAccess(component->GetContentAccessEnabled()); in UpdateSettting()