Home
last modified time | relevance | path

Searched refs:_methodID (Results 1 – 4 of 4) sorted by relevance

/external/webkit/V8Binding/jni/
Djni_runtime.cpp89 _methodID = 0; in JavaMethod()
221 if (_methodID == 0) { in methodID()
222 _methodID = getMethodID (obj, _name.UTF8String(), signature()); in methodID()
224 return _methodID; in methodID()
Djni_runtime.h136 mutable jmethodID _methodID; variable
/external/webkit/WebCore/bridge/jni/
Djni_runtime.cpp282 _methodID = 0; in JavaMethod()
364 if (_methodID == 0) { in methodID()
365 _methodID = getMethodID (obj, _name.UTF8String(), signature()); in methodID()
367 return _methodID; in methodID()
Djni_runtime.h159 mutable jmethodID _methodID; variable