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

  /external/webkit/WebCore/bridge/jni/
JNIBridge.cpp 186 m_methodID = getMethodID(obj, m_name.UTF8String(), signature());
JNIUtility.cpp 100 jmethodID getMethodID(jobject obj, const char* name, const char* sig)
108 mid = env->GetMethodID(cls, name, sig);
JNIUtility.h 73 jmethodID getMethodID(jobject, const char* name, const char* sig);
209 jmethodID mid = env->GetMethodID(cls, name, sig);

Completed in 378 milliseconds