Home
last modified time | relevance | path

Searched refs:_methods (Results 1 – 11 of 11) sorted by relevance

/external/webkit/V8Binding/jni/
Djni_class.cpp72 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()
Djni_class.h54 MethodListMap _methods; variable
/external/webkit/WebCore/bridge/jni/
Djni_class.cpp79 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()
Djni_class.h53 MethodListMap _methods; variable
/external/webkit/WebCore/bridge/c/
Dc_class.cpp49 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()
Dc_class.h51 mutable MethodMap _methods; variable
/external/webkit/WebCore/bridge/objc/
Dobjc_class.h52 RetainPtr<CFMutableDictionaryRef> _methods; variable
Dobjc_class.mm50 …, _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/
Deap_peap.c113 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()
Deap_ttls.c122 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()
Deap_fast.c639 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()