Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/chromeos/network/
Dnetwork_icon.cc212 class EmptyImageSource: public gfx::ImageSkiaSource { class
214 explicit EmptyImageSource(const gfx::Size& size) in EmptyImageSource() function in ash::network_icon::__anon72827d3c0111::EmptyImageSource
227 DISALLOW_COPY_AND_ASSIGN(EmptyImageSource);
388 gfx::ImageSkia(new EmptyImageSource(source.size()), source.size()), in ConnectingWirelessImage()
404 gfx::ImageSkia(new EmptyImageSource(icon->size()), icon->size()), in ConnectingVpnImage()
423 gfx::ImageSkia(new EmptyImageSource(icon->size()), icon->size()), in ConnectingVpnBadge()