Searched defs:GeolocationClientMock (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/mock/
H A DGeolocationClientMock.h51 class GeolocationClientMock : public GeolocationClient { class in namespace:WebCore
53 GeolocationClientMock();
54 virtual ~GeolocationClientMock();
75 void controllerTimerFired(Timer<GeolocationClientMock>*);
78 void permissionTimerFired(Timer<GeolocationClientMock>*);
83 Timer<GeolocationClientMock> m_controllerTimer;
84 Timer<GeolocationClientMock> m_permissionTimer;
H A DGeolocationClientMock.cpp32 #include "GeolocationClientMock.h"
42 GeolocationClientMock::GeolocationClientMock() function in class:WebCore::GeolocationClientMock
44 , m_controllerTimer(this, &GeolocationClientMock::controllerTimerFired)
45 , m_permissionTimer(this, &GeolocationClientMock::permissionTimerFired)
51 GeolocationClientMock::~GeolocationClientMock()
56 void GeolocationClientMock::setController(GeolocationController *controller)
62 void GeolocationClientMock::setPosition(PassRefPtr<GeolocationPosition> position)
69 void GeolocationClientMock
[all...]

Completed in 52 milliseconds