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

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

Completed in 151 milliseconds