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

  /external/chromium/chrome/browser/
utility_process_host.cc 25 is_batch_mode_(false) {
29 DCHECK(!is_batch_mode_);
105 CHECK(!is_batch_mode_);
106 is_batch_mode_ = StartProcess(FilePath());
108 return is_batch_mode_;
112 CHECK(is_batch_mode_);
113 is_batch_mode_ = false;
122 if (is_batch_mode_)
utility_process_host.h 189 bool is_batch_mode_; member in class:UtilityProcessHost

Completed in 153 milliseconds