Searched refs:PositionUnavailable (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DGeolocationError.h42 PositionUnavailable enumerator in enum:WebCore::GeolocationError::ErrorCode
H A DGeolocation.cpp77 case GeolocationError::PositionUnavailable:
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
H A DWebGeolocationManager.cpp100 RefPtr<GeolocationError> error = GeolocationError::create(GeolocationError::PositionUnavailable, /* Localized error string */ String(""));
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DGeolocationClientQt.cpp103 RefPtr<WebCore::GeolocationError> error = GeolocationError::create(GeolocationError::PositionUnavailable, failedToStartServiceErrorMessage);
H A DDumpRenderTreeSupportQt.cpp811 GeolocationError::ErrorCode code = GeolocationError::PositionUnavailable;
817 code = GeolocationError::PositionUnavailable;
/external/webkit/Source/WebKit/android/jni/
H A DGeolocationServiceBridge.cpp125 RefPtr<GeolocationError> error = GeolocationError::create(GeolocationError::PositionUnavailable, jstringToWtfString(env, message));
/external/webkit/Source/WebKit/chromium/src/
H A DAssertMatchingEnums.cpp417 COMPILE_ASSERT_MATCHING_ENUM(WebGeolocationError::ErrorPositionUnavailable, GeolocationError::PositionUnavailable);
/external/webkit/Source/WebKit/win/
H A DWebView.cpp6424 RefPtr<GeolocationError> geolocationError = GeolocationError::create(GeolocationError::PositionUnavailable, descriptionString);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm6318 RefPtr<GeolocationError> geolocatioError = GeolocationError::create(GeolocationError::PositionUnavailable, [error localizedDescription]);

Completed in 441 milliseconds