Home
last modified time | relevance | path

Searched refs:terminate_ (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dcpu_win.cc60 terminate_(false), in CpuWindows()
168 terminate_ = true; in StopPollingCpu()
189 if (terminate_) in ProcessImpl()
206 terminate_ = true; in ProcessImpl()
216 assert(terminate_); in ProcessImpl()
373 if (terminate_) in Initialize()
Dcpu_win.h69 bool terminate_; variable
/external/chromium_org/v8/src/
Ddebug-agent.cc54 terminate_(false), in DebuggerAgent()
76 while (!bound && !terminate_) { in Run()
88 if (terminate_) return; in Run()
94 while (!terminate_) { in Run()
112 terminate_ = true; in Shutdown()
178 if (terminate_) { in OnSessionClosed()
Ddebug-agent.h66 bool terminate_; // Termination flag. variable
/external/v8/src/
Ddebug-agent.h50 server_(OS::CreateSocket()), terminate_(false), in DebuggerAgent()
78 bool terminate_; // Termination flag. variable
Ddebug-agent.cc56 while (!bound && !terminate_) { in Run()
70 while (!terminate_) { in Run()
88 terminate_ = true; in Shutdown()
152 if (terminate_) { in OnSessionClosed()
/external/chromium_org/chrome/renderer/resources/extensions/
Dweb_view.js280 WebViewInternal.prototype.terminate_ = function() { method in WebViewInternal
1008 this.internal_(secret).terminate_();