Searched refs:WebGeolocationImpl (Results 1 – 2 of 2) sorted by relevance
279 class WebGeolocationImpl : public AceType {280 DECLARE_ACE_TYPE(WebGeolocationImpl, AceType);283 explicit WebGeolocationImpl(void* object) : object_(object) {} in WebGeolocationImpl() function
608 std::string WebGeolocationImpl::GetOrigin() const in GetOrigin()1466 auto webGeolocationImpl = AceType::MakeRefPtr<WebGeolocationImpl>(object); in OnGeolocationPermissionsShowPrompt()