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

/external/chromium_org/android_webview/native/permission/
H A Daw_permission_request.h26 Geolocation = 1 << 0, enumerator in enum:android_webview::AwPermissionRequest::Resource
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocation.cpp29 #include "modules/geolocation/Geolocation.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* Geolocation::create(ExecutionContext* context)
81 Geolocation* geolocation = new Geolocation(context);
86 Geolocation::Geolocation(ExecutionContex function in class:blink::Geolocation
[all...]

Completed in 2398 milliseconds