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

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

Completed in 255 milliseconds