OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeolocationClientQt
(Results
1 - 3
of
3
) 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
...]
/external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp
67
#include "
GeolocationClientQt
.h"
335
pageClients.geolocationClient = new
GeolocationClientQt
(q);
[
all
...]
Completed in 102 milliseconds