Searched refs:hash_map (Results 276 - 291 of 291) sorted by last modified time

<<1112

/external/chromium_org/cc/resources/
H A Dresource_provider.h63 typedef base::hash_map<ResourceId, ResourceId> ResourceIdMap;
445 typedef base::hash_map<ResourceId, Resource> ResourceMap;
461 typedef base::hash_map<int, Child> ChildMap;
H A Dresource_provider_unittest.cc159 typedef base::hash_map<unsigned, scoped_refptr<TestTexture> > TextureMap;
161 base::hash_map<unsigned, uint32> sync_point_for_mailbox_;
H A Dtile_manager.h240 typedef base::hash_map<Tile::Id, Tile*> TileMap;
261 typedef base::hash_map<uint32_t, scoped_refptr<ImageDecodeTask> >
263 typedef base::hash_map<int, PixelRefTaskMap> LayerPixelRefTaskMap;
266 typedef base::hash_map<int, int> LayerCountMap;
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator.cc51 base::hash_map<RenderPassId, int> id_to_index_map_;
H A Dsurface_aggregator.h29 typedef base::hash_map<SurfaceId, int> SurfaceIndexMap;
71 typedef base::hash_map<SurfaceId, int> SurfaceToResourceChildIdMap;
H A Dsurface_manager.h41 typedef base::hash_map<SurfaceId, Surface*> SurfaceMap;
H A Dsurface_resource_holder.h42 typedef base::hash_map<ResourceProvider::ResourceId, ResourceRefs>
/external/chromium_org/cc/test/
H A Dfake_ui_resource_layer_tree_host_impl.h31 typedef base::hash_map<UIResourceId, LayerTreeHostImpl::UIResourceData>
H A Dordered_texture_map.h35 typedef base::hash_map<GLuint, scoped_refptr<TestTexture> >
H A Dtest_texture.h29 typedef base::hash_map<GLenum, GLint>
H A Dtest_web_graphics_context_3d.h386 typedef base::hash_map<GLenum, GLuint> TargetTextureMap;
/external/chromium_org/cc/trees/
H A Dlayer_sorter.h102 typedef base::hash_map<GraphEdge*, GraphEdge*> EdgeMap;
H A Dlayer_tree_host.h352 typedef base::hash_map<UIResourceId, UIResourceClientData>
H A Dlayer_tree_host_impl.h571 typedef base::hash_map<UIResourceId, UIResourceData>
H A Dlayer_tree_impl.h361 typedef base::hash_map<int, LayerImpl*> LayerIdMap;
H A Dtree_synchronizer.cc23 typedef base::hash_map<int, LayerImpl*> RawPtrLayerImplMap;

Completed in 138 milliseconds

<<1112