HomeSort by relevance Sort by last modified time
    Searched defs:GeolocationClientQt (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.h 44 class GeolocationClientQt : public QObject, public GeolocationClient {
48 GeolocationClientQt(const QWebPage*);
49 virtual ~GeolocationClientQt();
GeolocationClientQt.cpp 27 #include "GeolocationClientQt.h"
46 GeolocationClientQt::GeolocationClientQt(const QWebPage* page)
53 GeolocationClientQt::~GeolocationClientQt()
58 void GeolocationClientQt::geolocationDestroyed()
63 void GeolocationClientQt::positionUpdated(const QGeoPositionInfo &geoPosition)
96 void GeolocationClientQt::startUpdating()
111 void GeolocationClientQt::stopUpdating()
118 void GeolocationClientQt::setEnableHighAccuracy(bool
    [all...]

Completed in 431 milliseconds