Searched refs:_methods (Results 1 – 11 of 11) sorted by relevance
/external/webkit/V8Binding/jni/ |
D | jni_class.cpp | 72 methodList = _methods.get(aMethod->name()); in JavaClass() 75 _methods.set(aMethod->name(), methodList); in JavaClass() 92 MethodListMap::const_iterator end = _methods.end(); in ~JavaClass() 93 for (MethodListMap::const_iterator it = _methods.begin(); it != end; ++it) { in ~JavaClass() 98 _methods.clear(); in ~JavaClass() 103 MethodList *methodList = _methods.get(name); in methodsNamed()
|
D | jni_class.h | 54 MethodListMap _methods; variable
|
/external/webkit/WebCore/bridge/jni/ |
D | jni_class.cpp | 79 methodList = _methods.get(aMethod->name()); in JavaClass() 82 _methods.set(aMethod->name(), methodList); in JavaClass() 103 MethodListMap::const_iterator end = _methods.end(); in ~JavaClass() 104 for (MethodListMap::const_iterator it = _methods.begin(); it != end; ++it) { in ~JavaClass() 109 _methods.clear(); in ~JavaClass() 114 MethodList *methodList = _methods.get(identifier.ustring().rep()); in methodsNamed()
|
D | jni_class.h | 53 MethodListMap _methods; variable
|
/external/webkit/WebCore/bridge/c/ |
D | c_class.cpp | 49 deleteAllValues(_methods); in ~CClass() 50 _methods.clear(); in ~CClass() 77 Method* method = _methods.get(identifier.ustring().rep()); in methodsNamed() 90 _methods.set(identifier.ustring().rep(), aMethod); in methodsNamed()
|
D | c_class.h | 51 mutable MethodMap _methods; variable
|
/external/webkit/WebCore/bridge/objc/ |
D | objc_class.h | 52 RetainPtr<CFMutableDictionaryRef> _methods; variable
|
D | objc_class.mm | 50 …, _methods(AdoptCF, CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &MethodDict… 91 Method* method = (Method*)CFDictionaryGetValue(_methods.get(), methodName.get()); 132 CFDictionaryAddValue(_methods.get(), methodName.get(), aMethod);
|
/external/wpa_supplicant/ |
D | eap_peap.c | 113 struct eap_method_type *methods = NULL, *_methods; in eap_peap_init() local 142 _methods = os_realloc( in eap_peap_init() 145 if (_methods == NULL) { in eap_peap_init() 151 methods = _methods; in eap_peap_init()
|
D | eap_ttls.c | 122 struct eap_method_type *methods = NULL, *_methods; in eap_ttls_init() local 152 _methods = os_realloc( in eap_ttls_init() 155 if (_methods == NULL) { in eap_ttls_init() 161 methods = _methods; in eap_ttls_init()
|
D | eap_fast.c | 639 struct eap_method_type *methods = NULL, *_methods; in eap_fast_init() local 668 _methods = os_realloc( in eap_fast_init() 671 if (_methods == NULL) { in eap_fast_init() 677 methods = _methods; in eap_fast_init()
|