Home | History | Annotate | Download | only in geolocation

Lines Matching refs:geolocation

28 #include "modules/geolocation/GeolocationController.h"
32 #include "modules/geolocation/GeolocationClient.h"
33 #include "modules/geolocation/GeolocationError.h"
34 #include "modules/geolocation/GeolocationInspectorAgent.h"
35 #include "modules/geolocation/GeolocationPosition.h"
107 void GeolocationController::addObserver(Geolocation* observer, bool enableHighAccuracy)
124 void GeolocationController::removeObserver(Geolocation* observer)
140 void GeolocationController::requestPermission(Geolocation* geolocation)
143 m_client->requestPermission(geolocation);
146 void GeolocationController::cancelPermissionRequest(Geolocation* geolocation)
149 m_client->cancelPermissionRequest(geolocation);
160 HeapVector<Member<Geolocation> > observersVector;
168 HeapVector<Member<Geolocation> > observersVector;