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/bridge/webview/
H A Dark_web_preference_wrapper.h224 bool GeolocationAllowed() override;
H A Dark_web_preference_wrapper.cpp173 bool ArkWebPreferenceWrapper::GeolocationAllowed() in GeolocationAllowed() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h462 virtual bool GeolocationAllowed() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_preference_impl.cpp167 return nweb_preference_->GeolocationAllowed(); in GeoLocationAllowed()