Home
last modified time | relevance | path

Searched refs:newErrorAvailable (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DGeolocationServiceBridge.h50 virtual void newErrorAvailable(PassRefPtr<WebCore::GeolocationError>) = 0;
62 static void newErrorAvailable(JNIEnv *env, jclass, jlong nativeObject, jstring message);
DGeolocationServiceBridge.cpp55 (void*) GeolocationServiceBridge::newErrorAvailable }
122 void GeolocationServiceBridge::newErrorAvailable(JNIEnv* env, jclass, jlong nativeObject, jstring m… in newErrorAvailable() function in android::GeolocationServiceBridge
126 object->m_listener->newErrorAvailable(error.release()); in newErrorAvailable()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DGeolocationClientImpl.h63 virtual void newErrorAvailable(PassRefPtr<WebCore::GeolocationError>);
DGeolocationClientImpl.cpp174 void GeolocationClientImpl::newErrorAvailable(PassRefPtr<WebCore::GeolocationError> error) in newErrorAvailable() function in android::GeolocationClientImpl
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2931483 (WebCore::GeolocationServiceAndroid::newErrorAvailable):
31500 (WebCore::GeolocationServiceBridge::newErrorAvailable):