TileMapKey         76 cc/resources/layer_tiling_data.h   typedef std::pair<int, int> TileMapKey;
TileMapKey         77 cc/resources/layer_tiling_data.h   typedef base::ScopedPtrHashMap<TileMapKey, Tile> TileMap;
TileMapKey        261 cc/resources/picture_layer_tiling.h   typedef std::pair<int, int> TileMapKey;
TileMapKey        262 cc/resources/picture_layer_tiling.h   typedef base::hash_map<TileMapKey, scoped_refptr<Tile> > TileMap;