Home
last modified time | relevance | path

Searched refs:PutGeoLocationAllowed (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h257 virtual void PutGeoLocationAllowed(bool flag) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_preference_impl.h232 void PutGeoLocationAllowed(bool flag) override;
H A Dark_web_preference_impl.cpp170 void ArkWebPreferenceImpl::PutGeoLocationAllowed(bool flag) in PutGeoLocationAllowed() function in OHOS::ArkWeb::ArkWebPreferenceImpl
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp180 ark_web_preference_->PutGeoLocationAllowed(flag); in PutGeolocationAllowed()