HomeSort by relevance Sort by last modified time
    Searched full:geolocation (Results 76 - 100 of 299) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationPermissionClientQt.h 34 #include "Geolocation.h"
49 void requestGeolocationPermissionForFrame(QWebFrame*, Geolocation*);
50 void cancelGeolocationPermissionRequestForFrame(QWebFrame*, Geolocation*);
55 QHash<QWebFrame*, Geolocation*> m_pendingPermissionRequests;
  /external/webkit/Source/WebKit/win/
WebGeolocationPolicyListener.h 35 class Geolocation;
40 static COMPtr<WebGeolocationPolicyListener> createInstance(PassRefPtr<WebCore::Geolocation>);
52 WebGeolocationPolicyListener(PassRefPtr<WebCore::Geolocation>);
56 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/script-tests/
page-reload-cancel-permission-requests.js 1 description("Tests that when a page is reloaded, the frame is properly detached from the Geolocation object " +
27 // Make request on remote frame's Geolocation object.
28 iframe.contentWindow.navigator.geolocation.getCurrentPosition(
reentrant-success.js 1 description("Tests that reentrant calls to Geolocation methods from the success callback are OK.");
17 navigator.geolocation.getCurrentPosition(function(p) {
41 navigator.geolocation.getCurrentPosition(function(p) {
delayed-permission-allowed.js 12 navigator.geolocation.getCurrentPosition(function() {
timeout.js 16 navigator.geolocation.getCurrentPosition(function(p) {
watch.js 1 description("Tests that watchPosition correctly reports position updates and errors from the Geolocation service.");
35 navigator.geolocation.watchPosition(function(p) {
callback-exception.js 16 navigator.geolocation.getCurrentPosition(function(p) {
position-string.js 16 navigator.geolocation.getCurrentPosition(function(p) {
timestamp.js 32 navigator.geolocation.getCurrentPosition(checkPosition);
  /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.
  /external/webkit/Source/WebCore/page/
Navigator.h 38 class Geolocation;
67 Geolocation* geolocation() const;
69 Geolocation* optionalGeolocation() const { return m_geolocation.get(); }
99 mutable RefPtr<Geolocation> m_geolocation;
Geolocation.idl 28 interface [Conditional=GEOLOCATION, OmitConstructor] Geolocation {
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8GeolocationCustom.cpp 29 #if ENABLE(GEOLOCATION)
32 #include "Geolocation.h"
132 INC_STATS("DOM.Geolocation.getCurrentPosition()");
151 Geolocation* geolocation = V8Geolocation::toNative(args.Holder()); local
152 geolocation->getCurrentPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release());
158 INC_STATS("DOM.Geolocation.watchPosition()");
177 Geolocation* geolocation = V8Geolocation::toNative(args.Holder()); local
178 int watchId = geolocation->watchPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.releas (…)
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebGeolocationClient.h 29 class Geolocation;
47 void requestPermission(WebCore::Geolocation*);
48 void cancelPermissionRequest(WebCore::Geolocation*) { };
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebGeolocationClient.h 33 class Geolocation;
49 virtual void requestPermission(WebCore::Geolocation*);
50 virtual void cancelPermissionRequest(WebCore::Geolocation*) { }
  /external/webkit/LayoutTests/fast/dom/Geolocation/
multiple-requests-expected.txt 1 Tests that Geolocation correctly handles multiple concurrent requests.
watch-expected.txt 1 Tests that watchPosition correctly reports position updates and errors from the Geolocation service.
  /external/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.cpp 87 void GeolocationClientMock::requestPermission(Geolocation* geolocation)
89 m_pendingPermission.add(geolocation);
94 void GeolocationClientMock::cancelPermissionRequest(Geolocation* geolocation)
96 // Called from Geolocation::disconnectFrame() in response to Frame destruction.
97 m_pendingPermission.remove(geolocation);
116 // Once permission has been set (or denied) on a Geolocation object, there can be
118 // which fire synchronously from Geolocation::setIsAllowed() cannot reentrantly modify
GeolocationClientMock.h 50 // Provides a mock object for the geolocation client
70 virtual void requestPermission(Geolocation*);
71 virtual void cancelPermissionRequest(Geolocation*);
92 typedef WTF::HashSet<RefPtr<Geolocation> > GeolocationSet;
  /external/webkit/Source/WebCore/platform/efl/
GeolocationServiceEfl.h 24 #if ENABLE(GEOLOCATION)
55 #endif // ENABLE(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...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.h 40 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
122 // Used to make an asynchronous callback to the Geolocation objects.
126 // Calls back to the Geolocation objects in all frames from the
128 // Geolocation from the specified origin may no longer use Geolocation,
  /external/chromium/chrome/browser/
remove_rows_table_model.h 14 // content settings exception dialog for geolocation.

Completed in 455 milliseconds

1 2 34 5 6 7 8 91011>>