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

/external/chromium_org/base/timer/
H A Dmock_timer.cc11 is_running_(false) {
20 is_running_(false) {
27 return is_running_;
43 is_running_ = false;
50 is_running_ = true;
54 DCHECK(is_running_);
H A Dtimer.cc67 is_running_(false) {
81 is_running_(false) {
89 return is_running_;
104 is_running_ = false;
127 is_running_ = true;
146 is_running_ = true;
175 if (!is_running_)
H A Dmock_timer.h36 bool is_running_; member in class:base::MockTimer
H A Dtimer.h174 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/chromecast/media/cma/ipc_streamer/
H A Dav_streamer_proxy.cc24 : is_running_(false),
51 DCHECK(!is_running_);
53 is_running_ = true;
58 is_running_ = false;
81 if (!is_running_ || pending_read_ || pending_av_data_)
99 is_running_ = false;
H A Dav_streamer_proxy.h66 bool is_running_; member in class:chromecast::media::AvStreamerProxy
/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.h96 bool is_running_; member in class:content::LocationArbitratorImpl
/external/chromium_org/net/test/spawned_test_server/
H A Dspawner_communicator.cc106 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_)
H A Dspawner_communicator.h139 // Only gets/sets |is_running_| on user's thread to avoid race-condition.
140 bool is_running_; member in class:net::SpawnerCommunicator
/external/chromium_org/mojo/system/
H A Dchannel.cc30 is_running_(false),
41 DCHECK(!is_running_);
49 is_running_ = true;
59 if (!is_running_)
65 is_running_ = false;
181 if (!is_running_) {
194 if (!is_running_)
209 if (!is_running_)
256 DCHECK(!is_running_);
334 DCHECK(is_running_);
[all...]
H A Dchannel.h177 bool is_running_; member in class:mojo::system::Channel
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11_unittest.cc101 bool is_running_; member in class:views::__anon17134::TestMoveLoop
210 is_running_(false) {
217 return is_running_;
223 is_running_ = true;
234 if (is_running_) {
236 is_running_ = false;
/external/chromium_org/net/socket/
H A Dsocket_test_util.cc470 is_running_(false) {
477 DCHECK(!is_running_);
478 is_running_ = true;
504 is_running_ = false;
H A Dsocket_test_util.h590 bool is_running_; member in class:net::DeterministicSocketData

Completed in 7972 milliseconds