HomeSort by relevance Sort by last modified time
    Searched refs:newErrorAvailable (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/android/
GeolocationServiceBridge.h 52 static void newErrorAvailable(JNIEnv *env, jclass, jlong nativeObject, jstring message);
GeolocationServiceAndroid.h 61 void newErrorAvailable(PassRefPtr<PositionError>);
GeolocationServiceBridge.cpp 53 (void*) GeolocationServiceBridge::newErrorAvailable }
117 void GeolocationServiceBridge::newErrorAvailable(JNIEnv* env, jclass, jlong nativeObject, jstring message)
122 object->m_listener->newErrorAvailable(error.release());
GeolocationServiceAndroid.cpp 147 void GeolocationServiceAndroid::newErrorAvailable(PassRefPtr<PositionError> error)

Completed in 28 milliseconds