HomeSort by relevance Sort by last modified time
    Searched refs:NotificationBitmapFetcher (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
notification_bitmap_fetcher.cc 14 NotificationBitmapFetcher::NotificationBitmapFetcher(
19 NotificationBitmapFetcher::~NotificationBitmapFetcher() {}
21 void NotificationBitmapFetcher::Start(Profile* profile) {
34 void NotificationBitmapFetcher::OnURLFetchComplete(
57 void NotificationBitmapFetcher::OnURLFetchDownloadProgress(
64 void NotificationBitmapFetcher::OnImageDecoded(
74 void NotificationBitmapFetcher::OnDecodeImageFailed(
notification_bitmap_fetcher.h 22 // A delegate interface for users of NotificationBitmapFetcher.
34 class NotificationBitmapFetcher
38 NotificationBitmapFetcher(
41 virtual ~NotificationBitmapFetcher();
79 DISALLOW_COPY_AND_ASSIGN(NotificationBitmapFetcher);
notification_bitmap_fetcher_browsertest.cc 27 // Class to catch events from the NotificationBitmapFetcher for testing.
105 NotificationBitmapFetcher fetcher(url, &delegate);
135 NotificationBitmapFetcher fetcher(url, &delegate);
155 NotificationBitmapFetcher fetcher(url, &delegate);
171 NotificationBitmapFetcher fetcher(url, &delegate);
synced_notification.h 110 // Method inherited from NotificationBitmapFetcher delegate.
120 ScopedVector<NotificationBitmapFetcher> fetchers_;
synced_notification.cc 167 ScopedVector<NotificationBitmapFetcher>::iterator iter;
175 ScopedVector<NotificationBitmapFetcher>::iterator iter;
183 fetchers_.push_back(new NotificationBitmapFetcher(url, this));

Completed in 58 milliseconds