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

  /external/chromium_org/android_webview/native/permission/
aw_permission_request.h 26 Geolocation = 1 << 0,
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 29 #include "modules/geolocation/Geolocation.h"
32 #include "modules/geolocation/Coordinates.h"
33 #include "modules/geolocation/GeolocationController.h"
34 #include "modules/geolocation/GeolocationError.h"
35 #include "modules/geolocation/GeolocationPosition.h"
40 static const char permissionDeniedErrorMessage[] = "User denied Geolocation";
41 static const char failedToStartServiceErrorMessage[] = "Failed to start Geolocation service";
42 static const char framelessDocumentErrorMessage[] = "Geolocation cannot be used in frameless documents";
79 Geolocation::GeoNotifier::GeoNotifier(Geolocation* geolocation, PassOwnPtr<PositionCallback> successCallback, (…)
239 Geolocation* geolocation = new Geolocation(context); local
    [all...]

Completed in 465 milliseconds