Searched defs:geolocation (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DNavigatorGeolocation.cpp60 Geolocation* NavigatorGeolocation::geolocation(Navigator* navigator) function in class:WebCore::NavigatorGeolocation
65 Geolocation* NavigatorGeolocation::geolocation() const function in class:WebCore::NavigatorGeolocation
H A DGeolocationController.cpp90 void GeolocationController::requestPermission(Geolocation* geolocation) argument
96 void GeolocationController::cancelPermissionRequest(Geolocation* geolocation) argument
H A DGeolocation.h82 static PassRefPtr<GeoNotifier> create(Geolocation* geolocation, PassRefPtr<PositionCallback> positionCallback, PassRefPtr<PositionErrorCallback> positionErrorCallback, PassRefPtr<PositionOptions> options) { return adoptRef(new GeoNotifier(geolocation, positionCallback, positionErrorCallback, options)); } argument
H A DGeolocation.cpp77 Geolocation::GeoNotifier::GeoNotifier(Geolocation* geolocation, PassRefPtr<PositionCallback> successCallback, PassRefPtr<PositionErrorCallback> errorCallback, PassRefPtr<PositionOptions> options) argument
238 RefPtr<Geolocation> geolocation = adoptRef(new Geolocation(context)); local
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitgeolocationpolicydecision.cpp42 WebCore::Geolocation* geolocation; member in struct:_WebKitGeolocationPolicyDecisionPrivate
57 WebKitGeolocationPolicyDecision* webkit_geolocation_policy_decision_new(WebKitWebFrame* frame, WebCore::Geolocation* geolocation) argument
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebGeolocationClient.cpp79 void WebGeolocationClient::requestPermission(Geolocation* geolocation) argument
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebGeolocationPolicyListener.cpp36 COMPtr<WebGeolocationPolicyListener> WebGeolocationPolicyListener::createInstance(PassRefPtr<Geolocation> geolocation) argument
41 WebGeolocationPolicyListener::WebGeolocationPolicyListener(PassRefPtr<Geolocation> geolocation) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Geolocation/
H A DGeolocationPermissionRequestManager.cpp55 void GeolocationPermissionRequestManager::startRequestForGeolocation(Geolocation* geolocation) argument
74 void GeolocationPermissionRequestManager::cancelRequestForGeolocation(Geolocation* geolocation) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebGeolocationClient.cpp71 void WebGeolocationClient::requestPermission(Geolocation* geolocation) argument
76 void WebGeolocationClient::cancelPermissionRequest(Geolocation* geolocation) argument
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DGeolocationClientGtk.cpp71 void GeolocationClient::requestPermission(WebCore::Geolocation* geolocation) argument
82 void GeolocationClient::cancelPermissionRequest(WebCore::Geolocation* geolocation) argument
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DOverridesView.js404 var geolocation = WebInspector.UserAgentSupport.GeolocationPosition.parseSetting(geolocationSetting); variable
432 var geolocation = WebInspector.UserAgentSupport.GeolocationPosition.parseUserInput(this._latitudeElement.value, this._longitudeElement.value, this._geolocationErrorElement.checked); variable
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mock/
H A DGeolocationClientMock.cpp90 void GeolocationClientMock::requestPermission(Geolocation* geolocation) argument
97 void GeolocationClientMock::cancelPermissionRequest(Geolocation* geolocation) argument
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DGeolocationClientQt.cpp119 void GeolocationClientQt::requestPermission(Geolocation* geolocation) argument
126 void GeolocationClientQt::cancelPermissionRequest(Geolocation* geolocation) argument

Completed in 265 milliseconds