Home | History | Annotate | Download | only in src

Lines Matching defs:WebGeolocationClientMock

32 #include "WebGeolocationClientMock.h"
49 WebGeolocationClientMock* WebGeolocationClientMock::create()
51 return new WebGeolocationClientMock();
54 void WebGeolocationClientMock::setPosition(double latitude, double longitude, double accuracy)
61 void WebGeolocationClientMock::setError(int errorCode, const WebString& message)
80 void WebGeolocationClientMock::setPermission(bool allowed)
85 int WebGeolocationClientMock::numberOfPendingPermissionRequests() const
90 void WebGeolocationClientMock::resetMock()
95 void WebGeolocationClientMock::startUpdating()
100 void WebGeolocationClientMock::stopUpdating()
105 void WebGeolocationClientMock::setEnableHighAccuracy(bool accuracy)
110 void WebGeolocationClientMock::geolocationDestroyed()
115 void WebGeolocationClientMock::setController(WebGeolocationController* controller)
121 void WebGeolocationClientMock::requestPermission(const WebGeolocationPermissionRequest& request)
126 void WebGeolocationClientMock::cancelPermissionRequest(const WebGeolocationPermissionRequest& request)
131 bool WebGeolocationClientMock::lastPosition(WebGeolocationPosition& webPosition)
141 WebGeolocationClientMock::WebGeolocationClientMock()
146 void WebGeolocationClientMock::reset()