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

/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc474 class ThemeImageSource: public gfx::ImageSkiaSource { class in namespace:__anon5918
476 explicit ThemeImageSource(const gfx::ImageSkia& source) : source_(source) { function in class:__anon5918::ThemeImageSource
478 virtual ~ThemeImageSource() {}
496 DISALLOW_COPY_AND_ASSIGN(ThemeImageSource);
674 // Set ThemeImageSource on |images_on_ui_thread_| to resample the source
682 ThemeImageSource* source = new ThemeImageSource(source_image_skia);

Completed in 148 milliseconds