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

/external/chromium_org/chrome/browser/download/
H A Ddownload_query.cc169 static bool IsPaused(const DownloadItem& item) { function in namespace:__anon4726
170 return item.IsPaused();
284 return AddFilter(BuildFilter<bool>(value, EQ, &IsPaused));
419 sorters_.push_back(Sorter::Build<bool>(direction, &IsPaused));
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc472 bool DownloadItemImpl::IsPaused() const { function in class:content::DownloadItemImpl
481 if ((GetState() == IN_PROGRESS) && IsPaused())
807 IsPaused() ? 'T' : 'F',

Completed in 129 milliseconds