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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.h 58 virtual void requestPermission(Geolocation*);
59 virtual void cancelPermissionRequest(Geolocation*);
  /external/webkit/Source/WebCore/page/
Geoposition.idl 28 interface [Conditional=GEOLOCATION, OmitConstructor] Geoposition {
PositionError.idl 28 interface [Conditional=GEOLOCATION] PositionError {
ChromeClient.h 51 class Geolocation;
218 // FIXME: Remove once all ports are using client-based geolocation. https://bugs.webkit.org/show_bug.cgi?id=40373
219 // For client-based geolocation, these two methods have moved to GeolocationClient. https://bugs.webkit.org/show_bug.cgi?id=50061
221 // to use Geolocation.
222 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*) = 0;
223 virtual void cancelGeolocationPermissionRequestForFrame(Frame*, Geolocation*) = 0;
Navigator.cpp 34 #include "Geolocation.h"
167 Geolocation* Navigator::geolocation() const function in class:WebCore::Navigator
170 m_geolocation = Geolocation::create(m_frame);
GeolocationPositionCache.cpp 29 #if ENABLE(GEOLOCATION)
112 m_threadId = createThread(threadEntryPoint, this, "WebCore: Geolocation cache");
261 #endif // ENABLE(GEOLOCATION)
Chrome.cpp 31 #include "Geolocation.h"
437 void Chrome::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation)
439 m_client->requestGeolocationPermissionForFrame(frame, geolocation);
442 void Chrome::cancelGeolocationPermissionRequestForFrame(Frame* frame, Geolocation* geolocation)
444 m_client->cancelGeolocationPermissionRequestForFrame(frame, geolocation);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitgeolocationpolicydecisionprivate.h 30 WebKitGeolocationPolicyDecision* webkit_geolocation_policy_decision_new(WebKitWebFrame*, WebCore::Geolocation*);
  /external/chromium/chrome/browser/
content_setting_bubble_model.cc 11 #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
60 0, // Geolocation does not have an overall title.
148 0, // Geolocation custom links are set within that class.
226 0, // We don't manage geolocation here.
258 0, // We don't manage geolocation here.
416 "SetDomains currently only supports geolocation content type";
439 // Divide the tab's current geolocation users into sets according to their
  /external/chromium/chrome/common/extensions/docs/static/
api_other.html 42 <li> geolocation
43 (<a href="http://www.html5rocks.com/tutorials/geolocation/trip_meter/">tutorial</a>) </li>
  /external/webkit/Source/WebCore/platform/mock/
GeolocationServiceMock.cpp 29 #if ENABLE(GEOLOCATION)
32 #include "Geolocation.h"
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.h 146 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
147 virtual void cancelGeolocationPermissionRequestForFrame(Frame*, Geolocation*) { }
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.h 12 #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
geolocation_permission_context.cc 5 #include "content/browser/geolocation/geolocation_permission_context.h"
13 #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
22 #include "content/browser/geolocation/geolocation_provider.h"
39 // This class controls the geolocation infobar queue per profile, and it's an
536 LOG(WARNING) << "Attempt to use geolocation tabless renderer: "
546 LOG(WARNING) << "Attempt to use geolocation from an invalid URL: "
548 << " (geolocation is not supported in popups)";
geolocation_content_settings_map.cc 5 // Implementation of the geolocation content settings map. Styled on
8 // thread safe synchronous access to the settings; all geolocation permissions
16 #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.h 33 // The container for the bubble contents of the geolocation bubble.
  /external/webkit/Source/WebKit/chromium/src/
WebGeolocationPermissionRequest.cpp 31 #include "Geolocation.h"
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 172 // FIXME: Remove once all ports are using client-based geolocation. https://bugs.webkit.org/show_bug.cgi?id=40373
173 // For client-based geolocation, these two methods have moved to WebGeolocationClient. https://bugs.webkit.org/show_bug.cgi?id=50061
174 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*) { }
175 virtual void cancelGeolocationPermissionRequestForFrame(WebCore::Frame*, WebCore::Geolocation*) { }
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h 161 // FIXME: Remove once all ports are using client-based geolocation. https://bugs.webkit.org/show_bug.cgi?id=40373
162 // For client-based geolocation, these two methods have been moved to WebGeolocationClient. https://bugs.webkit.org/show_bug.cgi?id=50061
163 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*) { }
164 virtual void cancelGeolocationPermissionRequestForFrame(WebCore::Frame*, WebCore::Geolocation*) { }
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 67 // For Geolocation tests
  /external/webkit/Source/WebCore/bindings/js/
JSGeolocationCustom.cpp 29 #if ENABLE(GEOLOCATION)
33 #include "Geolocation.h"
158 #endif // ENABLE(GEOLOCATION)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 31 #include "Geolocation.h"
268 // to the Geolocation object in all frames from the correct origin.
271 // If the page has changed, it may no longer have a Geolocation
273 Geolocation* geolocation = frame->domWindow()->navigator()->optionalGeolocation(); local
274 if (geolocation)
275 geolocation->setIsAllowed(allow);
  /external/chromium/chrome/browser/prefs/
browser_prefs.cc 23 #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
24 #include "chrome/browser/geolocation/geolocation_prefs.h"
103 geolocation::RegisterPrefs(local_state);
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.cc 27 << "Geolocation settings handled by ContentSettingGeolocationImageModel";
85 << "Geolocation settings handled by OnGeolocationPermissionSet";
98 << "Geolocation settings handled by OnGeolocationPermissionSet";
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.h 145 // to use Geolocation.
146 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*);
147 virtual void cancelGeolocationPermissionRequestForFrame(WebCore::Frame*, WebCore::Geolocation*);

Completed in 1304 milliseconds

1 2 3 4 56 7 8 91011>>