HomeSort by relevance Sort by last modified time
    Searched defs:IDMap (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/common/extensions/permissions/
permissions_info.h 65 typedef std::map<APIPermission::ID, APIPermissionInfo*> IDMap;
70 IDMap id_map_;
  /external/chromium_org/content/browser/
cert_store_impl.h 51 typedef std::multimap<int, int> IDMap;
59 IDMap process_id_to_cert_id_;
60 IDMap cert_id_to_process_id_;
  /external/chromium/base/
id_map.h 35 class IDMap : public base::NonThreadSafe {
41 IDMap() : iteration_depth_(0), next_id_(1), check_on_null_data_(false) {
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/chrome/browser/search_engines/
util.cc 77 typedef std::map<int, TemplateURL*> IDMap;
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_org/base/
id_map.h 34 class IDMap : public base::NonThreadSafe {
40 IDMap() : iteration_depth_(0), next_id_(1), check_on_null_data_(false) {
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/
util.cc 186 typedef std::map<int, TemplateURL*> IDMap;
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/clang/lib/Frontend/
CacheTokens.cpp 171 typedef llvm::DenseMap<const IdentifierInfo*,uint32_t> IDMap;
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 273 milliseconds