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

  /external/chromium/chrome/common/
worker_thread_ticker.h 57 return is_running_;
76 // Lock to protect is_running_ and tick_handler_list_
80 bool is_running_; member in class:WorkerThreadTicker
worker_thread_ticker.cc 37 is_running_(false),
82 is_running_ = true;
93 is_running_ = false;
  /external/v8/src/
v8.h 85 static bool IsRunning() { return is_running_; }
113 static bool is_running_; member in class:v8::internal::V8
v8.cc 47 bool V8::is_running_ = false; member in class:v8::internal::V8
76 is_running_ = true;
86 is_running_ = false;
98 is_running_ = false;
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 51 : is_running_(false),
70 return is_running_;
507 if (is_running_ && db_) {
514 is_running_ = true;
636 if (is_running_)
    [all...]
web_data_service.h 634 bool is_running_; member in class:WebDataService
  /external/valgrind/tsan/
thread_sanitizer.cc     [all...]

Completed in 437 milliseconds