Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DPage.h180 … GeolocationController* geolocationController() const { return m_geolocationController.get(); } in geolocationController()
336 OwnPtr<GeolocationController> m_geolocationController; variable
DPage.cpp148 …, m_geolocationController(adoptPtr(new GeolocationController(this, pageClients.geolocationClient))) in Page()