HomeSort by relevance Sort by last modified time
    Searched defs:Terminate (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium_org/content/browser/aura/
image_transport_factory.cc 57 void ImageTransportFactory::Terminate() {
  /external/chromium_org/gpu/command_buffer/client/
gles2_lib.cc 26 void Terminate() {
  /external/chromium/base/
process_posix.cc 39 void Process::Terminate(int result_code) {
process_win.cc 19 void Process::Terminate(int result_code) {
  /external/chromium_org/base/process/
process_posix.cc 39 void Process::Terminate(int result_code) {
process_win.cc 24 void Process::Terminate(int result_code) {
  /external/chromium_org/content/browser/gamepad/
gamepad_service.cc 59 void GamepadService::Terminate() {
  /external/chromium_org/third_party/libjingle/source/talk/sound/
automaticallychosensoundsystem.h 52 virtual void Terminate();
88 kNumSoundSystems>::Terminate() {
92 wrapped_->Terminate();
nullsoundsystem.cc 124 void NullSoundSystem::Terminate() {
  /external/chromium_org/chrome_frame/
chrome_protocol.cc 44 STDMETHODIMP ChromeProtocol::Terminate(DWORD options) {
72 // Locks the request so that IInternetProtocolRoot::Terminate ()
  /external/chromium/base/threading/
worker_pool_posix.cc 42 pool_->Terminate();
114 void PosixDynamicThreadPool::Terminate() {
159 // the thread to terminate.
  /external/chromium_org/content/plugin/
plugin_thread.cc 58 // as the browser does not terminate plugin processes on shutdown.
62 base::Bind(&EnsureTerminateMessageFilter::Terminate, this),
67 void Terminate() {
  /external/lzma/CPP/Windows/
Thread.h 30 bool Terminate(DWORD exitCode) { return BOOLToBool(::TerminateThread(thread, exitCode)); }
  /external/chromium_org/base/threading/
worker_pool_posix.cc 56 pool_->Terminate();
139 void PosixDynamicThreadPool::Terminate() {
192 // the thread to terminate.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs 57 Terminate();
97 public virtual void Terminate() {
DebugEventHub.cs 219 public virtual void Terminate() {
222 listener.Terminate();
DebugEventRepeater.cs 119 public virtual void Terminate() {
120 _listener.Terminate();
IDebugEventListener.cs 221 * terminate
267 void Terminate();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 223 * terminate
269 void Terminate();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
BlankDebugEventListener.cs 63 Terminate();
122 public virtual void Terminate()
DebugEventHub.cs 266 public virtual void Terminate()
271 listener.Terminate();
DebugEventRepeater.cs 144 public virtual void Terminate()
146 _listener.Terminate();
  /external/chromium_org/chrome/service/
service_process.cc 208 base::Bind(&ServiceProcess::Terminate, base::Unretained(this)))) {
257 // path. If it succeeds Terminate() will be called from the handler registered
259 // On failure call Terminate() directly to force the process to actually
260 // terminate.
262 Terminate();
265 Terminate();
269 void ServiceProcess::Terminate() {
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 46 void BrowserGpuChannelHostFactory::Terminate() {
  /external/chromium_org/sandbox/win/src/
target_process.cc 321 void TargetProcess::Terminate() {

Completed in 700 milliseconds

1 2 3