Searched refs:geolocatioError (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/mock/
H A DGeolocationClientMock.cpp181 RefPtr<GeolocationError> geolocatioError = GeolocationError::create(GeolocationError::PositionUnavailable, m_errorMessage); local
182 m_controller->errorOccurred(geolocatioError.get());
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.mm8594 RefPtr<GeolocationError> geolocatioError = GeolocationError::create(GeolocationError::PositionUnavailable, errorMessage);
8595 WebCore::GeolocationController::from(_private->page)->errorOccurred(geolocatioError.get());

Completed in 107 milliseconds