Searched defs:TileMap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/resources/
H A Dlayer_tiling_data.h75 typedef base::ScopedPtrHashMap<TileMapKey, Tile> TileMap; typedef in class:cc::LayerTilingData
80 const TileMap& tiles() const { return tiles_; }
99 TileMap tiles_;
H A Dpicture_layer_tiling.h75 for (TileMap::const_iterator it = tiles_.begin();
193 typedef base::hash_map<TileMapKey, scoped_refptr<Tile> > TileMap; typedef in class:cc::PictureLayerTiling
209 TileMap tiles_; // It is not legal to have a NULL tile in the tiles_ map.
H A Dtile_manager.h185 typedef base::hash_map<Tile::Id, Tile*> TileMap; typedef in class:cc::TileManager
186 TileMap tiles_;

Completed in 131 milliseconds