hash_map          177 apps/saved_files_service.cc   base::hash_map<std::string, SavedFileEntry*> registered_file_entries_;
hash_map          178 apps/saved_files_service.cc   STLValueDeleter<base::hash_map<std::string, SavedFileEntry*> >
hash_map          328 apps/saved_files_service.cc   base::hash_map<std::string, SavedFileEntry*>::iterator it =
hash_map          370 apps/saved_files_service.cc   base::hash_map<std::string, SavedFileEntry*>::const_iterator it =
hash_map          381 apps/saved_files_service.cc   for (base::hash_map<std::string, SavedFileEntry*>::const_iterator it =
hash_map          117 base/containers/hash_tables.h using BASE_HASH_NAMESPACE::hash_map;
hash_map           18 base/containers/hash_tables_unittest.cc     base::hash_map<Type, int> map; \
hash_map          280 base/containers/mru_cache.h   typedef base::hash_map<KeyType, ValueType> Type;
hash_map           24 base/containers/scoped_ptr_hash_map.h   typedef base::hash_map<Key, Value*> Container;
hash_map          161 base/containers/small_map.h struct select_equal_key< base::hash_map<KeyType, ValueType>, false> {
hash_map           20 base/containers/small_map_unittest.cc   SmallMap<hash_map<int, int> > m;
hash_map           38 base/containers/small_map_unittest.cc   SmallMap<hash_map<int, int> >::iterator iter(m.begin());
hash_map           69 base/containers/small_map_unittest.cc   const SmallMap<hash_map<int, int> >& ref = m;
hash_map           75 base/containers/small_map_unittest.cc   SmallMap<hash_map<int, int> > m;
hash_map           80 base/containers/small_map_unittest.cc     SmallMap<hash_map<int, int> >::iterator iter(m.begin());
hash_map           81 base/containers/small_map_unittest.cc     SmallMap<hash_map<int, int> >::iterator last(iter++);
hash_map           87 base/containers/small_map_unittest.cc     SmallMap<hash_map<int, int> >::const_iterator iter(m.begin());
hash_map           88 base/containers/small_map_unittest.cc     SmallMap<hash_map<int, int> >::const_iterator last(iter++);
hash_map           96 base/containers/small_map_unittest.cc   SmallMap<hash_map<int, int> > src;
hash_map           99 base/containers/small_map_unittest.cc     SmallMap<hash_map<int, int> > m(src);
hash_map          106 base/containers/small_map_unittest.cc     SmallMap<hash_map<int, int> > m(src);
hash_map          114 base/containers/small_map_unittest.cc     SmallMap<hash_map<int, int> > m(src);
hash_map          128 base/containers/small_map_unittest.cc     SmallMap<hash_map<int, int> > m(src);
hash_map          159 base/containers/small_map_unittest.cc   SmallMap<hash_map<int, int> > src_small;
hash_map          160 base/containers/small_map_unittest.cc   SmallMap<hash_map<int, int> > src_large;
hash_map          176 base/containers/small_map_unittest.cc   SmallMap<hash_map<int, int> > dest_small;
hash_map          182 base/containers/small_map_unittest.cc   SmallMap<hash_map<int, int> > dest_large;
hash_map          205 base/containers/small_map_unittest.cc   SmallMap<hash_map<int, int> > sm;
hash_map          211 base/containers/small_map_unittest.cc     std::pair<SmallMap<hash_map<int, int> >::iterator,
hash_map          229 base/containers/small_map_unittest.cc       SmallMap<hash_map<int, int> >::iterator it = sm.find(j);
hash_map          243 base/containers/small_map_unittest.cc     hash_map<int, int> normal_map;
hash_map          248 base/containers/small_map_unittest.cc     SmallMap<hash_map<int, int> > sm;
hash_map          261 base/containers/small_map_unittest.cc   SmallMap<hash_map<std::string, int> > m;
hash_map          262 base/containers/small_map_unittest.cc   SmallMap<hash_map<std::string, int> >::iterator iter;
hash_map          407 base/containers/small_map_unittest.cc   SmallMap<hash_map<int, int> > hm;
hash_map          415 base/containers/small_map_unittest.cc class hash_map_add_item : public hash_map<int, int> {
hash_map          417 base/containers/small_map_unittest.cc   hash_map_add_item() : hash_map<int, int>() {}
hash_map          419 base/containers/small_map_unittest.cc       : hash_map<int, int>() {
hash_map         1807 base/debug/trace_event_impl.cc       hash_map<int, std::string>::iterator existing_name =
hash_map         2055 base/debug/trace_event_impl.cc     for(base::hash_map<int, std::string>::iterator it = process_labels_.begin();
hash_map         2067 base/debug/trace_event_impl.cc   for(hash_map<int, int>::iterator it = thread_sort_indices_.begin();
hash_map         2080 base/debug/trace_event_impl.cc   for(hash_map<int, std::string>::iterator it = thread_names_.begin();
hash_map         2163 base/debug/trace_event_impl.cc   base::hash_map<int, std::string>::iterator it = process_labels_.find(
hash_map          685 base/debug/trace_event_impl.h   base::hash_map<int, std::string> process_labels_;
hash_map          687 base/debug/trace_event_impl.h   base::hash_map<int, int> thread_sort_indices_;
hash_map          688 base/debug/trace_event_impl.h   base::hash_map<int, std::string> thread_names_;
hash_map          691 base/debug/trace_event_impl.h   base::hash_map<int, std::stack<TimeTicks> > thread_event_start_times_;
hash_map          692 base/debug/trace_event_impl.h   base::hash_map<std::string, int> thread_colors_;
hash_map           67 base/files/file_path_watcher_linux.cc   hash_map<Watch, WatcherSet> watchers_;
hash_map           37 base/id_map.h    typedef base::hash_map<KeyType, T*> HashTable;
hash_map          357 base/memory/discardable_memory_allocator_android.cc     const hash_map<void*, void*>::iterator previous_chunk_it =
hash_map          417 base/memory/discardable_memory_allocator_android.cc     hash_map<void*, void*>::iterator previous_it =
hash_map          428 base/memory/discardable_memory_allocator_android.cc     const hash_map<
hash_map          467 base/memory/discardable_memory_allocator_android.cc   hash_map<
hash_map          471 base/memory/discardable_memory_allocator_android.cc   hash_map<void*, void*> used_to_previous_chunk_map_;
hash_map          141 base/metrics/stats_table.h   typedef hash_map<std::string, int> CountersMap;
hash_map           51 base/prefs/pref_notifier_impl.h   typedef base::hash_map<std::string, PrefObserverList*> PrefObserverMap;
hash_map          296 base/prefs/pref_service.h   typedef base::hash_map<std::string, Preference> PreferenceMap;
hash_map           21 base/task/cancelable_task_tracker.cc using base::hash_map;
hash_map          145 base/task/cancelable_task_tracker.cc   hash_map<TaskId, CancellationFlag*>::const_iterator it = task_flags_.find(id);
hash_map          161 base/task/cancelable_task_tracker.cc   for (hash_map<TaskId, CancellationFlag*>::const_iterator it =
hash_map          109 base/task/cancelable_task_tracker.h   base::hash_map<TaskId, base::CancellationFlag*> task_flags_;
hash_map          226 cc/layers/delegated_renderer_layer_impl.cc   base::hash_map<RenderPass::Id, int>::const_iterator found =
hash_map           94 cc/layers/delegated_renderer_layer_impl.h   base::hash_map<RenderPass::Id, int> render_passes_index_by_id_;
hash_map          598 cc/layers/scrollbar_layer_unittest.cc   typedef base::hash_map<UIResourceId, UIResourceBitmap>
hash_map          156 cc/output/direct_renderer.cc   base::hash_map<RenderPass::Id, gfx::Size> render_passes_in_frame;
hash_map          168 cc/output/direct_renderer.cc     base::hash_map<RenderPass::Id, gfx::Size>::const_iterator it =
hash_map          143 cc/quads/render_pass.h typedef base::hash_map<RenderPass::Id, RenderPass*> RenderPassIdHashMap;
hash_map           45 cc/resources/picture.h   typedef base::hash_map<PixelRefMapKey, PixelRefs> PixelRefMap;
hash_map          262 cc/resources/picture_layer_tiling.h   typedef base::hash_map<TileMapKey, scoped_refptr<Tile> > TileMap;
hash_map           83 cc/resources/picture_pile_base.h   typedef base::hash_map<PictureMapKey, PictureInfo> PictureMap;
hash_map           62 cc/resources/resource_provider.h   typedef base::hash_map<ResourceId, ResourceId> ResourceIdMap;
hash_map          449 cc/resources/resource_provider.h   typedef base::hash_map<ResourceId, Resource> ResourceMap;
hash_map          149 cc/resources/resource_provider_unittest.cc   base::hash_map<unsigned, uint32> sync_point_for_mailbox_;
hash_map          256 cc/resources/tile_manager.h   typedef base::hash_map<Tile::Id, Tile*> TileMap;
hash_map          280 cc/resources/tile_manager.h   typedef base::hash_map<uint32_t, scoped_refptr<internal::WorkerPoolTask> >
hash_map           56 cc/surfaces/surface_aggregator.cc   base::hash_map<RenderPass::Id, int> id_to_index_map_;
hash_map           31 cc/test/fake_ui_resource_layer_tree_host_impl.h   typedef base::hash_map<UIResourceId, LayerTreeHostImpl::UIResourceData>
hash_map           35 cc/test/ordered_texture_map.h   typedef base::hash_map<GLuint, scoped_refptr<TestTexture> >
hash_map           29 cc/test/test_texture.h   typedef base::hash_map<GLenum, GLint>
hash_map          359 cc/test/test_web_graphics_context_3d.h     typedef base::hash_map<GLenum, GLuint> TargetTextureMap;
hash_map          102 cc/trees/layer_sorter.h   typedef base::hash_map<GraphEdge*, GraphEdge*> EdgeMap;
hash_map          356 cc/trees/layer_tree_host.h   typedef base::hash_map<UIResourceId, UIResourceClientData>
hash_map          524 cc/trees/layer_tree_host_impl.h   typedef base::hash_map<UIResourceId, UIResourceData>
hash_map          189 chrome/browser/chromeos/events/event_rewriter.h   base::hash_map<unsigned long, unsigned long> keysym_to_keycode_map_;
hash_map           90 chrome/browser/chromeos/external_metrics.h   base::hash_map<std::string, RecordFunctionType> action_recorders_;
hash_map          198 chrome/browser/chromeos/input_method/input_method_util.h   typedef base::hash_map<std::string, int> HashType;
hash_map          177 chrome/browser/chromeos/login/user_manager_impl.h   typedef base::hash_map<std::string,
hash_map          143 chrome/browser/chromeos/memory/oom_priority_manager.h   typedef base::hash_map<base::ProcessHandle, int> ProcessScoreMap;
hash_map           93 chrome/browser/chromeos/net/network_portal_detector_impl.h   typedef base::hash_map<NetworkId, CaptivePortalState> CaptivePortalStateMap;
hash_map           41 chrome/browser/chromeos/net/network_portal_detector_test_impl.h   typedef base::hash_map<NetworkId, CaptivePortalState> CaptivePortalStateMap;
hash_map          119 chrome/browser/chromeos/settings/cros_settings.h   typedef base::hash_map<std::string, base::CallbackList<void(void)>*>
hash_map          179 chrome/browser/download/chrome_download_manager_delegate.h   typedef base::hash_map<extensions::CrxInstaller*,
hash_map           82 chrome/browser/extensions/api/declarative/deduping_factory.h   typedef base::hash_map<InstanceType, PrototypeList> ExistingPrototypes;
hash_map           83 chrome/browser/extensions/api/declarative/deduping_factory.h   typedef base::hash_map<InstanceType, FactoryMethod> FactoryMethods;
hash_map           86 chrome/browser/extensions/api/dial/dial_registry.h   typedef base::hash_map<std::string, linked_ptr<DialDeviceData> >
hash_map          352 chrome/browser/extensions/api/downloads/downloads_api.cc typedef base::hash_map<std::string, DownloadQuery::FilterType> FilterTypeMap;
hash_map          376 chrome/browser/extensions/api/downloads/downloads_api.cc typedef base::hash_map<std::string, DownloadQuery::SortType> SortTypeMap;
hash_map          137 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc   base::hash_map<int, std::pair<int, bool> > responses_;
hash_map           50 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc   typedef base::hash_map<uint64, const base::FilePath*> IdIndex;
hash_map           51 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc   typedef base::hash_map<uint64, std::string> IdFileNameIndex;
hash_map           52 chrome/browser/media_galleries/fileapi/iphoto_data_provider.h   typedef base::hash_map<std::string, base::FilePath> FileIndex;
hash_map           54 chrome/browser/media_galleries/fileapi/iphoto_data_provider.h   typedef base::hash_map<std::string, FileIndex> DirIndex;
hash_map           39 chrome/browser/media_galleries/fileapi/media_path_filter.h   typedef base::hash_map<base::FilePath::StringType, int> MediaFileExtensionMap;
hash_map          114 chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h   base::hash_map<base::FilePath::StringType,
hash_map           15 chrome/browser/parsers/metadata_parser_filebase.h typedef base::hash_map<std::string, std::string> PropertyMap;
hash_map          124 chrome/browser/plugins/chrome_plugin_service_filter.h   typedef base::hash_map<base::FilePath,
hash_map           28 chrome/browser/predictors/logged_in_predictor_table.h   typedef base::hash_map<std::string, int64> LoggedInStateMap;
hash_map          185 chrome/browser/prefs/pref_model_associator.h   typedef base::hash_map<std::string, SyncedPrefObserverList*>
hash_map           21 chrome/browser/resources_util.cc   typedef base::hash_map<std::string, int> StringIntMap;
hash_map          218 chrome/browser/safe_browsing/database_manager.h   typedef base::hash_map<SBPrefix, GetHashRequestors> GetHashRequests;
hash_map           39 chrome/browser/safe_browsing/malware_details.h typedef base::hash_map<
hash_map           30 chrome/browser/safe_browsing/malware_details_cache.h typedef base::hash_map<
hash_map          279 chrome/browser/safe_browsing/protocol_manager.h   typedef base::hash_map<const net::URLFetcher*, FullHashDetails> HashRequests;
hash_map          123 chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc   base::hash_map<std::string, SBThreatType> badurls;
hash_map          182 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc       base::hash_map<std::string, Hits>::const_iterator
hash_map          203 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc   base::hash_map<std::string, Hits> badurls_;
hash_map           14 chrome/browser/site_details.h typedef base::hash_map<int32, std::set<GURL> > BrowsingInstanceSiteMap;
hash_map           30 chrome/browser/site_details.h typedef base::hash_map<content::BrowserContext*, SiteData>
hash_map          185 chrome/browser/sync/glue/bookmark_model_associator.cc   typedef base::hash_map<int64, const BookmarkNode*> BookmarkIdMap;
hash_map          126 chrome/browser/sync_file_system/drive_backend/metadata_database_index.h   typedef base::hash_map<std::string, TrackerIDSet> TrackerIDsByFileID;
hash_map          127 chrome/browser/sync_file_system/drive_backend/metadata_database_index.h   typedef base::hash_map<std::string, TrackerIDSet> TrackerIDsByTitle;
hash_map          129 chrome/browser/sync_file_system/drive_backend/metadata_database_index.h   typedef base::hash_map<std::string, int64> TrackerIDByAppID;
hash_map           93 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalent(const base::hash_map<Key, Value>& left,
hash_map           94 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc                       const base::hash_map<Key, Value>& right) {
hash_map           49 chrome/browser/sync_file_system/subtree_set.h   typedef base::hash_map<StringType, Node> Subtrees;
hash_map          176 chrome/browser/ui/webui/plugins_ui.cc   typedef base::hash_map<std::string, std::vector<const WebPluginInfo*> >
hash_map           53 chrome/renderer/safe_browsing/features.h   const base::hash_map<std::string, double>& features() const {
hash_map           66 chrome/renderer/safe_browsing/features.h   base::hash_map<std::string, double> features_;
hash_map          189 chrome/renderer/safe_browsing/phishing_classifier.cc     for (base::hash_map<std::string, double>::const_iterator it =
hash_map          108 chrome/renderer/safe_browsing/scorer.cc   const base::hash_map<std::string, double>& feature_map = features.features();
hash_map          111 chrome/renderer/safe_browsing/scorer.cc     base::hash_map<std::string, double>::const_iterator it = feature_map.find(
hash_map           89 chrome/renderer/tts_dispatcher.cc   base::hash_map<int, WebSpeechSynthesisUtterance>::const_iterator iter =
hash_map           73 chrome/renderer/tts_dispatcher.h   base::hash_map<int, blink::WebSpeechSynthesisUtterance> utterance_id_map_;
hash_map          170 components/dom_distiller/core/distiller.h   base::hash_map<int, size_t> started_pages_index_;
hash_map           61 components/dom_distiller/core/dom_distiller_model.h   typedef base::hash_map<KeyType, ArticleEntry> EntryMap;
hash_map           62 components/dom_distiller/core/dom_distiller_model.h   typedef base::hash_map<std::string, KeyType> StringToKeyMap;
hash_map           40 components/dom_distiller/core/dom_distiller_store_unittest.cc typedef base::hash_map<std::string, ArticleEntry> EntryMap;
hash_map           19 components/dom_distiller/core/fake_db.h   typedef base::hash_map<std::string, ArticleEntry> EntryMap;
hash_map           30 components/startup_metric_utils/startup_metric_utils.cc typedef base::hash_map<std::string,base::TimeDelta> SubsystemStartupTimeHash;
hash_map           82 content/browser/accessibility/browser_accessibility_manager.cc   base::hash_map<int32, BrowserAccessibility*>::iterator iter =
hash_map          239 content/browser/accessibility/browser_accessibility_manager.h   base::hash_map<int32, BrowserAccessibility*> renderer_id_map_;
hash_map          235 content/browser/accessibility/browser_accessibility_manager_win.cc   base::hash_map<LONG, int32>::iterator iter =
hash_map           83 content/browser/accessibility/browser_accessibility_manager_win.h   base::hash_map<long, int32> unique_id_to_renderer_id_map_;
hash_map           92 content/browser/browsing_instance.h   typedef base::hash_map<std::string, SiteInstance*> SiteInstanceMap;
hash_map           53 content/browser/devtools/devtools_netlog_observer.h   typedef base::hash_map<uint32, scoped_refptr<ResourceInfo> > RequestToInfoMap;
hash_map          139 content/browser/download/download_manager_impl.cc       base::hash_map<int64, DownloadItem*>::const_iterator iter)
hash_map          156 content/browser/download/download_manager_impl.cc   base::hash_map<int64, DownloadItem*>::const_iterator iter_;
hash_map          106 content/browser/download/download_manager_impl.h   typedef base::hash_map<uint32, DownloadItemImpl*> DownloadMap;
hash_map          242 content/browser/download/save_file_manager.h   typedef base::hash_map<std::string, SavePackage*> StartingRequestsMap;
hash_map          215 content/browser/download/save_package.h   typedef base::hash_map<std::string, SaveItem*> SaveUrlItemMap;
hash_map          265 content/browser/download/save_package.h   typedef base::hash_map<int32, SaveItem*> SavedItemMap;
hash_map          311 content/browser/download/save_package.h   typedef base::hash_map<base::FilePath::StringType, uint32> FileNameCountMap;
hash_map           39 content/browser/frame_host/render_frame_host_impl.cc typedef base::hash_map<RenderFrameHostID, RenderFrameHostImpl*>
hash_map          452 content/browser/frame_host/render_frame_host_manager.h   typedef base::hash_map<int32, RenderFrameHostImpl*> RenderFrameHostMap;
hash_map          456 content/browser/frame_host/render_frame_host_manager.h   typedef base::hash_map<int32, linked_ptr<RenderFrameHostImpl> >
hash_map          241 content/browser/renderer_host/render_process_host_impl.cc   typedef base::hash_map<std::string, RenderProcessHost*> SiteToProcessMap;
hash_map          102 content/browser/renderer_host/render_widget_host_impl.cc typedef base::hash_map<RenderWidgetHostID, RenderWidgetHostImpl*>
hash_map           24 content/child/npapi/np_channel_base.cc typedef base::hash_map<std::string, scoped_refptr<NPChannelBase> > ChannelMap;
hash_map          182 content/child/npapi/np_channel_base.h   typedef base::hash_map<NPObject*, int> StubMap;
hash_map          185 content/child/npapi/np_channel_base.h   typedef base::hash_map<struct _NPP*, int> OwnerToRouteMap;
hash_map           24 content/common/content_ipc_logging.cc base::LazyInstance<base::hash_map<uint32, LogFunction> >::Leaky
hash_map          150 content/common/gpu/client/command_buffer_proxy_impl.h   typedef base::hash_map<uint32, base::Closure> SignalTaskMap;
hash_map          110 content/common/gpu/client/gpu_video_encode_accelerator_host.h   typedef base::hash_map<int32, scoped_refptr<media::VideoFrame> > FrameMap;
hash_map           51 content/common/gpu/gpu_memory_manager_unittest.cc   typedef base::hash_map<GpuMemoryManagerClient*, ClientMemoryStat>
hash_map           43 content/common/gpu/sync_point_manager.h   typedef base::hash_map<uint32, ClosureList > SyncPointMap;
hash_map           71 content/common/host_shared_bitmap_manager.h   typedef base::hash_map<cc::SharedBitmapId, scoped_refptr<BitmapData> >
hash_map           75 content/common/host_shared_bitmap_manager.h   typedef base::hash_map<base::ProcessHandle,
hash_map           60 content/common/sandbox_mac.h   typedef base::hash_map<std::string, SandboxSubstring>
hash_map          229 content/renderer/accessibility/renderer_accessibility_complete.cc   base::hash_map<int, gfx::Rect> new_locations;
hash_map          239 content/renderer/accessibility/renderer_accessibility_complete.cc     base::hash_map<int, gfx::Rect>::iterator iter = locations_.find(id);
hash_map           99 content/renderer/accessibility/renderer_accessibility_complete.h   base::hash_map<int, gfx::Rect> locations_;
hash_map          766 content/renderer/dom_serializer_browsertest.cc   typedef base::hash_map<std::string, std::string> SerializedFrameContentMap;
hash_map          769 content/renderer/dom_serializer_browsertest.cc   typedef base::hash_map<std::string, bool> SerializationFinishStatusMap;
hash_map           73 content/renderer/pepper/v8_var_converter.cc typedef base::hash_map<int64_t, v8::Handle<v8::Value> > VarHandleMap;
hash_map           77 content/renderer/pepper/v8_var_converter.cc typedef base::hash_map<HashedHandle, ScopedPPVar> HandleVarMap;
hash_map           67 content/renderer/pepper/v8_var_converter_unittest.cc typedef base::hash_map<int64_t, v8::Handle<v8::Value> > VarHandleMap;
hash_map          288 extensions/browser/event_router.h   typedef base::hash_map<std::string, Observer*> ObserverMap;
hash_map          114 gpu/command_buffer/client/buffer_tracker.h   typedef base::hash_map<GLuint, Buffer*> BufferMap;
hash_map           32 gpu/command_buffer/client/gpu_memory_buffer_tracker.h   typedef base::hash_map<int32, gfx::GpuMemoryBuffer*> BufferMap;
hash_map          165 gpu/command_buffer/client/query_tracker.h   typedef base::hash_map<GLuint, Query*> QueryMap;
hash_map           96 gpu/command_buffer/client/vertex_array_object_manager.h   typedef base::hash_map<GLuint, VertexArrayObject*> VertexArrayObjectMap;
hash_map          106 gpu/command_buffer/service/async_pixel_transfer_manager.h   typedef base::hash_map<gles2::TextureRef*,
hash_map          267 gpu/command_buffer/service/buffer_manager.h   typedef base::hash_map<GLuint, scoped_refptr<Buffer> > BufferMap;
hash_map          118 gpu/command_buffer/service/feature_info.h   typedef base::hash_map<GLenum, ValueValidator<GLenum> > ValidatorMap;
hash_map          181 gpu/command_buffer/service/framebuffer_manager.h   typedef base::hash_map<GLenum, scoped_refptr<Attachment> > AttachmentMap;
hash_map          186 gpu/command_buffer/service/framebuffer_manager.h   typedef base::hash_map<std::string, bool> FramebufferComboCompleteMap;
hash_map          277 gpu/command_buffer/service/framebuffer_manager.h   typedef base::hash_map<GLuint, scoped_refptr<Framebuffer> >
hash_map           41 gpu/command_buffer/service/id_manager.h   typedef base::hash_map<GLuint, GLuint> MapType;
hash_map           48 gpu/command_buffer/service/image_manager.h   typedef base::hash_map<uint32, scoped_refptr<gfx::GLImage> > GLImageMap;
hash_map          104 gpu/command_buffer/service/program_cache.h   typedef base::hash_map<std::string,
hash_map          228 gpu/command_buffer/service/query_manager.h   typedef base::hash_map<GLuint, scoped_refptr<Query> > QueryMap;
hash_map          195 gpu/command_buffer/service/renderbuffer_manager.h   typedef base::hash_map<GLuint, scoped_refptr<Renderbuffer> > RenderbufferMap;
hash_map          209 gpu/command_buffer/service/shader_manager.h   typedef base::hash_map<GLuint, scoped_refptr<Shader> > ShaderMap;
hash_map           62 gpu/command_buffer/service/shader_translator.h   typedef base::hash_map<std::string, VariableInfo> VariableMap;
hash_map           64 gpu/command_buffer/service/shader_translator.h   typedef base::hash_map<std::string, std::string> NameMap;
hash_map          769 gpu/command_buffer/service/texture_manager.h   typedef base::hash_map<GLuint, scoped_refptr<TextureRef> > TextureMap;
hash_map           44 gpu/command_buffer/service/transfer_buffer_manager.h   typedef base::hash_map<int32, scoped_refptr<Buffer> > BufferMap;
hash_map           51 gpu/command_buffer/service/vertex_array_manager.h   typedef base::hash_map<GLuint, scoped_refptr<VertexAttribManager> >
hash_map          291 gpu/config/gpu_control_list.h   typedef base::hash_map<std::string, int> FeatureMap;
hash_map           26 ipc/ipc_logging.h typedef base::hash_map<uint32, LogFunction > LogFunctionMap;
hash_map           38 media/audio/sounds/sounds_manager.cc   base::hash_map<SoundKey, linked_ptr<AudioStreamHandler> > handlers_;
hash_map           76 media/midi/midi_manager_usb.h   base::hash_map<std::pair<int, int>, size_t> input_jack_dictionary_;
hash_map          142 mojo/system/channel.h   typedef base::hash_map<MessageInTransit::EndpointId, EndpointInfo>
hash_map          122 mojo/system/core_impl.h   typedef base::hash_map<MojoHandle, HandleTableEntry> HandleTableMap;
hash_map          111 mojo/system/handle_table.h   typedef base::hash_map<MojoHandle, Entry> HandleToEntryMap;
hash_map           48 mojo/system/mapping_table.h   typedef base::hash_map<uintptr_t, RawSharedBufferMapping*>
hash_map           34 net/base/linked_hash_map.h   typedef base::hash_map<Key, typename ListType::iterator> MapType;
hash_map          281 net/disk_cache/blockfile/backend_impl.h   typedef base::hash_map<CacheAddr, EntryImpl*> EntriesMap;
hash_map          196 net/disk_cache/blockfile/backend_impl_v3.h   typedef base::hash_map<CacheAddr, EntryImplV3*> EntriesMap;
hash_map           87 net/disk_cache/memory/mem_backend_impl.h   typedef base::hash_map<std::string, MemEntryImpl*> EntryMap;
hash_map          267 net/disk_cache/simple/simple_backend_impl.cc   base::hash_map<uint64, std::vector<Closure> >::iterator it =
hash_map          356 net/disk_cache/simple/simple_backend_impl.cc   base::hash_map<uint64, std::vector<Closure> >::iterator it =
hash_map          384 net/disk_cache/simple/simple_backend_impl.cc   base::hash_map<uint64, std::vector<Closure> >::iterator it =
hash_map          403 net/disk_cache/simple/simple_backend_impl.cc   base::hash_map<uint64, std::vector<Closure> >::iterator it =
hash_map          539 net/disk_cache/simple/simple_backend_impl.cc   base::hash_map<uint64, std::vector<Closure> >::iterator it =
hash_map          568 net/disk_cache/simple/simple_backend_impl.cc   base::hash_map<uint64, std::vector<Closure> >::iterator pending_it =
hash_map          110 net/disk_cache/simple/simple_backend_impl.h   typedef base::hash_map<uint64, base::WeakPtr<SimpleEntryImpl> > EntryMap;
hash_map          212 net/disk_cache/simple/simple_backend_impl.h   base::hash_map<uint64, std::vector<base::Closure> > entries_pending_doom_;
hash_map          109 net/disk_cache/simple/simple_index.h   typedef base::hash_map<uint64, EntryMetadata> EntrySet;
hash_map           58 net/dns/dns_hosts.h typedef base::hash_map<DnsHostsKey, IPAddressNumber> DnsHosts;
hash_map          242 net/http/http_cache.h   typedef base::hash_map<std::string, ActiveEntry*> ActiveEntriesMap;
hash_map          243 net/http/http_cache.h   typedef base::hash_map<std::string, PendingOp*> PendingOpsMap;
hash_map          245 net/http/http_cache.h   typedef base::hash_map<std::string, int> PlaybackCacheMap;
hash_map          472 net/http/http_response_headers.cc   typedef base::hash_map<std::string, size_t> HeadersMap;
hash_map          155 net/http/http_server_properties_impl.h   typedef base::hash_map<std::string, bool> SpdyServerHostPortTable;
hash_map           24 net/http/http_transaction_unittest.cc typedef base::hash_map<std::string, const MockTransaction*> MockTransactionMap;
hash_map          145 net/http/mock_http_cache.h   typedef base::hash_map<std::string, MockDiskEntry*> EntryMap;
hash_map           12 net/quic/quic_ack_notifier.cc using base::hash_map;
hash_map           69 net/quic/quic_ack_notifier.cc   hash_map<QuicPacketSequenceNumber, PacketInfo>::iterator it =
hash_map           82 net/quic/quic_ack_notifier.h   base::hash_map<QuicPacketSequenceNumber, PacketInfo> sequence_numbers_;
hash_map           28 net/quic/quic_connection.cc using base::hash_map;
hash_map           14 net/quic/quic_session.cc using base::hash_map;
hash_map          203 net/quic/quic_session.h   typedef base::hash_map<QuicStreamId, QuicDataStream*> DataStreamMap;
hash_map          235 net/quic/quic_session.h   base::hash_map<QuicStreamId, QuicDataStream*>* streams() {
hash_map          239 net/quic/quic_session.h   const base::hash_map<QuicStreamId, QuicDataStream*>* streams() const {
hash_map           28 net/quic/quic_session_test.cc using base::hash_map;
hash_map          265 net/socket/ssl_session_cache_openssl.cc   typedef base::hash_map<std::string, MRUSessionList::iterator> KeyIndex;
hash_map          267 net/socket/ssl_session_cache_openssl.cc   typedef base::hash_map<SessionId, KeyIndex::iterator> SessionIdIndex;
hash_map          127 net/spdy/spdy_priority_forest.h   typedef base::hash_map<NodeId, Node> NodeMap;
hash_map           96 net/tools/quic/quic_dispatcher.h   typedef base::hash_map<QuicConnectionId, QuicSession*> SessionMap;
hash_map           97 net/tools/quic/quic_in_memory_cache.h   typedef base::hash_map<std::string, Response*> ResponseMap;
hash_map           43 net/url_request/url_request_filter.h   typedef base::hash_map<std::string, URLRequestJobFactory::ProtocolHandler*>
hash_map          123 ppapi/proxy/host_dispatcher.h   typedef base::hash_map<std::string, bool> PluginSupportedMap;
hash_map          183 ppapi/proxy/plugin_dispatcher.h   typedef base::hash_map<std::string, const void*> InterfaceMap;
hash_map          186 ppapi/proxy/plugin_dispatcher.h   typedef base::hash_map<PP_Instance, InstanceData> InstanceDataMap;
hash_map           46 ppapi/proxy/raw_var_data.cc                              base::hash_map<int64_t, size_t>* visited_map,
hash_map           49 ppapi/proxy/raw_var_data.cc     base::hash_map<int64_t, size_t>::iterator it = visited_map->find(
hash_map           90 ppapi/proxy/raw_var_data.cc   base::hash_map<int64_t, size_t> visited_map;
hash_map          111 ppapi/shared_impl/resource_tracker.h   typedef base::hash_map<PP_Instance, linked_ptr<InstanceData> > InstanceMap;
hash_map          124 ppapi/shared_impl/resource_tracker.h   typedef base::hash_map<PP_Resource, ResourceAndRefCount> ResourceMap;
hash_map           29 ppapi/shared_impl/unittest_utils.cc             base::hash_map<int64_t, int64_t>* visited_map) {
hash_map           36 ppapi/shared_impl/unittest_utils.cc     base::hash_map<int64_t, int64_t>::iterator it =
hash_map          208 ppapi/shared_impl/unittest_utils.cc   base::hash_map<int64_t, int64_t> visited_map;
hash_map          173 ppapi/shared_impl/var_tracker.h   typedef base::hash_map<int32, VarInfo> VarMap;
hash_map          190 skia/ext/benchmarking_canvas.cc   typedef base::hash_map<size_t, base::TimeDelta> TimingsMap;
hash_map           80 sync/syncable/directory.h   typedef base::hash_map<int64, EntryKernel*> MetahandlesMap;
hash_map           81 sync/syncable/directory.h   typedef base::hash_map<std::string, EntryKernel*> IdsMap;
hash_map           82 sync/syncable/directory.h   typedef base::hash_map<std::string, EntryKernel*> TagsMap;
hash_map           83 third_party/cld/base/stl_decl_msvc.h   class hash_map;
hash_map           95 third_party/cld/base/stl_decl_msvc.h using msvchash::hash_map;
hash_map            5 third_party/protobuf/config.h #define HASH_MAP_CLASS hash_map
hash_map            9 third_party/protobuf/config.h #define HASH_MAP_H <hash_map>
hash_map           11 third_party/protobuf/config.h #define HASH_MAP_H <ext/hash_map>
hash_map          650 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc   typedef hash_map<string, GeneratorContextImpl*> GeneratorContextMap;
hash_map           96 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc   hash_map<string, const char*> files_;
hash_map           59 third_party/protobuf/src/google/protobuf/compiler/parser.cc typedef hash_map<string, FieldDescriptorProto::Type> TypeNameMap;
hash_map          293 third_party/protobuf/src/google/protobuf/descriptor.cc typedef hash_map<const char*, Symbol,
hash_map          296 third_party/protobuf/src/google/protobuf/descriptor.cc typedef hash_map<PointerStringPair, Symbol,
hash_map          299 third_party/protobuf/src/google/protobuf/descriptor.cc typedef hash_map<const char*, const FileDescriptor*,
hash_map          302 third_party/protobuf/src/google/protobuf/descriptor.cc typedef hash_map<PointerStringPair, const FieldDescriptor*,
hash_map          305 third_party/protobuf/src/google/protobuf/descriptor.cc typedef hash_map<DescriptorIntPair, const FieldDescriptor*,
hash_map          308 third_party/protobuf/src/google/protobuf/descriptor.cc typedef hash_map<EnumIntPair, const EnumValueDescriptor*,
hash_map          445 third_party/protobuf/src/google/protobuf/dynamic_message.cc   typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
hash_map           62 third_party/protobuf/src/google/protobuf/extension_set.cc typedef hash_map<pair<const MessageLite*, int>,
hash_map          248 third_party/protobuf/src/google/protobuf/message.cc   hash_map<const char*, RegistrationFunc*,
hash_map          253 third_party/protobuf/src/google/protobuf/message.cc   hash_map<const Descriptor*, const Message*> type_map_;
hash_map           92 third_party/protobuf/src/google/protobuf/stubs/hash.h class hash_map : public std::map<Key, Data, HashFcn> {
hash_map           94 third_party/protobuf/src/google/protobuf/stubs/hash.h   hash_map(int = 0) {}
hash_map          128 third_party/protobuf/src/google/protobuf/stubs/hash.h class hash_map : public HASH_NAMESPACE::hash_map<
hash_map          131 third_party/protobuf/src/google/protobuf/stubs/hash.h   hash_map(int = 0) {}
hash_map          172 third_party/protobuf/src/google/protobuf/stubs/hash.h class hash_map : public HASH_NAMESPACE::HASH_MAP_CLASS<
hash_map          175 third_party/protobuf/src/google/protobuf/stubs/hash.h   hash_map(int = 0) {}
hash_map            5 third_party/protobuf/vsprojects/config.h #define HASH_MAP_H <hash_map>
hash_map           23 third_party/tcmalloc/chromium/src/config_win.h #define HASH_MAP_H  <hash_map>
hash_map          121 tools/android/forwarder2/host_forwarder_main.cc   typedef base::hash_map<
hash_map          224 tools/android/forwarder2/host_forwarder_main.cc     base::hash_map<std::string, int>::const_iterator it =
hash_map          267 tools/android/forwarder2/host_forwarder_main.cc     base::hash_map<std::string, int>::const_iterator it =
hash_map          298 tools/android/forwarder2/host_forwarder_main.cc   base::hash_map<std::string, int> device_serial_to_adb_port_map_;
hash_map          116 tools/android/memdump/memdump.cc typedef base::hash_map<uint64, int> PFNMap;
hash_map          127 tools/gn/builder.h   typedef base::hash_map<Label, BuilderRecord*> RecordMap;
hash_map          118 tools/gn/input_file_manager.h   typedef base::hash_map<SourceFile, InputFileData*> InputFileMap;
hash_map           39 tools/gn/scope.h   typedef base::hash_map<base::StringPiece, Value> KeyValueMap;
hash_map          269 tools/gn/scope.h   typedef base::hash_map<base::StringPiece, Record> RecordMap;
hash_map          275 tools/gn/scope.h   typedef base::hash_map<std::string, Scope*> NamedScopeMap;
hash_map          179 tools/imagediff/image_diff.cc typedef base::hash_map<uint32, int32> RgbaToCountMap;
hash_map          583 tools/ipc_fuzzer/mutate/mutate.cc typedef base::hash_map<uint32, FuzzFunction> FuzzFunctionMap;
hash_map           77 ui/accessibility/ax_tree.cc   base::hash_map<int32, AXNode*>::const_iterator iter = id_map_.find(id);
hash_map          105 ui/accessibility/ax_tree.h   base::hash_map<int32, AXNode*> id_map_;
hash_map          147 ui/accessibility/ax_tree_serializer.h   base::hash_map<int32, ClientTreeNode*> client_id_map_;
hash_map          279 ui/accessibility/ax_tree_serializer.h   base::hash_map<int32, ClientTreeNode*>::iterator iter =
hash_map          402 ui/accessibility/ax_tree_serializer.h   base::hash_map<int32, ClientTreeNode*> client_child_id_map;
hash_map           43 ui/gfx/sequential_id_generator.h   typedef base::hash_map<uint32, uint32> IDMap;
hash_map           58 webkit/browser/appcache/appcache_working_set.h   typedef base::hash_map<int64, AppCache*> CacheMap;
hash_map           60 webkit/browser/appcache/appcache_working_set.h   typedef base::hash_map<int64, AppCacheResponseInfo*> ResponseInfoMap;
hash_map           69 webkit/browser/appcache/mock_appcache_storage.h   typedef base::hash_map<int64, scoped_refptr<AppCache> > StoredCacheMap;