Searched refs:GeolocationCallbackInvoke (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_geolocation_callback_interface.h | 38 …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 D | ark_web_geo_location_callback_impl.cpp | 30 …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 D | ark_web_geo_location_callback_wrapper.cpp | 27 void ArkWebGeoLocationCallbackWrapper::GeolocationCallbackInvoke( in GeolocationCallbackInvoke() function in OHOS::ArkWeb::ArkWebGeoLocationCallbackWrapper
|
H A D | ark_web_geo_location_callback_wrapper.h | 39 …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 D | web_delegate.cpp | 801 geolocationCallback_->GeolocationCallbackInvoke(origin, allow, retain, in Invoke()
|