Searched defs:PropertyList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/webkit/renderer/
H A Dcpp_bound_class.h112 typedef std::map<NPIdentifier, PropertyCallback*> PropertyList; typedef in class:webkit_glue::CppBoundClass
116 PropertyList properties_;
/external/chromium/webkit/glue/
H A Dcpp_bound_class.h149 typedef std::map<NPIdentifier, PropertyCallback*> PropertyList; typedef in class:CppBoundClass
153 PropertyList properties_;
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DCppBoundClass.h214 typedef std::map<NPIdentifier, PropertyCallback*> PropertyList; typedef in class:WebTestRunner::CppBoundClass
218 PropertyList m_properties;
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1895 llvm::Constant *PropertyList = new llvm::GlobalVariable(TheModule, local
1922 PropertyList->getType(),
1936 Elements.push_back(PropertyList);

Completed in 124 milliseconds