GeolocationClientMock 41 Source/modules/geolocation/testing/GeolocationClientMock.cpp GeolocationClientMock::GeolocationClientMock() GeolocationClientMock 44 Source/modules/geolocation/testing/GeolocationClientMock.cpp , m_controllerTimer(this, &GeolocationClientMock::controllerTimerFired) GeolocationClientMock 45 Source/modules/geolocation/testing/GeolocationClientMock.cpp , m_permissionTimer(this, &GeolocationClientMock::permissionTimerFired) GeolocationClientMock 51 Source/modules/geolocation/testing/GeolocationClientMock.cpp GeolocationClientMock::~GeolocationClientMock() GeolocationClientMock 56 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::setController(GeolocationController *controller) GeolocationClientMock 62 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::setPosition(PassRefPtr<GeolocationPosition> position) GeolocationClientMock 69 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::setPositionUnavailableError(const String& errorMessage) GeolocationClientMock 77 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::setPermission(bool allowed) GeolocationClientMock 83 Source/modules/geolocation/testing/GeolocationClientMock.cpp int GeolocationClientMock::numberOfPendingPermissionRequests() const GeolocationClientMock 88 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::requestPermission(Geolocation* geolocation) GeolocationClientMock 95 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::cancelPermissionRequest(Geolocation* geolocation) GeolocationClientMock 103 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::asyncUpdatePermission() GeolocationClientMock 110 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::permissionTimerFired(Timer<GeolocationClientMock>* timer) GeolocationClientMock 126 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::geolocationDestroyed() GeolocationClientMock 131 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::startUpdating() GeolocationClientMock 138 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::stopUpdating() GeolocationClientMock 145 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::setEnableHighAccuracy(bool) GeolocationClientMock 151 Source/modules/geolocation/testing/GeolocationClientMock.cpp GeolocationPosition* GeolocationClientMock::lastPosition() GeolocationClientMock 156 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::asyncUpdateController() GeolocationClientMock 163 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::controllerTimerFired(Timer<GeolocationClientMock>* timer) GeolocationClientMock 176 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::clearError() GeolocationClientMock 49 Source/modules/geolocation/testing/GeolocationClientMock.h class GeolocationClientMock : public GeolocationClient { GeolocationClientMock 51 Source/modules/geolocation/testing/GeolocationClientMock.h GeolocationClientMock(); GeolocationClientMock 52 Source/modules/geolocation/testing/GeolocationClientMock.h virtual ~GeolocationClientMock(); GeolocationClientMock 72 Source/modules/geolocation/testing/GeolocationClientMock.h void controllerTimerFired(Timer<GeolocationClientMock>*); GeolocationClientMock 75 Source/modules/geolocation/testing/GeolocationClientMock.h void permissionTimerFired(Timer<GeolocationClientMock>*); GeolocationClientMock 83 Source/modules/geolocation/testing/GeolocationClientMock.h Timer<GeolocationClientMock> m_controllerTimer; GeolocationClientMock 84 Source/modules/geolocation/testing/GeolocationClientMock.h Timer<GeolocationClientMock> m_permissionTimer; GeolocationClientMock 48 Source/modules/geolocation/testing/InternalsGeolocation.cpp GeolocationClientMock* client = new GeolocationClientMock(); GeolocationClientMock 56 Source/modules/geolocation/testing/InternalsGeolocation.cpp GeolocationClientMock* client = geolocationClient(document); GeolocationClientMock 65 Source/modules/geolocation/testing/InternalsGeolocation.cpp GeolocationClientMock* client = geolocationClient(document); GeolocationClientMock 74 Source/modules/geolocation/testing/InternalsGeolocation.cpp GeolocationClientMock* client = geolocationClient(document); GeolocationClientMock 83 Source/modules/geolocation/testing/InternalsGeolocation.cpp GeolocationClientMock* client = geolocationClient(document); GeolocationClientMock 89 Source/modules/geolocation/testing/InternalsGeolocation.cpp GeolocationClientMock* InternalsGeolocation::geolocationClient(Document* document) GeolocationClientMock 94 Source/modules/geolocation/testing/InternalsGeolocation.cpp return static_cast<GeolocationClientMock*>(controller->client()); GeolocationClientMock 40 Source/modules/geolocation/testing/InternalsGeolocation.h class GeolocationClientMock; GeolocationClientMock 52 Source/modules/geolocation/testing/InternalsGeolocation.h static GeolocationClientMock* geolocationClient(Document*);