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 33 #include "modules/geolocation/Geoposition.h"
34 #include "modules/geolocation/PositionCallback.h"
35 #include "modules/geolocation/PositionError.h"
36 #include "modules/geolocation/PositionErrorCallback.h"
37 #include "modules/geolocation/PositionOptions.h"
49 class Geolocation : public ScriptWrappable, public RefCounted<Geolocation>, public ActiveDOMObject
52 static PassRefPtr<Geolocation> create(ScriptExecutionContext*);
53 ~Geolocation();
74 explicit Geolocation(ScriptExecutionContext*)
    [all...]
Geolocation.cpp 29 #include "modules/geolocation/Geolocation.h"
34 #include "modules/geolocation/Geoposition.h"
37 #include "modules/geolocation/Coordinates.h"
38 #include "modules/geolocation/GeolocationController.h"
39 #include "modules/geolocation/GeolocationError.h"
40 #include "modules/geolocation/GeolocationPosition.h"
41 #include "modules/geolocation/PositionError.h"
45 static const char permissionDeniedErrorMessage[] = "User denied Geolocation";
46 static const char failedToStartServiceErrorMessage[] = "Failed to start Geolocation service"
236 RefPtr<Geolocation> geolocation = adoptRef(new Geolocation(context)); local
    [all...]

Completed in 480 milliseconds