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

  /external/webkit/Source/WebCore/platform/
GeolocationService.cpp 27 #include "GeolocationService.h"
39 static GeolocationService* createGeolocationServiceNull(GeolocationServiceClient*)
44 GeolocationService::FactoryFunction* GeolocationService::s_factoryFunction = &createGeolocationServiceNull;
45 GeolocationService::FactoryFunction* GeolocationService::s_mockFactoryFunction = &createGeolocationServiceNull;
47 GeolocationService::FactoryFunction* GeolocationService::s_mockFactoryFunction = &GeolocationServiceMock::create;
50 GeolocationService* GeolocationService::create(GeolocationServiceClient* client
    [all...]
GeolocationService.h 33 class GeolocationService;
41 virtual void geolocationServicePositionChanged(GeolocationService*) = 0;
42 virtual void geolocationServiceErrorOccurred(GeolocationService*) = 0;
45 class GeolocationService {
46 WTF_MAKE_NONCOPYABLE(GeolocationService);
48 static GeolocationService* create(GeolocationServiceClient*);
49 virtual ~GeolocationService() { }
64 typedef GeolocationService* (FactoryFunction)(GeolocationServiceClient*);
68 GeolocationService(GeolocationServiceClient*);
  /frameworks/base/core/java/android/webkit/
GeolocationService.java 33 final class GeolocationService implements LocationListener {
36 private static final String TAG = "geolocationService";
51 public GeolocationService(Context context, long nativeObject) {

Completed in 33 milliseconds