OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_success_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/download/
save_item.cc
26
is_success_
(false),
71
is_success_
= false;
83
// generated for this SaveItem and the |
is_success_
| should be false.
85
// id, |
is_success_
| should be false, and the |size| should be 0.
86
DCHECK(has_final_name() || (save_id_ == -1 && !
is_success_
) ||
87
(save_id_ != -1 && !
is_success_
&& !size));
89
is_success_
= is_success;
save_item.h
66
bool success() const { return
is_success_
; }
102
bool
is_success_
;
member in class:SaveItem
Completed in 418 milliseconds