Home
last modified time | relevance | path

Searched defs:setError (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebKit/android/jni/
DMockGeolocation.cpp60 static void setError(JNIEnv* env, jobject, int code, jstring message) in setError() function
/external/webkit/WebCore/platform/mock/
DGeolocationServiceMock.cpp72 void GeolocationServiceMock::setError(PassRefPtr<PositionError> error) in setError() function in WebCore::GeolocationServiceMock
/external/webkit/WebCore/platform/gtk/
DGeolocationServiceGtk.cpp209 void GeolocationServiceGtk::setError(PositionError::ErrorCode errorCode, const char* message) in setError() function in WebCore::GeolocationServiceGtk
/external/webkit/JavaScriptCore/wrec/
DWRECParser.h116 void setError(const char* error) in setError() function
/external/chromium/third_party/icu/source/i18n/
Dfmtable.cpp85 static inline void setError(UErrorCode& ec, UErrorCode err) { in setError() function
/external/icu4c/i18n/
Dfmtable.cpp89 static void setError(UErrorCode& ec, UErrorCode err) { in setError() function
/external/webkit/WebCore/page/
DGeolocation.cpp615 void Geolocation::setError(GeolocationError* error) in setError() function in WebCore::Geolocation