HomeSort by relevance Sort by last modified time
    Searched refs:is_running_ (Results 1 - 6 of 6) 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 84 static bool IsRunning() { return is_running_; }
123 static bool is_running_; member in class:v8::internal::V8
v8.cc 50 bool V8::is_running_ = false; member in class:v8::internal::V8
86 is_running_ = true;
96 is_running_ = false;
108 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

Completed in 277 milliseconds