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

  /external/chromium/chrome/browser/sync/glue/
change_processor.cc 11 DCHECK(!running_) << "ChangeProcessor dtor while running";
19 running_ = true;
23 if (!running_)
27 running_ = false;
31 return running_;
change_processor.h 24 : running_(false), error_handler_(error_handler), share_handle_(NULL) {}
60 bool running() { return running_; }
65 bool running_; // True if we have been told it is safe to process changes. member in class:browser_sync::ChangeProcessor
68 // The sync model we are processing changes from. Non-NULL when |running_| is
  /external/regex-re2/util/
thread.cc 12 running_ = 0;
26 CHECK(!running_);
28 running_ = true;
34 CHECK(running_);
38 running_ = 0;
42 CHECK(!running_);
thread.h 21 bool running_; member in class:Thread
  /external/chromium/chrome/browser/extensions/
external_extension_loader.cc 14 running_(false) {
40 running_ = false;
external_extension_loader.h 74 bool running_; member in class:ExternalExtensionLoader
  /external/chromium/net/disk_cache/
in_flight_io.cc 37 running_(false), single_thread_(false) {
55 DCHECK(single_thread_ || !running_);
58 running_ = true;
in_flight_io.h 124 bool running_; // True after the first posted operation completes. member in class:disk_cache::InFlightIO
  /external/chromium/chrome/browser/chromeos/login/
screen_locker_browsertest.cc 36 running_(false) {
57 if (running_)
63 running_ = true;
72 running_ = false;
84 bool running_; member in class:__anon2990::Waiter
  /external/chromium/chrome/browser/sessions/
session_restore_browsertest.cc 24 BrowserListObserverImpl() : did_remove_(false), running_(false) {
34 running_ = true;
44 if (running_)
53 bool running_; member in class:__anon3421::BrowserListObserverImpl
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 119 virtual bool IsGettingAllPorts() { return running_; }
154 bool running_; // set when StartGetAllPorts is called member in class:cricket::BasicPortAllocatorSession
basicportallocator.cc 158 bool running_; member in class:cricket::AllocationSequence
225 allocation_started_(false), running_(false) {
254 running_ = true;
265 running_ = false;
373 if (running_)
381 if (running_)
422 if (running_)
524 if (running_ || (ports.size() > 0) || (connections.size() > 0))
535 running_(false), step_(0), flags_(flags) {
582 running_ = true
    [all...]
  /external/v8/src/
cpu-profiler.h 132 inline void Stop() { running_ = false; }
133 INLINE(bool running()) { return running_; }
180 bool running_; member in class:v8::internal::ProfilerEventsProcessor
cpu-profiler.cc 51 running_(true),
245 while (running_) {
log.cc 138 bool running_; member in class:v8::internal::Profiler
277 running_(false),
293 running_ = true;
309 // Terminate the worker thread by setting running_ to false,
312 running_ = false;
326 while (running_) {
    [all...]
debug.h 607 bool running_; // Will the VM start running after this event? member in class:v8::internal::MessageImpl
    [all...]
debug-debugger.js     [all...]
debug.cc     [all...]

Completed in 122 milliseconds