Home
last modified time | relevance | path

Searched refs:GeolocationCallbackInvoke (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_geolocation_callback_interface.h38 …virtual void GeolocationCallbackInvoke(const std::string& origin, bool allow, bool retain, bool in…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_geo_location_callback_impl.cpp30 …nweb_geo_location_callback_->GeolocationCallbackInvoke(ArkWebStringStructToClass(origin), allow, r… in GeoLocationCallbackInvoke()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_geo_location_callback_wrapper.cpp27 void ArkWebGeoLocationCallbackWrapper::GeolocationCallbackInvoke( in GeolocationCallbackInvoke() function in OHOS::ArkWeb::ArkWebGeoLocationCallbackWrapper
H A Dark_web_geo_location_callback_wrapper.h39 …void GeolocationCallbackInvoke(const std::string& origin, bool allow, bool retain, bool incognito)…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp801 geolocationCallback_->GeolocationCallbackInvoke(origin, allow, retain, in Invoke()