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

/external/chromium_org/content/public/browser/
H A Ddownload_item.h53 enum DownloadState { enum in class:content::DownloadItem
156 virtual DownloadState GetState() const = 0;
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader_impl.cc18 struct AttachmentDownloaderImpl::DownloadState { struct in class:syncer::AttachmentDownloaderImpl
20 DownloadState(const AttachmentId& attachment_id,
32 AttachmentDownloaderImpl::DownloadState::DownloadState( function in class:syncer::AttachmentDownloaderImpl::DownloadState
72 // DownloadState and request access token for it.
73 scoped_ptr<DownloadState> new_download_state(
74 new DownloadState(attachment_id, url));
78 DownloadState* download_state = iter->second;
95 DownloadState* download_state = *iter;
115 DownloadState* download_stat
[all...]

Completed in 74 milliseconds