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

  /external/webkit/Source/WebCore/platform/
GeolocationService.h 38 class GeolocationServiceClient {
40 virtual ~GeolocationServiceClient() { }
48 static GeolocationService* create(GeolocationServiceClient*);
69 typedef GeolocationService* (FactoryFunction)(GeolocationServiceClient*);
73 GeolocationService(GeolocationServiceClient*);
74 GeolocationServiceClient* geolocationServiceClient() const { return m_geolocationServiceClient; }
77 GeolocationServiceClient* m_geolocationServiceClient;
  /external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.cpp 55 GeolocationService* GeolocationServiceAndroid::create(GeolocationServiceClient* client)
62 GeolocationServiceAndroid::GeolocationServiceAndroid(GeolocationServiceClient* client)
77 Frame* frame = reinterpret_cast<Geolocation*>(geolocationServiceClient())->frame();

Completed in 390 milliseconds