Searched refs:m_geolocationController (Results 1 – 2 of 2) sorted by relevance
180 … GeolocationController* geolocationController() const { return m_geolocationController.get(); } in geolocationController()336 OwnPtr<GeolocationController> m_geolocationController; variable
148 …, m_geolocationController(adoptPtr(new GeolocationController(this, pageClients.geolocationClient))) in Page()