Searched refs:running_ (Results 1 - 18 of 18) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dchange_processor.cc11 DCHECK(!running_) << "ChangeProcessor dtor while running";
19 running_ = true;
23 if (!running_)
27 running_ = false;
31 return running_;
H A Dchange_processor.h24 : 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/
H A Dthread.cc12 running_ = 0;
26 CHECK(!running_);
28 running_ = true;
34 CHECK(running_);
38 running_ = 0;
42 CHECK(!running_);
H A Dthread.h21 bool running_; member in class:Thread
/external/chromium/chrome/browser/extensions/
H A Dexternal_extension_loader.cc14 running_(false) {
40 running_ = false;
H A Dexternal_extension_loader.h74 bool running_; member in class:ExternalExtensionLoader
/external/chromium/net/disk_cache/
H A Din_flight_io.cc37 running_(false), single_thread_(false) {
55 DCHECK(single_thread_ || !running_);
58 running_ = true;
H A Din_flight_io.h124 bool running_; // True after the first posted operation completes. member in class:disk_cache::InFlightIO
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker_browsertest.cc36 running_(false) {
57 if (running_)
63 running_ = true;
72 running_ = false;
84 bool running_; member in class:__anon1839::Waiter
/external/chromium/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc24 BrowserListObserverImpl() : did_remove_(false), running_(false) {
34 running_ = true;
44 if (running_)
53 bool running_; member in class:__anon2270::BrowserListObserverImpl
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.h119 virtual bool IsGettingAllPorts() { return running_; }
154 bool running_; // set when StartGetAllPorts is called member in class:cricket::BasicPortAllocatorSession
H A Dbasicportallocator.cc158 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_
[all...]
/external/v8/src/
H A Dcpu-profiler.h132 inline void Stop() { running_ = false; }
133 INLINE(bool running()) { return running_; }
180 bool running_; member in class:v8::internal::ProfilerEventsProcessor
H A Dcpu-profiler.cc51 running_(true),
245 while (running_) {
H A Dlog.cc138 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_) {
H A Ddebug-debugger.js1272 this.running_ = opt_is_running || false;
1499 this.running_ = response.running;
1501 response.running = this.running_;
2376 if (!preview_only && !this.running_ && result_description.stack_modified) {
2517 return this.running_;
H A Ddebug.h607 bool running_; // Will the VM start running after this event? member in class:v8::internal::MessageImpl
H A Ddebug.cc3328 running_(running),
3351 return running_;

Completed in 263 milliseconds