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

/external/chromium_org/content/common/
H A Dhost_shared_bitmap_manager.h76 BitmapMap; typedef in class:content::HostSharedBitmapManager
77 BitmapMap handle_map_;
/external/chromium_org/content/renderer/
H A Drender_view_impl.h1104 typedef std::map<cc::SharedBitmapId, cc::SharedBitmap*> BitmapMap; typedef in class:content::RenderViewImpl
1105 BitmapMap disambiguation_bitmaps_;
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc532 BitmapMap::const_iterator exact_bitmap_it = bitmap_map_.find(scale_factor);
569 BitmapMap::const_iterator available_bitmap_it =
595 typedef std::map<ui::ScaleFactor, SkBitmap> BitmapMap; typedef in class:__anon4908::ThemeImagePngSource
596 BitmapMap bitmap_map_;

Completed in 489 milliseconds