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

  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_manager_base.cc 129 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_.end())
    [all...]
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 280 pending_downloads_(0),
389 ++pending_downloads_;
394 DCHECK(pending_downloads_ > 0);
395 if (--pending_downloads_ == 0 && observer_)
message_center_notification_manager.h 135 size_t pending_downloads_; member in class:MessageCenterNotificationManager::ImageDownloads
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc     [all...]
automation_provider_observers.h 893 std::set<content::DownloadItem*> pending_downloads_; member in class:AllDownloadsCompleteObserver
    [all...]

Completed in 102 milliseconds