HomeSort by relevance Sort by last modified time
    Searched full:geolocation (Results 26 - 50 of 366) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
NavigatorGeolocation.idl 21 readonly attribute Geolocation geolocation;
GeolocationClient.h 33 class Geolocation;
47 virtual void requestPermission(Geolocation*) = 0;
48 virtual void cancelPermissionRequest(Geolocation*) = 0;
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.h 8 #include "content/browser/geolocation/wifi_data_provider_common.h"
geolocation_provider_impl.h 53 // Useful for injecting mock geolocation arbitrator in tests.
63 // once the Geolocation thread is started, it will stay alive (but sitting
67 // Starts the geolocation providers or updates their options (delegates to
71 // Updates the providers on the geolocation thread, which must be running.
90 // Only to be used on the geolocation thread.
empty_wifi_data_provider.h 8 #include "content/browser/geolocation/wifi_data_provider.h"
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"
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_factory.cc 5 #include "chrome/browser/geolocation/geolocation_permission_context_factory.h"
13 #include "chrome/browser/geolocation/geolocation_permission_context_android.h"
15 #include "chrome/browser/geolocation/geolocation_permission_context.h"
geolocation_infobar_delegate.h 19 // and handling of geolocation permission infobars to the user.
22 // Creates a geolocation infobar and delegate and adds the infobar to
66 // Whether the user has interacted with the geolocation infobar.
geolocation_permission_context_android.h 8 // The flow for geolocation permissions on Android needs to take into account
9 // the global geolocation settings so it differs from the desktop one. It
14 // - The global system geolocation setting
28 #include "chrome/browser/geolocation/geolocation_permission_context.h"
  /external/chromium_org/content/renderer/
geolocation_dispatcher.h 23 // GeolocationDispatcher is a delegate for Geolocation messages used by
47 // Permission for using geolocation has been set.
50 // We have an updated geolocation position or error code.
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.cpp 35 #include "modules/geolocation/GeolocationController.h"
36 #include "modules/geolocation/GeolocationError.h"
37 #include "modules/geolocation/GeolocationPosition.h"
81 void GeolocationClientMock::requestPermission(Geolocation* geolocation)
83 m_pendingPermissions.add(geolocation);
88 void GeolocationClientMock::cancelPermissionRequest(Geolocation* geolocation)
90 // Called from Geolocation::disconnectFrame() in response to LocalFrame destruction.
91 m_pendingPermissions.remove(geolocation);
    [all...]
GeolocationClientMock.h 35 #include "modules/geolocation/GeolocationClient.h"
46 // Provides a mock object for the geolocation client.
62 virtual void requestPermission(Geolocation*) OVERRIDE;
63 virtual void cancelPermissionRequest(Geolocation*) OVERRIDE;
96 typedef PersistentHeapHashSetWillBeHeapHashSet<Member<Geolocation> > GeolocationSet;
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewLocationTest.java 19 * Test suite for ensureing that Geolocation interacts as expected
90 startActivityWithTestUrl("content/geolocation.html");
115 // Now hide the ContentView and ensure that geolocation stops.
123 // Show the ContentView again and ensure that geolocation starts again.
128 // Navigate away and ensure that geolocation stops.
156 // start up geolocation until we show the content view again.
  /external/chromium_org/chrome/browser/chromeos/geolocation/
simple_geolocation_provider.cc 5 #include "chrome/browser/chromeos/geolocation/simple_geolocation_provider.h"
12 #include "chrome/browser/chromeos/geolocation/geoposition.h"
20 "https://www.googleapis.com/geolocation/v1/geolocate?";
geoposition.h 14 // This structure represents Google Maps Geolocation response.
17 // Geolocation API client status.
  /external/chromium_org/content/public/common/
geoposition.h 7 // http://gears.googlecode.com/svn/trunk/gears/geolocation/geolocation.h
21 // These values follow the W3C geolocation specification and can be returned
  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.h 29 #include "modules/geolocation/GeolocationClient.h"
52 virtual void requestPermission(Geolocation*) OVERRIDE;
53 virtual void cancelPermissionRequest(Geolocation*) OVERRIDE;
WebGeolocationController.cpp 29 #include "modules/geolocation/GeolocationController.h"
30 #include "modules/geolocation/GeolocationError.h"
31 #include "modules/geolocation/GeolocationPosition.h"
  /external/chromium_org/chrome/browser/ui/webui/options/
geolocation_options_handler.h 13 // Handles processing of the geolocation options on settings page load.
  /external/chromium_org/chrome/test/chromedriver/chrome/
preferences.txt 34 "geolocation": 1,
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
permissions.json 39 "geolocation": {
40 "partial": "permissions/geolocation.html"

Completed in 1227 milliseconds

12 3 4 5 6 7 8 91011>>