Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/chromium/
DCppBoundClass.cpp206 for (PropertyList::iterator i = m_properties.begin(); i != m_properties.end(); ++i) in ~CppBoundClass()
254 PropertyList::const_iterator callback = m_properties.find(ident); in getProperty()
269 PropertyList::iterator callback = m_properties.find(ident); in setProperty()
308 PropertyList::iterator oldCallback = m_properties.find(ident); in bindProperty()
DCppBoundClass.h213 typedef HashMap<NPIdentifier, PropertyCallback*> PropertyList; typedef
217 PropertyList m_properties;
/external/chromium/webkit/glue/
Dcpp_bound_class.cc184 for (PropertyList::iterator i = properties_.begin(); i != properties_.end(); in ~CppBoundClass()
232 PropertyList::const_iterator callback = properties_.find(ident); in GetProperty()
247 PropertyList::iterator callback = properties_.find(ident); in SetProperty()
288 PropertyList::iterator old_callback = properties_.find(ident); in BindProperty()
Dcpp_bound_class.h149 typedef std::map<NPIdentifier, PropertyCallback*> PropertyList; typedef
153 PropertyList properties_;
/external/webkit/Source/JavaScriptCore/parser/
DNodeInfo.h40 typedef NodeInfo<PropertyList> PropertyListInfo;
DSyntaxChecker.h102 typedef int PropertyList; typedef
DNodes.h1592 struct PropertyList { struct
DASTBuilder.h98 typedef PropertyListNode* PropertyList; typedef
DJSParser.cpp67 #define TreePropertyList typename TreeBuilder::PropertyList
/external/clang/test/ARCMT/
Dmigrate-plist-output.m14 …ist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1671 llvm::Constant *PropertyList = new llvm::GlobalVariable(TheModule, in GenerateProtocol() local
1698 PropertyList->getType(), in GenerateProtocol()
1712 Elements.push_back(PropertyList); in GenerateProtocol()