Searched defs:running_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dexternal_extension_loader.h74 bool running_; member in class:ExternalExtensionLoader
/external/regex-re2/util/
H A Dthread.h21 bool running_; member in class:Thread
/external/chromium/chrome/browser/sync/glue/
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/chromium/net/disk_cache/
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/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/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/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 Ddebug.h607 bool running_; // Will the VM start running after this event? member in class:v8::internal::MessageImpl
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_) {

Completed in 149 milliseconds