Searched defs:Geolocation (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DGeolocation.cpp29 #include "Geolocation.h"
51 static const char permissionDeniedErrorMessage[] = "User denied Geolocation";
52 static const char failedToStartServiceErrorMessage[] = "Failed to start Geolocation service";
53 static const char framelessDocumentErrorMessage[] = "Geolocation cannot be used in frameless documents";
86 Geolocation::GeoNotifier::GeoNotifier(Geolocation* geolocation, PassRefPtr<PositionCallback> successCallback, PassRefPtr<PositionErrorCallback> errorCallback, PassRefPtr<PositionOptions> options)
91 , m_timer(this, &Geolocation::GeoNotifier::timerFired)
101 void Geolocation::GeoNotifier::setFatalError(PassRefPtr<PositionError> error)
115 void Geolocation::GeoNotifier::setUseCachedPosition()
121 bool Geolocation
219 Geolocation::Geolocation(Frame* frame) function in class:WebCore::Geolocation
[all...]
H A DGeolocation.h51 class Geolocation : public RefCounted<Geolocation> class in namespace:WebCore
57 static PassRefPtr<Geolocation> create(Frame* frame) { return adoptRef(new Geolocation(frame)); }
59 ~Geolocation();
88 Geolocation(Frame*);
94 static PassRefPtr<GeoNotifier> create(Geolocation* geolocation, PassRefPtr<PositionCallback> positionCallback, PassRefPtr<PositionErrorCallback> positionErrorCallback, PassRefPtr<PositionOptions> options) { return adoptRef(new GeoNotifier(geolocation, positionCallback, positionErrorCallback, options)); }
103 Geolocation* m_geolocation;
112 GeoNotifier(Geolocation*, PassRefPtr<PositionCallback>, PassRefPtr<PositionErrorCallback>, PassRefPtr<PositionOptions>);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.h212 Geolocation enumerator in enum:QWebPage::Feature

Completed in 760 milliseconds