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

/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc502 class ThemeImagePngSource : public gfx::ImageSkiaSource { class in namespace:__anon5918
507 explicit ThemeImagePngSource(const PngMap& png_map) : png_map_(png_map) {} function in class:__anon5918::ThemeImagePngSource
509 virtual ~ThemeImagePngSource() {}
582 DISALLOW_COPY_AND_ASSIGN(ThemeImagePngSource);
869 ThemeImagePngSource::PngMap png_map;
877 gfx::ImageSkia image_skia(new ThemeImagePngSource(png_map),
879 // |image_skia| takes ownership of ThemeImagePngSource.

Completed in 180 milliseconds