Searched defs:GeolocationController (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationController.cpp28 #include "modules/geolocation/GeolocationController.h"
39 GeolocationController::GeolocationController(LocalFrame& frame, GeolocationClient* client) function in class:blink::GeolocationController
54 m_inspectorAgent = GeolocationController::from(frame.page()->deprecatedLocalMainFrame())->m_inspectorAgent;
64 GeolocationController* mainController = GeolocationController::from(frame.page()->deprecatedLocalMainFrame());
70 void GeolocationController::startUpdatingIfNeeded()
78 void GeolocationController::stopUpdatingIfNeeded()
86 GeolocationController::~GeolocationController()
[all...]

Completed in 180 milliseconds