Home
last modified time | relevance | path

Searched refs:ButtonImageSource (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/image/
Dimage_skia_operations.cc272 class ButtonImageSource: public gfx::ImageSkiaSource { class
274 ButtonImageSource(SkColor color, in ButtonImageSource() function in gfx::__anon01742f430111::ButtonImageSource
282 virtual ~ButtonImageSource() { in ~ButtonImageSource()
304 DISALLOW_COPY_AND_ASSIGN(ButtonImageSource);
503 return ImageSkia(new ButtonImageSource(color, image, mask), mask.size()); in CreateButtonBackground()