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

  /external/chromium_org/base/timer/
mock_timer.cc 11 is_running_(false) {
20 is_running_(false) {
27 return is_running_;
43 is_running_ = false;
50 is_running_ = true;
54 DCHECK(is_running_);
timer.cc 67 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_)
mock_timer.h 36 bool is_running_; member in class:base::MockTimer
timer.h 174 bool is_running_; member in class:base::Timer
  /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/chromecast/media/cma/ipc_streamer/
av_streamer_proxy.cc 24 : 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;
av_streamer_proxy.h 66 bool is_running_; member in class:chromecast::media::AvStreamerProxy
  /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 106 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 139 // 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/
channel.cc 30 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...]
channel.h 177 bool is_running_; member in class:mojo::system::Channel
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11_unittest.cc 101 bool is_running_; member in class:views::__anon21752::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/
socket_test_util.cc 470 is_running_(false) {
477 DCHECK(!is_running_);
478 is_running_ = true;
504 is_running_ = false;
    [all...]
socket_test_util.h 590 bool is_running_; member in class:net::DeterministicSocketData
    [all...]

Completed in 472 milliseconds