/external/chromium_org/content/browser/geolocation/ |
location_provider_base.cc | 5 #include "content/browser/geolocation/location_provider_base.h"
|
mock_location_arbitrator.cc | 5 #include "content/browser/geolocation/mock_location_arbitrator.h"
|
mock_location_arbitrator.h | 10 #include "content/browser/geolocation/location_arbitrator.h"
|
wifi_data_provider_common_win.h | 11 #include "content/browser/geolocation/wifi_data_provider.h"
|
wifi_data_provider_linux.h | 9 #include "content/browser/geolocation/wifi_data_provider_common.h"
|
wifi_data_provider_chromeos.h | 9 #include "content/browser/geolocation/wifi_data_provider.h" 10 #include "content/browser/geolocation/wifi_polling_policy.h"
|
geolocation_dispatcher_host.cc | 5 #include "content/browser/geolocation/geolocation_dispatcher_host.h" 13 #include "content/browser/geolocation/geolocation_provider_impl.h" 90 // geolocation and the options associated with them. The map is iterated 97 // 'paused' state but not yet using geolocation. If the renderer does start 98 // using geolocation while paused, we move from this set into 100 // geolocation while 'paused' then we remove from this set. A renderer id 104 // Only set whilst we are registered with the geolocation provider. 122 // a javascript geolocation object is actually initialized. 207 "Geolocation.GeolocationDispatcherHostImpl.EnableHighAccuracy", 243 // This renderer is not using geolocation yet, but if it does befor [all...] |
location_provider_android.h | 9 #include "content/browser/geolocation/location_provider_base.h"
|
wifi_data_provider_mac.h | 8 #include "content/browser/geolocation/wifi_data_provider_common.h"
|
wifi_data_provider_unittest_win.cc | 8 #include "content/browser/geolocation/wifi_data_provider_win.h"
|
wifi_data_provider_common_win.cc | 5 #include "content/browser/geolocation/wifi_data_provider_common_win.h" 10 #include "content/browser/geolocation/wifi_data_provider_common.h"
|
/external/chromium_org/chrome/common/extensions/docs/templates/json/ |
permissions.json | 39 "geolocation": { 40 "partial": "permissions/geolocation.html"
|
/external/chromium_org/content/public/browser/ |
geolocation_permission_context.h | 17 // the policy and logic for the Geolocation permissions flow. 22 // The renderer is requesting permission to use Geolocation.
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8GeolocationCustom.cpp | 34 #include "modules/geolocation/Geolocation.h" 147 Geolocation* geolocation = V8Geolocation::toNative(info.Holder()); local 148 geolocation->getCurrentPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release()); 170 Geolocation* geolocation = V8Geolocation::toNative(info.Holder()); local 171 int watchId = geolocation->watchPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release());
|
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
Geolocation.idl | 26 // http://www.w3.org/TR/geolocation-API/#geolocation_interface 29 ] interface Geolocation {
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_permission_context_unittest.cc | 6 #include "chrome/browser/geolocation/geolocation_content_settings_map.h" 10 #include "content/browser/geolocation/arbitrator_dependency_factories_for_test.h" 11 #include "content/browser/geolocation/geolocation_permission_context.h" 12 #include "content/browser/geolocation/location_arbitrator.h" 13 #include "content/browser/geolocation/location_provider.h" 14 #include "content/browser/geolocation/mock_location_provider.h" 171 << "geolocation state not found " << requesting_frame; 196 GURL requesting_frame("http://www.example.com/geolocation"); 205 GURL requesting_frame_0("http://www.example.com/geolocation"); 206 GURL requesting_frame_1("http://www.example-2.com/geolocation"); [all...] |
geolocation_settings_state.h | 17 // This class manages the geolocation state per tab, and provides information 18 // and presentation data about the geolocation usage.
|
/external/chromium_org/chrome/browser/geolocation/ |
chrome_geolocation_permission_context.h | 18 // Geolocation permissions flow, and delegates UI handling via 51 // geolocation via 60 // Decide whether the geolocation permission should be granted.
|
chrome_geolocation_permission_context_android.cc | 5 #include "chrome/browser/geolocation/chrome_geolocation_permission_context_android.h" 33 // get an opportunity to allow the geolocation request.
|
/external/chromium/chrome/browser/ |
remove_rows_table_model.h | 14 // content settings exception dialog for geolocation.
|
/external/chromium_org/chrome/browser/ |
remove_rows_table_model.h | 13 // content settings exception dialog for geolocation.
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
geolocation_override_manager.h | 23 // Overrides the geolocation, if requested, for the duration of the
|
/external/chromium_org/chrome/test/ext_auto/auto_provider/ |
manifest.json | 42 "geolocation",
|
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_geolocation_permission_context.h | 13 // It manages Geolocation permissions flow for BrowserPluginGuest. When a guest
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebGeolocationPermissionRequest.cpp | 32 #include "modules/geolocation/Geolocation.h"
|