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

  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 91 AwaitCompletionHelper() : start_(false), already_quit_(false) {}
95 if (!already_quit_) {
101 already_quit_ = false;
107 DCHECK(!already_quit_);
111 DCHECK(!already_quit_);
112 already_quit_ = true;
120 bool already_quit_; member in class:content::__anon7947::AwaitCompletionHelper
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 98 AwaitCompletionHelper() : start_(false), already_quit_(false) {}
102 if (!already_quit_) {
108 already_quit_ = false;
114 DCHECK(!already_quit_);
118 DCHECK(!already_quit_);
119 already_quit_ = true;
133 bool already_quit_; member in class:__anon4090::AwaitCompletionHelper
    [all...]

Completed in 459 milliseconds