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

  /external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.h 38 bool stopping_; member in class:NaClBrokerHost
nacl_broker_host_win.cc 19 stopping_(false) {
68 stopping_ = true;
  /external/chromium/base/threading/
thread.cc 50 stopping_(false),
110 stopping_ = false;
120 if (stopping_ || !message_loop_)
123 stopping_ = true;
thread.h 165 bool stopping_; member in class:base::Thread

Completed in 39 milliseconds