Home
last modified time | relevance | path

Searched refs:GeolocationClientQt (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DGeolocationClientQt.cpp46 GeolocationClientQt::GeolocationClientQt(const QWebPage* page) in GeolocationClientQt() function in WebCore::GeolocationClientQt
53 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()
DGeolocationClientQt.h44 class GeolocationClientQt : public QObject, public GeolocationClient {
48 GeolocationClientQt(const QWebPage*);
49 virtual ~GeolocationClientQt();
/external/webkit/Source/WebKit/qt/
DChangeLog1139 * 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 …]
DQtWebKit.pro257 $$PWD/WebCoreSupport/GeolocationClientQt.h
259 $$PWD/WebCoreSupport/GeolocationClientQt.cpp
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp335 pageClients.geolocationClient = new GeolocationClientQt(q); in QWebPagePrivate()