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

/macosx-10.10/WebCore-7600.1.25/platform/mock/
H A DGeolocationClientMock.cpp33 #include "GeolocationClientMock.h"
43 GeolocationClientMock::GeolocationClientMock() function in class:WebCore::GeolocationClientMock
46 , m_controllerTimer(this, &GeolocationClientMock::controllerTimerFired)
47 , m_permissionTimer(this, &GeolocationClientMock::permissionTimerFired)
53 GeolocationClientMock::~GeolocationClientMock()
58 void GeolocationClientMock::setController(GeolocationController *controller)
64 void GeolocationClientMock::setPosition(PassRefPtr<GeolocationPosition> position)
71 void GeolocationClientMock
[all...]
H A DGeolocationClientMock.h49 class GeolocationClientMock : public GeolocationClient { class in namespace:WebCore
51 GeolocationClientMock();
52 virtual ~GeolocationClientMock();
73 void controllerTimerFired(Timer<GeolocationClientMock>*);
76 void permissionTimerFired(Timer<GeolocationClientMock>*);
84 Timer<GeolocationClientMock> m_controllerTimer;
85 Timer<GeolocationClientMock> m_permissionTimer;

Completed in 94 milliseconds