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

  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.cpp 104 jmethodID getMethodID(jobject obj, const char* name, const char* sig)
112 mid = env->GetMethodID(cls, name, sig);
355 jmethodID methodId = getMethodID(object, name, signature);
JNIUtility.h 58 jmethodID getMethodID(jobject, const char* name, const char* sig);
194 jmethodID mid = env->GetMethodID(cls, name, sig);
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaInstanceJSC.cpp 198 jmethodID methodId = getMethodID(obj, jMethod->name().utf8().data(), jMethod->signature());

Completed in 19 milliseconds