Home | History | Annotate | Download | only in page

Lines Matching refs:GeolocationController

27 #include "GeolocationController.h"
36 GeolocationController::GeolocationController(Page* page, GeolocationClient* client)
42 GeolocationController::~GeolocationController()
50 void GeolocationController::addObserver(Geolocation* observer, bool enableHighAccuracy)
67 void GeolocationController::removeObserver(Geolocation* observer)
83 void GeolocationController::requestPermission(Geolocation* geolocation)
89 void GeolocationController::cancelPermissionRequest(Geolocation* geolocation)
95 void GeolocationController::positionChanged(GeolocationPosition* position)
104 void GeolocationController::errorOccurred(GeolocationError* error)
112 GeolocationPosition* GeolocationController::lastPosition()