HomeSort by relevance Sort by last modified time
    Searched defs:GeolocationController (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/
GeolocationController.cpp 27 #include "GeolocationController.h"
36 GeolocationController::GeolocationController(Page* page, GeolocationClient* client)
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::positionChanged(GeolocationPosition* position
    [all...]
GeolocationController.h 43 class GeolocationController {
44 WTF_MAKE_NONCOPYABLE(GeolocationController);
46 GeolocationController(Page*, GeolocationClient*);
47 ~GeolocationController();

Completed in 120 milliseconds