/external/webkit/WebKit/win/ |
WebGeolocationPolicyListener.h | 37 class Geolocation; 42 static COMPtr<WebGeolocationPolicyListener> createInstance(PassRefPtr<WebCore::Geolocation>); 54 WebGeolocationPolicyListener(PassRefPtr<WebCore::Geolocation>); 58 RefPtr<WebCore::Geolocation> m_geolocation;
|
WebGeolocationPolicyListener.cpp | 30 #include <WebCore/Geolocation.h> 36 COMPtr<WebGeolocationPolicyListener> WebGeolocationPolicyListener::createInstance(PassRefPtr<Geolocation> geolocation) 38 return new WebGeolocationPolicyListener(geolocation); 41 WebGeolocationPolicyListener::WebGeolocationPolicyListener(PassRefPtr<Geolocation> geolocation) 43 , m_geolocation(geolocation)
|
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
reentrant-success.js | 1 description("Tests that reentrant calls to Geolocation methods from the success callback are OK."); 14 navigator.geolocation.getCurrentPosition(function(p) { 37 navigator.geolocation.getCurrentPosition(function(p) {
|
timeout-zero.js | 6 navigator.geolocation.getCurrentPosition(function(p) {
|
watch.js | 1 description("Tests that watchPosition correctly reports position updates and errors from the Geolocation service."); 32 navigator.geolocation.watchPosition(function(p) {
|
position-string.js | 13 navigator.geolocation.getCurrentPosition(function(p) {
|
timeout.js | 13 navigator.geolocation.getCurrentPosition(function(p) {
|
callback-exception.js | 13 navigator.geolocation.getCurrentPosition(function(p) {
|
/frameworks/base/core/java/android/webkit/ |
MockGeolocation.java | 21 * mock Geolocation service for use in LayoutTests. 30 * Set the position for the mock Geolocation service. 38 * Set the error for the mock Geolocation service.
|
GeolocationPermissions.java | 30 * This class is used to get Geolocation permissions from, and set them on the 31 * WebView. For example, it could be used to allow a user to manage Geolocation 35 * Geolocation spec - http://dev.w3.org/geo/api/spec-source.html. An origin 43 * Within WebKit, Geolocation permissions may be applied either temporarily 49 * Callback interface used by the browser to report a Geolocation permission 199 * Gets the set of origins for which Geolocation permissions are stored. 202 * (Database, Geolocation etc) do so, it's safe to match up origins based
|
/external/webkit/WebCore/page/ |
Navigator.h | 32 class Geolocation; 61 Geolocation* geolocation() const; 63 Geolocation* optionalGeolocation() const { return m_geolocation.get(); } 87 mutable RefPtr<Geolocation> m_geolocation;
|
Geolocation.h | 60 class Geolocation : public EventListener 67 static PassRefPtr<Geolocation> create(Frame* frame) { return adoptRef(new Geolocation(frame)); } 69 virtual ~Geolocation(); 95 Geolocation(Frame*); 99 static PassRefPtr<GeoNotifier> create(Geolocation* geolocation, PassRefPtr<PositionCallback> positionCallback, PassRefPtr<PositionErrorCallback> positionErrorCallback, PassRefPtr<PositionOptions> options) { return adoptRef(new GeoNotifier(geolocation, positionCallback, positionErrorCallback, options)); } 108 Geolocation* m_geolocation; 117 GeoNotifier(Geolocation*, PassRefPtr<PositionCallback>, PassRefPtr<PositionErrorCallback>, PassRefPtr<PositionOptions>) [all...] |
GeolocationController.cpp | 47 void GeolocationController::addObserver(Geolocation* observer) 57 void GeolocationController::removeObserver(Geolocation* observer) 69 Vector<RefPtr<Geolocation> > observersVector; 77 Vector<RefPtr<Geolocation> > observersVector;
|
Navigator.idl | 54 readonly attribute [EnabledAtRuntime] Geolocation geolocation;
|
Geolocation.idl | 28 interface [OmitConstructor] Geolocation {
|
Chrome.h | 42 class Geolocation; 135 void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8GeolocationCustom.cpp | 29 #include "Geolocation.h" 171 INC_STATS("DOM.Geolocation.getCurrentPosition()"); 189 Geolocation* geolocation = V8Geolocation::toNative(args.Holder()); local 190 geolocation->getCurrentPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release()); 196 INC_STATS("DOM.Geolocation.watchPosition()"); 214 Geolocation* geolocation = V8Geolocation::toNative(args.Holder()); local 215 int watchId = geolocation->watchPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release());
|
/external/webkit/WebKit/android/WebCoreSupport/ |
GeolocationPermissions.h | 41 class Geolocation; 48 // The GeolocationPermissions class manages Geolocation permissions for the 50 // the Geolocation spec - http://dev.w3.org/geo/api/spec-source.html. An 74 // the Geolocation objects in all frames in this WebView that are from 83 // geolocation objects as described above. If any other permission 121 // Used to make an asynchronous callback to the Geolocation objects. 125 // Calls back to the Geolocation objects in all frames from the 127 // Geolocation from the specified origin may no longer use Geolocation,
|
ChromeClientAndroid.h | 36 class Geolocation; 144 // Methods used to request and provide Geolocation permissions. 145 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*); 174 // The Geolocation permissions manager.
|
GeolocationPermissions.cpp | 31 #include "Geolocation.h" 265 // to the Geolocation object in all frames from the correct origin. 268 // If the page has changed, it may no longer have a Geolocation 270 Geolocation* geolocation = frame->domWindow()->navigator()->optionalGeolocation(); local 271 if (geolocation) 272 geolocation->setIsAllowed(allow);
|
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
watch-expected.txt | 1 Tests that watchPosition correctly reports position updates and errors from the Geolocation service.
|
/external/webkit/WebCore/platform/mac/ |
GeolocationServiceMac.h | 29 #if ENABLE(GEOLOCATION) 75 #endif // ENABLE(GEOLOCATION)
|
/packages/apps/Browser/res/layout/ |
tab.xml | 19 Currently, the only such element is the Geolocation permissions prompt. 34 <!-- Geolocation permissions prompt -->
|
/packages/apps/Browser/src/com/android/browser/ |
SystemAllowGeolocationOrigins.java | 35 * Manages the interaction between the secure system setting for default geolocation 87 * updates the Geolocation permissions accordingly. 121 * Parses the value of the default geolocation permissions setting. 154 * Gets the current system setting for default allowed geolocation origins. 165 * Adds geolocation permissions for the given origins. 174 * Removes geolocation permissions for the given origins, if they are allowed.
|
/external/webkit/WebCore/platform/android/ |
GeolocationServiceAndroid.cpp | 45 // GeolocationServiceAndroid is the Android implmentation of Geolocation 48 // object. Therefore, there is a 1:1 mapping between Geolocation, 50 // GeolocationService objects. In the case where multiple Geolocation objects 53 // handles making sure that updates are passed to all Geolocation objects. 107 // Called when the Geolocation object has no watches or one shots in
|