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

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.h 32 #include "modules/geolocation/Geoposition.h"
33 #include "modules/geolocation/PositionCallback.h"
34 #include "modules/geolocation/PositionError.h"
35 #include "modules/geolocation/PositionErrorCallback.h"
36 #include "modules/geolocation/PositionOptions.h"
49 class Geolocation : public ScriptWrappable, public RefCounted<Geolocation>, public ActiveDOMObject
52 static PassRefPtr<Geolocation> create(ExecutionContext*);
53 ~Geolocation();
87 explicit Geolocation(ExecutionContext*)
    [all...]
Geolocation.cpp 29 #include "modules/geolocation/Geolocation.h"
34 #include "modules/geolocation/Coordinates.h"
35 #include "modules/geolocation/GeolocationController.h"
36 #include "modules/geolocation/GeolocationError.h"
37 #include "modules/geolocation/GeolocationPosition.h"
41 static const char permissionDeniedErrorMessage[] = "User denied Geolocation";
42 static const char failedToStartServiceErrorMessage[] = "Failed to start Geolocation service";
43 static const char framelessDocumentErrorMessage[] = "Geolocation cannot be used in frameless documents";
71 Geolocation::GeoNotifier::GeoNotifier(Geolocation* geolocation, PassOwnPtr<PositionCallback> successCallback, (…)
232 RefPtr<Geolocation> geolocation = adoptRef(new Geolocation(context)); local
    [all...]

Completed in 492 milliseconds