HomeSort by relevance Sort by last modified time
    Searched defs:SaveItem (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/download/
save_item.cc 15 // Constructor for SaveItem when creating each saving job.
16 SaveItem::SaveItem(const GURL& url,
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::Cancel()
    [all...]
save_item.h 17 // One SaveItem per save file. This is the model class that stores all the
19 class SaveItem {
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 141 milliseconds