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

/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.h100 class ImageDownloads class in class:MessageCenterNotificationManager
101 : public base::SupportsWeakPtr<ImageDownloads> {
103 ImageDownloads(
106 virtual ~ImageDownloads();
141 DISALLOW_COPY_AND_ASSIGN(ImageDownloads);
180 scoped_ptr<ImageDownloads> downloads_;
H A Dmessage_center_notification_manager.cc319 // ImageDownloads
321 MessageCenterNotificationManager::ImageDownloads::ImageDownloads( function in class:MessageCenterNotificationManager::ImageDownloads
329 MessageCenterNotificationManager::ImageDownloads::~ImageDownloads() { }
331 void MessageCenterNotificationManager::ImageDownloads::StartDownloads(
376 void MessageCenterNotificationManager::ImageDownloads::StartDownloadWithImage(
404 &MessageCenterNotificationManager::ImageDownloads::DownloadComplete,
409 void MessageCenterNotificationManager::ImageDownloads::DownloadComplete(
426 void MessageCenterNotificationManager::ImageDownloads
[all...]

Completed in 3178 milliseconds