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

/external/webkit/Source/WebCore/page/
H A DGeolocationController.h43 class GeolocationController { class in namespace:WebCore
44 WTF_MAKE_NONCOPYABLE(GeolocationController);
46 GeolocationController(Page*, GeolocationClient*);
47 ~GeolocationController();
H A DGeolocationController.cpp27 #include "GeolocationController.h"
36 GeolocationController::GeolocationController(Page* page, GeolocationClient* client) function in class:WebCore::GeolocationController
42 GeolocationController::~GeolocationController()
50 void GeolocationController::addObserver(Geolocation* observer, bool enableHighAccuracy)
70 void GeolocationController::removeObserver(Geolocation* observer)
86 void GeolocationController::requestPermission(Geolocation* geolocation)
92 void GeolocationController::cancelPermissionRequest(Geolocation* geolocation)
98 void GeolocationController
[all...]

Completed in 42 milliseconds