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

/external/chromium_org/content/browser/download/
H A Dsave_item.cc15 // Constructor for SaveItem when creating each saving job.
16 SaveItem::SaveItem(const GURL& url, function in class:content::SaveItem
33 SaveItem::~SaveItem() {
37 void SaveItem::Start() {
44 void SaveItem::UpdateSize(int64 bytes_so_far) {
53 void SaveItem::Update(int64 bytes_so_far) {
62 // this command. The SavePackage will each in-progress SaveItem's cancel
64 void SaveItem
[all...]
H A Dsave_item.h17 // One SaveItem per save file. This is the model class that stores all the
19 class SaveItem { class in namespace:content
28 SaveItem(const GURL& url,
33 ~SaveItem();
50 // Update path for SaveItem, the actual file is renamed on the file thread.
102 // Flag indicates whether SaveItem has error while in saving process.
110 DISALLOW_COPY_AND_ASSIGN(SaveItem);

Completed in 168 milliseconds