Searched defs:IDMap (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/common/extensions/permissions/
H A Dpermissions_info.h65 typedef std::map<APIPermission::ID, APIPermissionInfo*> IDMap; typedef in class:extensions::PermissionsInfo
70 IDMap id_map_;
/external/chromium_org/content/browser/
H A Dcert_store_impl.h51 typedef std::multimap<int, int> IDMap; typedef in class:content::CertStoreImpl
59 IDMap process_id_to_cert_id_;
60 IDMap cert_id_to_process_id_;
/external/chromium/chrome/browser/search_engines/
H A Dutil.cc77 typedef std::map<int, TemplateURL*> IDMap; typedef
78 IDMap id_to_turl;
104 IDMap::iterator existing_url_iter(id_to_turl.find(prepopulated_id));
135 for (IDMap::iterator i(id_to_turl.begin()); i != id_to_turl.end(); ++i) {
/external/chromium/base/
H A Did_map.h35 class IDMap : public base::NonThreadSafe { class in inherits:base::NonThreadSafe
41 IDMap() : iteration_depth_(0), next_id_(1), check_on_null_data_(false) { function in class:IDMap
42 // A number of consumers of IDMap create it on one thread but always access
47 ~IDMap() {
48 // Many IDMap's are static, and hence will be destroyed on the main thread.
119 Iterator(IDMap<T, OS>* map)
163 IDMap<T, OS>* map_;
216 DISALLOW_COPY_AND_ASSIGN(IDMap);
/external/chromium_org/base/
H A Did_map.h34 class IDMap : public base::NonThreadSafe { class in inherits:base::NonThreadSafe
40 IDMap() : iteration_depth_(0), next_id_(1), check_on_null_data_(false) { function in class:IDMap
41 // A number of consumers of IDMap create it on one thread but always access
46 ~IDMap() {
47 // Many IDMap's are static, and hence will be destroyed on the main thread.
135 Iterator(IDMap<T, OS>* map)
201 IDMap<T, OS>* map_;
254 DISALLOW_COPY_AND_ASSIGN(IDMap);
/external/chromium_org/chrome/browser/search_engines/
H A Dutil.cc186 typedef std::map<int, TemplateURL*> IDMap; typedef
187 IDMap id_to_turl;
208 IDMap::iterator existing_url_iter(id_to_turl.find(prepopulated_id));
246 for (IDMap::iterator i(id_to_turl.begin()); i != id_to_turl.end(); ++i) {
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp523 DenseMap<const BasicBlock*, unsigned> &IDMap) {
526 IDMap[BB] = ++Counter;
522 IncorporateFunctionInfoGlobalBBIDs(const Function *F, DenseMap<const BasicBlock*, unsigned> &IDMap) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc296 IDMap<ObjectType, IDMapOwnPointer>* map,
295 GetOrTerminateProcess( IDMap<ObjectType, IDMapOwnPointer>* map, int32 ipc_return_object_id) argument
/external/clang/lib/Frontend/
H A DCacheTokens.cpp171 typedef llvm::DenseMap<const IdentifierInfo*,uint32_t> IDMap; typedef in class:__anon15264::PTHWriter
174 IDMap IM;
231 IDMap::iterator I = IM.find(II);
623 for (IDMap::iterator I = IM.begin(), E = IM.end(); I != E; ++I) {

Completed in 220 milliseconds