Searched refs:PixelRefMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dpicture.h44 typedef base::hash_map<PixelRefMapKey, PixelRefs> PixelRefMap; typedef in class:cc::Picture
129 const PixelRefMap& pixel_refs);
143 PixelRefMap pixel_refs_;
H A Dpicture.cc166 const PixelRefMap& pixel_refs) :
461 PixelRefMap::const_iterator iter = picture_->pixel_refs_.find(key);

Completed in 138 milliseconds