Searched defs:pending_downloads_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.h136 size_t pending_downloads_; member in class:MessageCenterNotificationManager::ImageDownloads
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dcloud_external_data_manager_base.cc129 FetchCallbackMap pending_downloads_; member in class:policy::CloudExternalDataManagerBase::Backend
172 for (FetchCallbackMap::const_iterator it = pending_downloads_.begin();
173 it != pending_downloads_.end(); ++it) {
193 for (FetchCallbackMap::iterator it = pending_downloads_.begin();
194 it != pending_downloads_.end(); ) {
208 pending_downloads_.erase(it++);
231 const FetchCallbackList& pending_callbacks = pending_downloads_[policy];
236 pending_downloads_.erase(policy);
251 if (pending_downloads_.find(policy) != pending_downloads_
[all...]

Completed in 113 milliseconds