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

  /external/webkit/Source/WebCore/platform/mock/
GeolocationServiceMock.cpp 27 #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)
51 , m_timer(this, &GeolocationServiceMock::timerFired
    [all...]
GeolocationServiceMock.h 42 class GeolocationServiceMock : public GeolocationService {
46 GeolocationServiceMock(GeolocationServiceClient*);
47 virtual ~GeolocationServiceMock();
67 void timerFired(Timer<GeolocationServiceMock>*);
72 typedef HashSet<GeolocationServiceMock*> GeolocationServiceSet;
78 Timer<GeolocationServiceMock> m_timer;

Completed in 1164 milliseconds