HomeSort by relevance Sort by last modified time
    Searched refs:is_running_ (Results 1 - 20 of 20) 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/chromium_org/chrome/common/
worker_thread_ticker.h 56 return is_running_;
75 // Lock to protect is_running_ and tick_handler_list_
79 bool is_running_; member in class:WorkerThreadTicker
worker_thread_ticker.cc 17 is_running_(false),
62 is_running_ = true;
73 is_running_ = false;
  /external/chromium_org/base/timer/
timer.cc 67 is_running_(false) {
81 is_running_(false) {
96 is_running_ = false;
119 is_running_ = true;
138 is_running_ = true;
167 if (!is_running_)
timer.h 86 return is_running_;
175 bool is_running_; member in class:base::Timer
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_android.cc 44 is_running_ = false;
53 is_running_ = false;
57 return is_running_;
92 is_running_ = true;
104 : SelectFileDialog(listener, policy), is_running_(false) {
select_file_dialog_android.h 57 bool is_running_; member in class:ui::SelectFileDialogImpl
  /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_org/content/browser/geolocation/
location_arbitrator_impl.cc 37 is_running_(false) {
57 is_running_ = true;
84 is_running_ = false;
90 if (!is_running_ || !providers_.empty()) {
location_arbitrator_impl.h 96 bool is_running_; member in class:content::LocationArbitratorImpl
  /external/chromium_org/net/test/spawned_test_server/
spawner_communicator.cc 107 is_running_(false) {}
110 DCHECK(!is_running_);
121 if (is_running_)
127 is_running_ = io_thread_.StartWithOptions(options);
128 DCHECK(is_running_);
133 DCHECK(is_running_);
138 is_running_ = false;
366 if (!is_running_)
spawner_communicator.h 143 // Only gets/sets |is_running_| on user's thread to avoid race-condition.
144 bool is_running_; member in class:net::SpawnerCommunicator
  /external/chromium_org/media/audio/mac/
audio_synchronized_mac.cc 85 is_running_(false),
171 DCHECK(!is_running_);
210 if (is_running_ || !input_unit_ || !output_unit_ || !varispeed_unit_)
221 if (!is_running_) {
233 is_running_ = true;
238 if (is_running_) {
249 is_running_ = false;
253 return is_running_;
audio_synchronized_mac.h 202 bool is_running_; member in class:media::AudioSynchronizedStream
  /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/chromium_org/net/socket/
socket_test_util.cc 456 is_running_(false) {
463 DCHECK(!is_running_);
464 is_running_ = true;
490 is_running_ = false;
    [all...]
socket_test_util.h 584 bool is_running_; member in class:net::DeterministicSocketData
    [all...]

Completed in 131 milliseconds