HomeSort by relevance Sort by last modified time
    Searched full:geolocation (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /external/webkit/WebKit/chromium/src/
WebRuntimeFeatures.cpp 157 #if ENABLE(GEOLOCATION)
164 #if ENABLE(GEOLOCATION)
ChromeClientImpl.h 125 WebCore::Frame*, WebCore::Geolocation*) { }
  /external/webkit/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 133 // to use Geolococation. The ChromeClient must call Geolocation::setShouldClearCache() appropriately.
134 void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
  /external/webkit/WebCore/page/
Navigator.cpp 32 #include "Geolocation.h"
158 Geolocation* Navigator::geolocation() const function in class:WebCore::Navigator
161 m_geolocation = Geolocation::create(m_frame);
ChromeClient.h 49 class Geolocation;
188 // to use Geolocation.
189 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*) = 0;
Chrome.cpp 31 #include "Geolocation.h"
415 void Chrome::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation)
417 m_client->requestGeolocationPermissionForFrame(frame, geolocation);
  /external/webkit/WebCore/platform/
GeolocationService.cpp 37 #if !ENABLE(GEOLOCATION) || ENABLE(CLIENT_BASED_GEOLOCATION)
  /external/webkit/WebCore/platform/chromium/
GeolocationServiceChromium.cpp 46 #if ENABLE(GEOLOCATION)
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 66 // For Geolocation tests
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 56 #import <WebCore/Geolocation.h>
102 RefPtr<Geolocation> _geolocation;
104 - (id)initWithGeolocation:(Geolocation*)geolocation;
755 void WebChromeClient::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation)
761 geolocation->setIsAllowed(false);
766 WebGeolocationPolicyListener* listener = [[WebGeolocationPolicyListener alloc] initWithGeolocation:geolocation];
840 - (id)initWithGeolocation:(Geolocation*)geolocation
    [all...]
  /external/webkit/WebCore/platform/android/
GeolocationServiceAndroid.h 38 // the Geolocation service. It is an implementation detail of
  /external/webkit/WebKit/mac/Misc/
WebKitErrorsPrivate.h 46 @abstract Geolocation errors
  /external/webkit/WebCore/platform/mac/
GeolocationServiceMac.mm 28 #if ENABLE(GEOLOCATION) && !ENABLE(CLIENT_BASED_GEOLOCATION)
221 #endif // ENABLE(GEOLOCATION)
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 48 #include <WebCore/Geolocation.h>
754 void WebChromeClient::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation)
758 geolocation->setIsAllowed(false);
764 geolocation->setIsAllowed(false);
769 COMPtr<WebGeolocationPolicyListener> listener = WebGeolocationPolicyListener::createInstance(geolocation);
774 geolocation->setIsAllowed(false);
  /external/webkit/WebCore/platform/mock/
GeolocationServiceMock.cpp 30 #include "Geolocation.h"
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 40 #include "Geolocation.h"
454 void ChromeClientAndroid::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation)
456 ASSERT(geolocation);
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 118 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*);
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 150 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
  /external/webkit/WebKit/win/Interfaces/
IWebError.idl 104 @abstract Geolocation errors
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.h 137 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
  /external/webkit/WebKitTools/Scripts/
build-webkit 71 { option => "client-based-geolocation", desc => "Toggle client-based Geolocation support",
95 { option => "geolocation", desc => "Toggle Geolocation support",
  /packages/apps/Browser/res/layout/
geolocation_permissions_prompt.xml 16 This is the layout for the Geolocation permissions prompt.
  /external/webkit/WebCore/bindings/v8/
DOMObjectsInclude.h 195 // GEOLOCATION
197 #include "Geolocation.h"
  /external/webkit/WebKitTools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 259 // FIXME: Implement for Geolocation layout tests.
265 // FIXME: Implement for Geolocation layout tests.
  /external/webkit/WebCore/bindings/js/
JSGeolocationCustom.cpp 31 #include "Geolocation.h"

Completed in 64 milliseconds

1 23 4 5 6