OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SaveItem
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/download/
save_item.cc
14
// Constructor for
SaveItem
when creating each saving job.
15
SaveItem
::
SaveItem
(const GURL& url,
32
SaveItem
::~
SaveItem
() {
36
void
SaveItem
::Start() {
43
void
SaveItem
::UpdateSize(int64 bytes_so_far) {
52
void
SaveItem
::Update(int64 bytes_so_far) {
61
// this command. The SavePackage will each in-progress
SaveItem
's cancel
63
void
SaveItem
::Cancel()
[
all
...]
save_item.h
16
// One
SaveItem
per save file. This is the model class that stores all the
18
class
SaveItem
{
27
SaveItem
(const GURL& url,
32
~
SaveItem
();
49
// Update path for
SaveItem
, the actual file is renamed on the file thread.
101
// Flag indicates whether
SaveItem
has error while in saving process.
109
DISALLOW_COPY_AND_ASSIGN(
SaveItem
);
Completed in 16 milliseconds