Searched refs:GeolocationClientQt (Results 1 – 5 of 5) sorted by relevance
46 GeolocationClientQt::GeolocationClientQt(const QWebPage* page) in GeolocationClientQt() function in WebCore::GeolocationClientQt53 GeolocationClientQt::~GeolocationClientQt() in ~GeolocationClientQt()58 void GeolocationClientQt::geolocationDestroyed() in geolocationDestroyed()63 void GeolocationClientQt::positionUpdated(const QGeoPositionInfo &geoPosition) in positionUpdated()96 void GeolocationClientQt::startUpdating() in startUpdating()111 void GeolocationClientQt::stopUpdating() in stopUpdating()118 void GeolocationClientQt::setEnableHighAccuracy(bool) in setEnableHighAccuracy()123 void GeolocationClientQt::requestPermission(Geolocation* geolocation) in requestPermission()130 void GeolocationClientQt::cancelPermissionRequest(Geolocation* geolocation) in cancelPermissionRequest()
44 class GeolocationClientQt : public QObject, public GeolocationClient {48 GeolocationClientQt(const QWebPage*);49 virtual ~GeolocationClientQt();
1139 * WebCoreSupport/GeolocationClientQt.cpp:1140 (WebCore::GeolocationClientQt::positionUpdated):1238 * WebCoreSupport/GeolocationClientQt.cpp:1426 * WebCoreSupport/GeolocationClientQt.cpp:1427 (WebCore::GeolocationClientQt::GeolocationClientQt):1428 * WebCoreSupport/GeolocationClientQt.h:2063 * WebCoreSupport/GeolocationClientQt.cpp: Added.2064 (WebCore::GeolocationClientQt::GeolocationClientQt):2065 (WebCore::GeolocationClientQt::~GeolocationClientQt):2066 (WebCore::GeolocationClientQt::geolocationDestroyed):[all …]
257 $$PWD/WebCoreSupport/GeolocationClientQt.h259 $$PWD/WebCoreSupport/GeolocationClientQt.cpp
335 pageClients.geolocationClient = new GeolocationClientQt(q); in QWebPagePrivate()