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

  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationClientAndroid.h 37 class GeolocationClientAndroid : public WebCore::GeolocationClient {
39 GeolocationClientAndroid();
40 virtual ~GeolocationClientAndroid();
GeolocationClientAndroid.cpp 27 #include "GeolocationClientAndroid.h"
41 GeolocationClientAndroid::GeolocationClientAndroid() : m_webViewCore(0)
45 GeolocationClientAndroid::~GeolocationClientAndroid()
49 void GeolocationClientAndroid::geolocationDestroyed()
54 void GeolocationClientAndroid::startUpdating()
59 void GeolocationClientAndroid::stopUpdating()
64 void GeolocationClientAndroid::setEnableHighAccuracy(bool enableHighAccuracy)
69 GeolocationPosition* GeolocationClientAndroid::lastPosition(
    [all...]

Completed in 35 milliseconds