Home
last modified time | relevance | path

Searched refs:GeoLocationAllowed (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.h246 virtual bool GeoLocationAllowed() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_preference_impl.h222 bool GeoLocationAllowed() override;
H A Dark_web_preference_impl.cpp165 bool ArkWebPreferenceImpl::GeoLocationAllowed() in GeoLocationAllowed() function in OHOS::ArkWeb::ArkWebPreferenceImpl
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp175 return ark_web_preference_->GeoLocationAllowed(); in GeolocationAllowed()