Searched refs:is_running_ (Results 1 - 24 of 24) sorted by relevance

/external/chromium/chrome/common/
H A Dworker_thread_ticker.h57 return is_running_;
76 // Lock to protect is_running_ and tick_handler_list_
80 bool is_running_; member in class:WorkerThreadTicker
H A Dworker_thread_ticker.cc37 is_running_(false),
82 is_running_ = true;
93 is_running_ = false;
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog_android.cc34 is_running_ = false;
43 is_running_ = false;
47 return is_running_;
82 is_running_ = true;
94 : SelectFileDialog(listener, policy), is_running_(false) {
H A Dselect_file_dialog_android.h54 bool is_running_; member in class:ui::SelectFileDialogImpl
/external/chromium_org/base/timer/
H A Dtimer.cc64 is_running_(false) {
78 is_running_(false) {
93 is_running_ = false;
113 is_running_ = true;
132 is_running_ = true;
155 if (!is_running_)
H A Dtimer.h86 return is_running_;
173 bool is_running_; member in class:base::Timer
/external/chromium_org/chrome/common/
H A Dworker_thread_ticker.h56 return is_running_;
75 // Lock to protect is_running_ and tick_handler_list_
79 bool is_running_; member in class:WorkerThreadTicker
H A Dworker_thread_ticker.cc17 is_running_(false),
62 is_running_ = true;
73 is_running_ = false;
/external/chromium_org/content/browser/devtools/
H A Ddevtools_tracing_handler.cc29 : is_running_(false) {
42 is_running_ = false;
48 if (is_running_) {
102 is_running_ = true;
H A Ddevtools_tracing_handler.h37 bool is_running_; member in class:content::DevToolsTracingHandler
/external/chromium_org/v8/src/
H A Dv8.h85 static bool IsRunning() { return is_running_; }
135 static bool is_running_; member in class:v8::internal::V8
H A Dv8.cc53 bool V8::is_running_ = false; member in class:v8::internal::V8
88 is_running_ = true;
98 is_running_ = false;
121 is_running_ = false;
/external/v8/src/
H A Dv8.h84 static bool IsRunning() { return is_running_; }
123 static bool is_running_; member in class:v8::internal::V8
H A Dv8.cc50 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/
H A Dlocation_arbitrator_impl.cc37 is_running_(false) {
57 is_running_ = true;
84 is_running_ = false;
90 if (!is_running_ || !providers_.empty()) {
H A Dlocation_arbitrator_impl.h97 bool is_running_; member in class:content::GeolocationArbitratorImpl
/external/chromium_org/net/test/spawned_test_server/
H A Dspawner_communicator.cc106 is_running_(false) {}
109 DCHECK(!is_running_);
120 if (is_running_)
126 is_running_ = io_thread_.StartWithOptions(options);
127 DCHECK(is_running_);
132 DCHECK(is_running_);
137 is_running_ = false;
365 if (!is_running_)
H A Dspawner_communicator.h143 // 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/
H A Daudio_synchronized_mac.cc86 is_running_(false),
172 DCHECK(!is_running_);
211 if (is_running_ || !input_unit_ || !output_unit_ || !varispeed_unit_)
222 if (!is_running_) {
234 is_running_ = true;
239 if (is_running_) {
250 is_running_ = false;
254 return is_running_;
H A Daudio_synchronized_mac.h202 bool is_running_; member in class:media::AudioSynchronizedStream
/external/chromium/chrome/browser/webdata/
H A Dweb_data_service.cc51 : is_running_(false),
70 return is_running_;
507 if (is_running_ && db_) {
514 is_running_ = true;
636 if (is_running_)
H A Dweb_data_service.h634 bool is_running_; member in class:WebDataService
/external/chromium_org/net/socket/
H A Dsocket_test_util.cc456 is_running_(false) {
463 DCHECK(!is_running_);
464 is_running_ = true;
490 is_running_ = false;
H A Dsocket_test_util.h536 bool is_running_; member in class:net::DeterministicSocketData

Completed in 347 milliseconds