Searched refs:webGeolocation_ (Results 1 – 2 of 2) sorted by relevance
1022 … : BaseEventInfo("LoadWebGeolocationShowEvent"), origin_(origin), webGeolocation_(webGeolocation) in LoadWebGeolocationShowEvent()1033 return webGeolocation_; in GetWebGeolocation()1038 RefPtr<WebGeolocation> webGeolocation_; variable
599 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