Home
last modified time | relevance | path

Searched defs:geolocation (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/bindings/v8/custom/
DV8GeolocationCustom.cpp200 …Geolocation* geolocation = V8DOMWrapper::convertToNativeObject<Geolocation>(V8ClassIndex::GEOLOCAT… in CALLBACK_FUNC_DECL() local
225 …Geolocation* geolocation = V8DOMWrapper::convertToNativeObject<Geolocation>(V8ClassIndex::GEOLOCAT… in CALLBACK_FUNC_DECL() local
/external/webkit/WebCore/page/
DNavigator.cpp147 Geolocation* Navigator::geolocation() const in geolocation() function in WebCore::Navigator
DGeolocation.h83 …static PassRefPtr<GeoNotifier> create(Geolocation* geolocation, PassRefPtr<PositionCallback> posit… in create()
DGeolocation.cpp46 Geolocation::GeoNotifier::GeoNotifier(Geolocation* geolocation, PassRefPtr<PositionCallback> succes… in GeoNotifier()
DChrome.cpp386 void Chrome::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation) in requestGeolocationPermissionForFrame()
/external/webkit/WebKit/android/WebCoreSupport/
DGeolocationPermissions.cpp224 Geolocation* geolocation = frame->domWindow()->navigator()->optionalGeolocation(); in maybeCallbackFrames() local
DChromeClientAndroid.cpp344 …d ChromeClientAndroid::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation) in requestGeolocationPermissionForFrame()
/external/webkit/WebKit/android/jni/
DWebViewCore.cpp2781 Geolocation* geolocation = frame->domWindow()->navigator()->optionalGeolocation(); in Pause() local
2796 Geolocation* geolocation = frame->domWindow()->navigator()->optionalGeolocation(); in Resume() local