Searched refs:GeolocationServiceMock (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/mock/
H A DGeolocationServiceMock.cpp27 #include "GeolocationServiceMock.h"
39 GeolocationServiceMock::GeolocationServiceSet* GeolocationServiceMock::s_instances = 0;
40 RefPtr<Geoposition>* GeolocationServiceMock::s_lastPosition;
41 RefPtr<PositionError>* GeolocationServiceMock::s_lastError;
43 GeolocationService* GeolocationServiceMock::create(GeolocationServiceClient* client)
46 return new GeolocationServiceMock(client);
49 GeolocationServiceMock::GeolocationServiceMock(GeolocationServiceClient* client) function in class:WebCore::GeolocationServiceMock
51 , m_timer(this, &GeolocationServiceMock
[all...]
H A DGeolocationServiceMock.h42 class GeolocationServiceMock : public GeolocationService { class in namespace:WebCore
46 GeolocationServiceMock(GeolocationServiceClient*);
47 virtual ~GeolocationServiceMock();
62 void timerFired(Timer<GeolocationServiceMock>*);
67 typedef HashSet<GeolocationServiceMock*> GeolocationServiceSet;
73 Timer<GeolocationServiceMock> m_timer;
/external/webkit/Source/WebCore/platform/
H A DGeolocationService.cpp29 #include "GeolocationServiceMock.h"
47 GeolocationService::FactoryFunction* GeolocationService::s_mockFactoryFunction = &GeolocationServiceMock::create;

Completed in 667 milliseconds