Searched refs:geolocation (Results 1 - 25 of 101) sorted by last modified time

12345

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeoNotifier.cpp6 #include "modules/geolocation/GeoNotifier.h"
8 #include "modules/geolocation/Geolocation.h"
9 #include "modules/geolocation/PositionError.h"
10 #include "modules/geolocation/PositionOptions.h"
14 GeoNotifier::GeoNotifier(Geolocation* geolocation, PositionCallback* successCallback, PositionErrorCallback* errorCallback, PositionOptions* options) argument
16 : m_geolocation(geolocation)
H A DGeoNotifier.h8 #include "modules/geolocation/PositionCallback.h"
9 #include "modules/geolocation/PositionErrorCallback.h"
22 static GeoNotifier* create(Geolocation* geolocation, PositionCallback* positionCallback, PositionErrorCallback* positionErrorCallback, PositionOptions* options) argument
24 return new GeoNotifier(geolocation, positionCallback, positionErrorCallback, options);
H A DGeolocation.cpp29 #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"
81 Geolocation* geolocation = new Geolocation(context); local
82 geolocation->suspendIfNeeded();
83 return geolocation;
438 // Ask the embedder: it maintains the geolocation challenge policy itself.
H A DGeolocationController.cpp28 #include "modules/geolocation/GeolocationController.h"
32 #include "modules/geolocation/GeolocationClient.h"
33 #include "modules/geolocation/GeolocationError.h"
34 #include "modules/geolocation/GeolocationInspectorAgent.h"
35 #include "modules/geolocation/GeolocationPosition.h"
140 void GeolocationController::requestPermission(Geolocation* geolocation) argument
143 m_client->requestPermission(geolocation);
146 void GeolocationController::cancelPermissionRequest(Geolocation* geolocation) argument
149 m_client->cancelPermissionRequest(geolocation);
H A DNavigatorGeolocation.cpp24 #include "modules/geolocation/NavigatorGeolocation.h"
29 #include "modules/geolocation/Geolocation.h"
55 Geolocation* NavigatorGeolocation::geolocation(Navigator& navigator) function in class:blink::NavigatorGeolocation
57 return NavigatorGeolocation::from(navigator).geolocation();
60 Geolocation* NavigatorGeolocation::geolocation() const function in class:blink::NavigatorGeolocation
H A DNavigatorGeolocation.h39 static Geolocation* geolocation(Navigator&);
40 Geolocation* geolocation() const;
H A DNavigatorGeolocation.idl21 readonly attribute Geolocation geolocation;
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
H A DGeolocationClientMock.cpp35 #include "modules/geolocation/GeolocationController.h"
36 #include "modules/geolocation/GeolocationError.h"
37 #include "modules/geolocation/GeolocationPosition.h"
81 void GeolocationClientMock::requestPermission(Geolocation* geolocation) argument
83 m_pendingPermissions.add(geolocation);
88 void GeolocationClientMock::cancelPermissionRequest(Geolocation* geolocation) argument
91 m_pendingPermissions.remove(geolocation);
/external/chromium_org/third_party/WebKit/Source/modules/
H A Dmodules.target.darwin-arm.mk212 third_party/WebKit/Source/modules/geolocation/Coordinates.cpp \
213 third_party/WebKit/Source/modules/geolocation/Geolocation.cpp \
214 third_party/WebKit/Source/modules/geolocation/GeolocationController.cpp \
215 third_party/WebKit/Source/modules/geolocation/GeolocationInspectorAgent.cpp \
216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
217 third_party/WebKit/Source/modules/geolocation/GeolocationWatchers.cpp \
218 third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.cpp \
219 third_party/WebKit/Source/modules/geolocation/PositionOptions.cpp \
H A Dmodules.target.darwin-arm64.mk212 third_party/WebKit/Source/modules/geolocation/Coordinates.cpp \
213 third_party/WebKit/Source/modules/geolocation/Geolocation.cpp \
214 third_party/WebKit/Source/modules/geolocation/GeolocationController.cpp \
215 third_party/WebKit/Source/modules/geolocation/GeolocationInspectorAgent.cpp \
216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
217 third_party/WebKit/Source/modules/geolocation/GeolocationWatchers.cpp \
218 third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.cpp \
219 third_party/WebKit/Source/modules/geolocation/PositionOptions.cpp \
H A Dmodules.target.darwin-mips.mk212 third_party/WebKit/Source/modules/geolocation/Coordinates.cpp \
213 third_party/WebKit/Source/modules/geolocation/Geolocation.cpp \
214 third_party/WebKit/Source/modules/geolocation/GeolocationController.cpp \
215 third_party/WebKit/Source/modules/geolocation/GeolocationInspectorAgent.cpp \
216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
217 third_party/WebKit/Source/modules/geolocation/GeolocationWatchers.cpp \
218 third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.cpp \
219 third_party/WebKit/Source/modules/geolocation/PositionOptions.cpp \
H A Dmodules.target.darwin-mips64.mk212 third_party/WebKit/Source/modules/geolocation/Coordinates.cpp \
213 third_party/WebKit/Source/modules/geolocation/Geolocation.cpp \
214 third_party/WebKit/Source/modules/geolocation/GeolocationController.cpp \
215 third_party/WebKit/Source/modules/geolocation/GeolocationInspectorAgent.cpp \
216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
217 third_party/WebKit/Source/modules/geolocation/GeolocationWatchers.cpp \
218 third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.cpp \
219 third_party/WebKit/Source/modules/geolocation/PositionOptions.cpp \
H A Dmodules.target.darwin-x86.mk212 third_party/WebKit/Source/modules/geolocation/Coordinates.cpp \
213 third_party/WebKit/Source/modules/geolocation/Geolocation.cpp \
214 third_party/WebKit/Source/modules/geolocation/GeolocationController.cpp \
215 third_party/WebKit/Source/modules/geolocation/GeolocationInspectorAgent.cpp \
216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
217 third_party/WebKit/Source/modules/geolocation/GeolocationWatchers.cpp \
218 third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.cpp \
219 third_party/WebKit/Source/modules/geolocation/PositionOptions.cpp \
H A Dmodules.target.darwin-x86_64.mk212 third_party/WebKit/Source/modules/geolocation/Coordinates.cpp \
213 third_party/WebKit/Source/modules/geolocation/Geolocation.cpp \
214 third_party/WebKit/Source/modules/geolocation/GeolocationController.cpp \
215 third_party/WebKit/Source/modules/geolocation/GeolocationInspectorAgent.cpp \
216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
217 third_party/WebKit/Source/modules/geolocation/GeolocationWatchers.cpp \
218 third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.cpp \
219 third_party/WebKit/Source/modules/geolocation/PositionOptions.cpp \
H A Dmodules.target.linux-arm.mk212 third_party/WebKit/Source/modules/geolocation/Coordinates.cpp \
213 third_party/WebKit/Source/modules/geolocation/Geolocation.cpp \
214 third_party/WebKit/Source/modules/geolocation/GeolocationController.cpp \
215 third_party/WebKit/Source/modules/geolocation/GeolocationInspectorAgent.cpp \
216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
217 third_party/WebKit/Source/modules/geolocation/GeolocationWatchers.cpp \
218 third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.cpp \
219 third_party/WebKit/Source/modules/geolocation/PositionOptions.cpp \
H A Dmodules.target.linux-arm64.mk212 third_party/WebKit/Source/modules/geolocation/Coordinates.cpp \
213 third_party/WebKit/Source/modules/geolocation/Geolocation.cpp \
214 third_party/WebKit/Source/modules/geolocation/GeolocationController.cpp \
215 third_party/WebKit/Source/modules/geolocation/GeolocationInspectorAgent.cpp \
216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
217 third_party/WebKit/Source/modules/geolocation/GeolocationWatchers.cpp \
218 third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.cpp \
219 third_party/WebKit/Source/modules/geolocation/PositionOptions.cpp \
H A Dmodules.target.linux-mips.mk212 third_party/WebKit/Source/modules/geolocation/Coordinates.cpp \
213 third_party/WebKit/Source/modules/geolocation/Geolocation.cpp \
214 third_party/WebKit/Source/modules/geolocation/GeolocationController.cpp \
215 third_party/WebKit/Source/modules/geolocation/GeolocationInspectorAgent.cpp \
216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
217 third_party/WebKit/Source/modules/geolocation/GeolocationWatchers.cpp \
218 third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.cpp \
219 third_party/WebKit/Source/modules/geolocation/PositionOptions.cpp \
H A Dmodules.target.linux-mips64.mk212 third_party/WebKit/Source/modules/geolocation/Coordinates.cpp \
213 third_party/WebKit/Source/modules/geolocation/Geolocation.cpp \
214 third_party/WebKit/Source/modules/geolocation/GeolocationController.cpp \
215 third_party/WebKit/Source/modules/geolocation/GeolocationInspectorAgent.cpp \
216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
217 third_party/WebKit/Source/modules/geolocation/GeolocationWatchers.cpp \
218 third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.cpp \
219 third_party/WebKit/Source/modules/geolocation/PositionOptions.cpp \
H A Dmodules.target.linux-x86.mk212 third_party/WebKit/Source/modules/geolocation/Coordinates.cpp \
213 third_party/WebKit/Source/modules/geolocation/Geolocation.cpp \
214 third_party/WebKit/Source/modules/geolocation/GeolocationController.cpp \
215 third_party/WebKit/Source/modules/geolocation/GeolocationInspectorAgent.cpp \
216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
217 third_party/WebKit/Source/modules/geolocation/GeolocationWatchers.cpp \
218 third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.cpp \
219 third_party/WebKit/Source/modules/geolocation/PositionOptions.cpp \
H A Dmodules.target.linux-x86_64.mk212 third_party/WebKit/Source/modules/geolocation/Coordinates.cpp \
213 third_party/WebKit/Source/modules/geolocation/Geolocation.cpp \
214 third_party/WebKit/Source/modules/geolocation/GeolocationController.cpp \
215 third_party/WebKit/Source/modules/geolocation/GeolocationInspectorAgent.cpp \
216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
217 third_party/WebKit/Source/modules/geolocation/GeolocationWatchers.cpp \
218 third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.cpp \
219 third_party/WebKit/Source/modules/geolocation/PositionOptions.cpp \
/external/chromium_org/third_party/WebKit/Source/web/
H A DGeolocationClientProxy.cpp29 #include "modules/geolocation/Geolocation.h"
30 #include "modules/geolocation/GeolocationPosition.h"
81 void GeolocationClientProxy::requestPermission(Geolocation* geolocation) argument
83 m_client->requestPermission(WebGeolocationPermissionRequest(geolocation));
86 void GeolocationClientProxy::cancelPermissionRequest(Geolocation* geolocation) argument
88 m_client->cancelPermissionRequest(WebGeolocationPermissionRequest(geolocation));
H A DWebGeolocationPermissionRequest.cpp30 #include "modules/geolocation/Geolocation.h"
37 WebGeolocationPermissionRequest::WebGeolocationPermissionRequest(Geolocation* geolocation) argument
38 : m_private(geolocation)
H A DWebGeolocationPermissionRequestManager.cpp29 #include "modules/geolocation/Geolocation.h"
46 Geolocation* geolocation = permissionRequest.geolocation(); local
47 ASSERT(!m_private->m_geolocationIdMap.contains(geolocation));
50 m_private->m_geolocationIdMap.add(geolocation, id);
51 m_private->m_idGeolocationMap.add(id, geolocation);
57 Geolocation* geolocation = permissionRequest.geolocation(); local
58 GeolocationIdMap::iterator it = m_private->m_geolocationIdMap.find(geolocation);
72 Geolocation* geolocation
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebGeolocationPermissionRequest.h50 Geolocation* geolocation() const { return m_private.get(); } function in class:blink::WebGeolocationPermissionRequest
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
H A DOverridesView.js467 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...]

Completed in 258 milliseconds

12345