Searched refs:GeolocationServiceGtk (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
H A DGeolocationServiceGtk.h33 class GeolocationServiceGtk : public GeolocationService { class in namespace:WebCore
36 ~GeolocationServiceGtk();
48 GeolocationServiceGtk(GeolocationServiceClient*);
53 static void position_changed(GeocluePosition*, GeocluePositionFields, int, double, double, double, GeoclueAccuracy*, GeolocationServiceGtk*);
54 static void getPositionCallback(GeocluePosition*, GeocluePositionFields, int, double, double, double, GeoclueAccuracy*, GError*, GeolocationServiceGtk*);
H A DGeolocationServiceGtk.cpp21 #include "GeolocationServiceGtk.h"
41 GeolocationService* GeolocationServiceGtk::create(GeolocationServiceClient* client)
43 return new GeolocationServiceGtk(client);
46 GeolocationService::FactoryFunction* GeolocationService::s_factoryFunction = &GeolocationServiceGtk::create;
48 GeolocationServiceGtk::GeolocationServiceGtk(GeolocationServiceClient* client) function in class:WebCore::GeolocationServiceGtk
60 GeolocationServiceGtk::~GeolocationServiceGtk()
77 bool GeolocationServiceGtk::startUpdating(PositionOptions* options)
128 void GeolocationServiceGtk
[all...]

Completed in 64 milliseconds