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

  /external/webkit/Source/WebCore/page/
Geolocation.cpp 29 #include "Geolocation.h"
31 #if ENABLE(GEOLOCATION)
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)
87 : m_geolocation(geolocation)
91 , m_timer(this, &Geolocation::GeoNotifier::timerFired
    [all...]
Geolocation.h 51 class Geolocation : public RefCounted<Geolocation>
52 #if !ENABLE(CLIENT_BASED_GEOLOCATION) && ENABLE(GEOLOCATION)
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));
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.h 212 Geolocation

Completed in 68 milliseconds