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

/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc518 class ThemeImagePngSource : public gfx::ImageSkiaSource { class in namespace:__anon4908
523 explicit ThemeImagePngSource(const PngMap& png_map) : png_map_(png_map) {} function in class:__anon4908::ThemeImagePngSource
525 virtual ~ThemeImagePngSource() {}
598 DISALLOW_COPY_AND_ASSIGN(ThemeImagePngSource);
885 ThemeImagePngSource::PngMap png_map;
893 gfx::ImageSkia image_skia(new ThemeImagePngSource(png_map), 1.0f);
894 // |image_skia| takes ownership of ThemeImagePngSource.

Completed in 179 milliseconds