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

  /external/chromium_org/cc/resources/
picture_pile_base.h 56 typedef std::pair<int, int> PictureListMapKey;
58 typedef base::hash_map<PictureListMapKey, PictureList> PictureListMap;
picture_pile_unittest.cc 22 typedef PicturePile::PictureListMapKey PictureListMapKey;
65 TestPicturePile::PictureListMapKey(0, 0))->second;
117 TestPicturePile::PictureListMapKey(0, 0))->second;
187 TestPicturePile::PictureListMapKey(i, j))->second;

Completed in 66 milliseconds