/external/chromium_org/third_party/WebKit/Source/modules/ |
modules.gypi | 65 'geolocation/Coordinates.idl', 66 'geolocation/Geolocation.idl', 67 'geolocation/Geoposition.idl', 68 'geolocation/PositionCallback.idl', 69 'geolocation/PositionError.idl', 70 'geolocation/PositionErrorCallback.idl', 225 'geolocation/NavigatorGeolocation.idl', 502 'geolocation/Coordinates.cpp', 503 'geolocation/Geolocation.cpp' [all...] |
/external/chromium_org/content/ |
content_browser.gypi | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/ |
OverridesView.js | 467 var geolocation = WebInspector.OverridesSupport.GeolocationPosition.parseSetting(geolocationSetting); 468 this.element.appendChild(this._createSettingCheckbox(WebInspector.UIString("Emulate geolocation coordinates"), WebInspector.overridesSupport.settings.overrideGeolocation, this._geolocationOverrideCheckboxClicked.bind(this))); 469 this.element.appendChild(this._createGeolocationOverrideElement(geolocation)); 488 * @param {?WebInspector.OverridesSupport.GeolocationPosition} geolocation 491 _setGeolocationPosition: function(geolocation, userInputModified) 493 if (!geolocation) 497 this._latitudeElement.value = geolocation.latitude; 498 this._longitudeElement.value = geolocation.longitude; 501 var value = geolocation.toSetting(); 506 * @param {!WebInspector.OverridesSupport.GeolocationPosition} geolocation [all...] |
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/ |
InfoBarTest.java | 27 "chrome/test/data/geolocation/geolocation_on_load.html"; 74 * Verify Geolocation creates an InfoBar. 97 * Verify Geolocation creates an InfoBar and that it's destroyed when navigating back.
|
/external/chromium_org/chrome/browser/chromeos/geolocation/ |
simple_geolocation_request.h | 15 #include "chrome/browser/chromeos/geolocation/geoposition.h" 26 // Sends request to a server to get local geolocation information. 37 // Called when a new geo geolocation information is available.
|
geoposition.cc | 5 #include "chrome/browser/chromeos/geolocation/geoposition.h"
|
/external/chromium_org/chrome/browser/guest_view/web_view/ |
chrome_web_view_permission_helper_delegate.h | 105 // Bridge IDs correspond to a geolocation request. This method will remove 106 // the bookkeeping for a particular geolocation request associated with the 107 // provided |bridge_id|. It returns the request ID of the geolocation request.
|
/external/chromium_org/content/browser/geolocation/ |
location_api_adapter_android.cc | 5 #include "content/browser/geolocation/location_api_adapter_android.h" 11 #include "content/browser/geolocation/location_provider_android.h" 95 // Called on the geolocation thread, safe to access location_provider_ here.
|
network_location_provider.h | 18 #include "content/browser/geolocation/location_provider_base.h" 19 #include "content/browser/geolocation/network_location_request.h" 20 #include "content/browser/geolocation/wifi_data_provider_manager.h"
|
wifi_data_provider_common.h | 14 #include "content/browser/geolocation/wifi_data_provider.h" 15 #include "content/browser/geolocation/wifi_polling_policy.h"
|
fake_access_token_store.cc | 5 #include "content/browser/geolocation/fake_access_token_store.h"
|
location_arbitrator.h | 23 // Called everytime permission is granted to a page for using geolocation.
|
wifi_data.cc | 5 #include "content/browser/geolocation/wifi_data.h"
|
wifi_data_provider.cc | 5 #include "content/browser/geolocation/wifi_data_provider.h"
|
wifi_data_provider_mac.cc | 10 #include "content/browser/geolocation/wifi_data_provider_mac.h" 16 #include "content/browser/geolocation/osx_wifi.h" 17 #include "content/browser/geolocation/wifi_data_provider_common.h" 18 #include "content/browser/geolocation/wifi_data_provider_manager.h"
|
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
GeolocationInspectorAgent.cpp | 32 #include "modules/geolocation/GeolocationInspectorAgent.h" 34 #include "modules/geolocation/GeolocationController.h" 48 : InspectorBaseAgent<GeolocationInspectorAgent>("Geolocation")
|
/external/chromium_org/chrome/browser/geolocation/ |
geolocation_permission_context_android.cc | 5 #include "chrome/browser/geolocation/geolocation_permission_context_android.h" 46 // get an opportunity to allow the geolocation request.
|
geolocation_permission_context_extensions.cc | 5 #include "chrome/browser/geolocation/geolocation_permission_context_extensions.h" 78 LOG(WARNING) << "Attempt to use geolocation tabless renderer: "
|
/external/chromium_org/android_webview/native/permission/ |
aw_permission_request.h | 26 Geolocation = 1 << 0,
|
/external/chromium_org/chrome/browser/chromeos/timezone/ |
timezone_provider.cc | 13 #include "chrome/browser/chromeos/geolocation/geoposition.h"
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
declare_permissions.html | 9 (such as "geolocation")
|
/external/chromium_org/chromecast/shell/browser/geolocation/ |
cast_access_token_store.cc | 5 #include "chromecast/shell/browser/geolocation/cast_access_token_store.h"
|
/external/chromium_org/chromeos/network/ |
geolocation_handler.cc | 103 LOG(ERROR) << "Failed to get Geolocation data: " << call_status; 115 LOG(WARNING) << "Geolocation dictionary value not a List: " << iter.key(); 122 LOG(WARNING) << "Geolocation list value not a Dictionary: " << i; 125 // Docs: developers.google.com/maps/documentation/business/geolocation
|
/external/chromium_org/content/renderer/ |
geolocation_dispatcher.cc | 58 // startUpdating in response to the first high-accuracy Geolocation 59 // subscription. When the last high-accuracy Geolocation unsubscribes 104 // Permission for using geolocation has been set. 112 // We have an updated geolocation position or error code.
|
/external/chromium_org/content/shell/geolocation/ |
shell_access_token_store.cc | 5 #include "content/shell/geolocation/shell_access_token_store.h"
|