Home
last modified time | relevance | path

Searched refs:MethodList (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
DCppBoundClass.cpp209 for (MethodList::iterator i = m_methods.begin(); i != m_methods.end(); ++i) in ~CppBoundClass()
234 MethodList::const_iterator end = m_methods.end(); in invoke()
235 MethodList::const_iterator method = m_methods.find(ident); in invoke()
287 MethodList::iterator oldCallback = m_methods.find(ident); in bindCallback()
329 MethodList::const_iterator callback = m_methods.find(ident); in isMethodRegistered()
DCppBoundClass.h216 typedef std::map<NPIdentifier, Callback*> MethodList; typedef
220 MethodList m_methods;
/external/chromium_org/webkit/renderer/
Dcpp_bound_class.h113 typedef std::map<NPIdentifier, Callback> MethodList; typedef
117 MethodList methods_;
Dcpp_bound_class.cc206 MethodList::const_iterator method = methods_.find(ident); in Invoke()
299 MethodList::const_iterator callback = methods_.find(ident); in IsMethodRegistered()
/external/chromium/webkit/glue/
Dcpp_bound_class.cc181 for (MethodList::iterator i = methods_.begin(); i != methods_.end(); ++i) in ~CppBoundClass()
206 MethodList::const_iterator method = methods_.find(ident); in Invoke()
258 MethodList::iterator old_callback = methods_.find(ident); in BindCallback()
302 MethodList::const_iterator callback = methods_.find(ident); in IsMethodRegistered()
Dcpp_bound_class.h150 typedef std::map<NPIdentifier, Callback*> MethodList; typedef
154 MethodList methods_;
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1749 llvm::Constant *MethodList = in GenerateEmptyProtocol() local
1756 MethodList->getType(), in GenerateEmptyProtocol()
1757 MethodList->getType(), in GenerateEmptyProtocol()
1758 MethodList->getType(), in GenerateEmptyProtocol()
1759 MethodList->getType(), in GenerateEmptyProtocol()
1768 Elements.push_back(MethodList); in GenerateEmptyProtocol()
1769 Elements.push_back(MethodList); in GenerateEmptyProtocol()
1770 Elements.push_back(MethodList); in GenerateEmptyProtocol()
1771 Elements.push_back(MethodList); in GenerateEmptyProtocol()
2313 llvm::Constant *MethodList = GenerateMethodList(ClassName, "", in GenerateClass() local
[all …]