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

/external/chromium_org/ui/gfx/
H A Dsequential_id_generator.h45 typedef base::hash_map<uint32, uint32> IDMap; typedef in class:ui::SequentialIDGenerator
51 IDMap number_to_id_;
52 IDMap id_to_number_;
/external/chromium_org/extensions/common/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/base/
H A Did_map.h34 class IDMap : public base::NonThreadSafe { class in inherits:base::NonThreadSafe
42 IDMap() : iteration_depth_(0), next_id_(1), check_on_null_data_(false) { function in class:IDMap
43 // A number of consumers of IDMap create it on one thread but always access
48 ~IDMap() {
49 // Many IDMap's are static, and hence will be destroyed on the main thread.
137 Iterator(IDMap<T, OS>* map)
203 IDMap<T, OS>* map_;
256 DISALLOW_COPY_AND_ASSIGN(IDMap);
/external/chromium_org/content/browser/
H A Drenderer_data_memoizing_store.h63 std::pair<IDMap::iterator, IDMap::iterator> process_ids =
72 std::pair<IDMap::iterator, IDMap::iterator> item_ids =
112 typedef std::multimap<int, int> IDMap; typedef in class:content::RendererDataMemoizingStore
166 std::pair<IDMap::iterator, IDMap::iterator> process_ids =
168 for (IDMap::iterator ids_iter = process_ids.first;
174 std::pair<IDMap::iterator, IDMap
[all...]
/external/chromium_org/components/search_engines/
H A Dutil.cc247 typedef std::map<int, TemplateURL*> IDMap; typedef
248 IDMap id_to_turl;
267 IDMap::iterator existing_url_iter(id_to_turl.find(prepopulated_id));
295 for (IDMap::iterator i(id_to_turl.begin()); i != id_to_turl.end(); ++i) {
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp524 DenseMap<const BasicBlock*, unsigned> &IDMap) {
527 IDMap[BB] = ++Counter;
523 IncorporateFunctionInfoGlobalBBIDs(const Function *F, DenseMap<const BasicBlock*, unsigned> &IDMap) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc381 IDMap<ObjectType, IDMapOwnPointer>* map,
380 GetOrTerminateProcess( IDMap<ObjectType, IDMapOwnPointer>* map, int32 ipc_return_object_id) argument
/external/clang/lib/Frontend/
H A DCacheTokens.cpp182 typedef llvm::DenseMap<const IdentifierInfo*,uint32_t> IDMap; typedef in class:__anon17913::PTHWriter
185 IDMap IM;
252 IDMap::iterator I = IM.find(II);
653 for (IDMap::iterator I = IM.begin(), E = IM.end(); I != E; ++I) {

Completed in 598 milliseconds