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

  /external/webkit/WebCore/page/
GeolocationController.h 43 class GeolocationController : public Noncopyable {
45 GeolocationController(Page*, GeolocationControllerClient*);
46 ~GeolocationController();
GeolocationController.cpp 27 #include "GeolocationController.h"
35 GeolocationController::GeolocationController(Page* page, GeolocationControllerClient* client)
41 GeolocationController::~GeolocationController()
47 void GeolocationController::addObserver(Geolocation* observer)
57 void GeolocationController::removeObserver(Geolocation* observer)
67 void GeolocationController::positionChanged(GeolocationPosition* position)
75 void GeolocationController::errorOccurred(GeolocationError* error)
83 GeolocationPosition* GeolocationController::lastPosition(
    [all...]

Completed in 58 milliseconds