Home
last modified time | relevance | path

Searched refs:WebGeolocationImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h279 class WebGeolocationImpl : public AceType {
280 DECLARE_ACE_TYPE(WebGeolocationImpl, AceType);
283 explicit WebGeolocationImpl(void* object) : object_(object) {} in WebGeolocationImpl() function
H A Dweb_delegate_cross.cpp608 std::string WebGeolocationImpl::GetOrigin() const in GetOrigin()
1466 auto webGeolocationImpl = AceType::MakeRefPtr<WebGeolocationImpl>(object); in OnGeolocationPermissionsShowPrompt()