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

  /external/webkit/Source/WebCore/platform/efl/
GeolocationServiceEfl.cpp 22 #include "GeolocationServiceEfl.h"
31 GeolocationService::FactoryFunction* GeolocationService::s_factoryFunction = &GeolocationServiceEfl::create;
33 GeolocationService* GeolocationServiceEfl::create(GeolocationServiceClient* client)
35 return new GeolocationServiceEfl(client);
38 GeolocationServiceEfl::GeolocationServiceEfl(GeolocationServiceClient* client)
43 GeolocationServiceEfl::~GeolocationServiceEfl()
48 bool GeolocationServiceEfl::startUpdating(PositionOptions* options)
54 void GeolocationServiceEfl::stopUpdating(
    [all...]
GeolocationServiceEfl.h 32 class GeolocationServiceEfl : public GeolocationService {
35 ~GeolocationServiceEfl();
47 GeolocationServiceEfl(GeolocationServiceClient*);

Completed in 625 milliseconds