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

1 2 3 45 6 7 8 91011>>

  /external/webkit/LayoutTests/platform/android/
layout_test_directories.txt 13 fast/dom/Geolocation
  /external/chromium/chrome/browser/geolocation/
geolocation_settings_state.h 17 // This class manages the geolocation state per tab, and provides information
18 // and presentation data about the geolocation usage.
geolocation_browsertest.cc 10 #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
11 #include "chrome/browser/geolocation/geolocation_settings_state.h"
19 #include "content/browser/geolocation/arbitrator_dependency_factories_for_test.h"
20 #include "content/browser/geolocation/location_arbitrator.h"
21 #include "content/browser/geolocation/mock_location_provider.h"
129 LOG(WARNING) << "will add geolocation watch";
137 LOG(WARNING) << "got geolocation watch" << javascript_response_;
190 // This is a browser test for Geolocation.
192 // 1. Infobar is displayed when a geolocation is requested from an unauthorized
204 html_for_tests_("files/geolocation/simple.html")
    [all...]
geolocation_settings_state.cc 5 #include "chrome/browser/geolocation/geolocation_settings_state.h"
9 #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
  /external/webkit/Source/WebCore/bindings/js/
JSCustomPositionCallback.cpp 29 #if ENABLE(GEOLOCATION)
63 #endif // ENABLE(GEOLOCATION)
JSCustomPositionErrorCallback.cpp 29 #if ENABLE(GEOLOCATION)
64 #endif // ENABLE(GEOLOCATION)
  /external/webkit/Source/WebCore/page/
Navigator.idl 54 readonly attribute [EnabledAtRuntime] Geolocation geolocation;
Chrome.h 45 class Geolocation;
149 // FIXME: Remove once all ports are using client-based geolocation. https://bugs.webkit.org/show_bug.cgi?id=40373
150 // For client-based geolocation, these two methods have moved to GeolocationClient. https://bugs.webkit.org/show_bug.cgi?id=50061
151 void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
152 void cancelGeolocationPermissionRequestForFrame(Frame*, Geolocation*);
GeolocationPositionCache.h 41 // Maintains a cached position for Geolocation. Takes care of writing and
42 // reading the position to a database on a background thread. The Geolocation
  /external/webkit/Source/WebCore/platform/efl/
GeolocationServiceEfl.cpp 24 #if ENABLE(GEOLOCATION)
80 #endif // ENABLE(GEOLOCATION)
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.h 22 #if ENABLE(GEOLOCATION)
74 #endif // ENABLE(GEOLOCATION)
  /external/webkit/Source/WebKit/chromium/src/
GeolocationClientProxy.h 51 virtual void requestPermission(WebCore::Geolocation*);
52 virtual void cancelPermissionRequest(WebCore::Geolocation*);
WebGeolocationClientMock.cpp 35 #include "Geolocation.h"
123 m_clientMock->requestPermission(request.geolocation());
128 m_clientMock->cancelPermissionRequest(request.geolocation());
  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.h 41 class Geolocation;
58 void requestPermission(WebCore::Geolocation*);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebGeolocationClient.h 55 virtual void requestPermission(WebCore::Geolocation*);
56 virtual void cancelPermissionRequest(WebCore::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
81 * updates the Geolocation permissions accordingly.
120 * Parses the value of the default geolocation permissions setting.
153 * Gets the current system setting for default allowed geolocation origins.
164 * Adds geolocation permissions for the given origins.
173 * Removes geolocation permissions for the given origins, if they are allowed.
  /external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.cpp 29 #include "Geolocation.h"
46 // GeolocationServiceAndroid is the Android implmentation of Geolocation
49 // object. Therefore, there is a 1:1 mapping between Geolocation,
51 // GeolocationService objects. In the case where multiple Geolocation objects
54 // handles making sure that updates are passed to all Geolocation objects.
77 Frame* frame = reinterpret_cast<Geolocation*>(geolocationServiceClient())->frame();
116 // Called when the Geolocation object has no watches or one shots in
  /frameworks/base/core/java/android/webkit/
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/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.h 10 #include "chrome/browser/geolocation/geolocation_settings_state.h"
53 // Clears the Geolocation settings.
59 // Updates Geolocation settings on navigation.
80 // geolocation API usage on this page.
186 // Manages information about Geolocation API usage in this page.
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 40 class Geolocation;
149 // Methods used to request and provide Geolocation permissions.
150 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
151 virtual void cancelGeolocationPermissionRequestForFrame(WebCore::Frame*, WebCore::Geolocation*);
205 // The Geolocation permissions manager.
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.h 135 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
136 virtual void cancelGeolocationPermissionRequestForFrame(Frame*, Geolocation*);
137 virtual void cancelGeolocationPermissionForFrame(Frame*, Geolocation*);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomPositionCallback.cpp 29 #if ENABLE(GEOLOCATION)
82 #endif // ENABLE(GEOLOCATION)
V8CustomPositionErrorCallback.cpp 29 #if ENABLE(GEOLOCATION)
82 #endif // ENABLE(GEOLOCATION)
  /external/webkit/Source/WebCore/platform/
GeolocationService.cpp 38 #if !ENABLE(GEOLOCATION) || ENABLE(CLIENT_BASED_GEOLOCATION)
55 #if ENABLE(GEOLOCATION)

Completed in 204 milliseconds

1 2 3 45 6 7 8 91011>>