HomeSort by relevance Sort by last modified time
    Searched refs:is_success_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/download/
save_item.cc 27 is_success_(false),
72 is_success_ = false;
84 // generated for this SaveItem and the |is_success_| should be false.
86 // id, |is_success_| should be false, and the |size| should be 0.
87 DCHECK(has_final_name() || (save_id_ == -1 && !is_success_) ||
88 (save_id_ != -1 && !is_success_ && !size));
90 is_success_ = is_success;
save_item.h 67 bool success() const { return is_success_; }
103 bool is_success_; member in class:content::SaveItem
  /external/chromium_org/chrome/browser/autocomplete/
search_provider_unittest.cc 75 bool is_success() { return is_success_; };
82 bool is_success_; member in class:__anon7545::SearchProviderForTest
93 is_success_(false) {
100 is_success_ = success;
    [all...]

Completed in 1523 milliseconds