Searched refs:newErrorAvailable (Results 1 – 5 of 5) sorted by relevance
50 virtual void newErrorAvailable(PassRefPtr<WebCore::GeolocationError>) = 0;62 static void newErrorAvailable(JNIEnv *env, jclass, jlong nativeObject, jstring message);
55 (void*) GeolocationServiceBridge::newErrorAvailable }122 void GeolocationServiceBridge::newErrorAvailable(JNIEnv* env, jclass, jlong nativeObject, jstring m… in newErrorAvailable() function in android::GeolocationServiceBridge126 object->m_listener->newErrorAvailable(error.release()); in newErrorAvailable()
63 virtual void newErrorAvailable(PassRefPtr<WebCore::GeolocationError>);
174 void GeolocationClientImpl::newErrorAvailable(PassRefPtr<WebCore::GeolocationError> error) in newErrorAvailable() function in android::GeolocationClientImpl
31483 (WebCore::GeolocationServiceAndroid::newErrorAvailable):31500 (WebCore::GeolocationServiceBridge::newErrorAvailable):