Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1022 … : BaseEventInfo("LoadWebGeolocationShowEvent"), origin_(origin), webGeolocation_(webGeolocation) in LoadWebGeolocationShowEvent()
1033 return webGeolocation_; in GetWebGeolocation()
1038 RefPtr<WebGeolocation> webGeolocation_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp599 webGeolocation_ = eventInfo.GetWebGeolocation(); in SetEvent()
616 if (webGeolocation_) { in Invoke()
617 webGeolocation_->Invoke(origin, allow, retain); in Invoke()
636 RefPtr<WebGeolocation> webGeolocation_; member in OHOS::Ace::Framework::JSWebGeolocation