Home
last modified time | relevance | path

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

/external/chromium_org/ui/chromeos/network/
Dnetwork_icon.cc211 class EmptyImageSource: public gfx::ImageSkiaSource { class
213 explicit EmptyImageSource(const gfx::Size& size) in EmptyImageSource() function in ui::network_icon::__anona99b355d0111::EmptyImageSource
226 DISALLOW_COPY_AND_ASSIGN(EmptyImageSource);
387 gfx::ImageSkia(new EmptyImageSource(source.size()), source.size()), in ConnectingWirelessImage()
403 gfx::ImageSkia(new EmptyImageSource(icon->size()), icon->size()), in ConnectingVpnImage()
422 gfx::ImageSkia(new EmptyImageSource(icon->size()), icon->size()), in ConnectingVpnBadge()