Home
last modified time | relevance | path

Searched defs:Quit (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/tests/shared/browser/
Dmain_message_loop_std.cc18 void MainMessageLoopStd::Quit() { in Quit() function in client::MainMessageLoopStd
Dmain_message_loop_external_pump_win.cc79 void MainMessageLoopExternalPumpWin::Quit() { in Quit() function in client::__anon1013c55f0111::MainMessageLoopExternalPumpWin
Dmain_message_loop_external_pump_linux.cc189 void MainMessageLoopExternalPumpLinux::Quit() { in Quit() function in client::__anon4255eee10111::MainMessageLoopExternalPumpLinux
/third_party/flutter/engine/flutter/frontend_server/
DREADME.md55 ### Quit subsection
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dthread.cc89 void Thread::Quit() { in Quit() function in flutter_runner::Thread
/third_party/cef/libcef/browser/
Dbrowser_message_loop.cc52 void Quit() override {} in Quit() function in __anon1aca7c3a0111::MessagePumpExternal
/third_party/cef/tests/cefclient/browser/
Dmain_message_loop_multithreaded_win.cc84 void MainMessageLoopMultithreadedWin::Quit() { in Quit() function in client::MainMessageLoopMultithreadedWin
Dmain_message_loop_multithreaded_gtk.cc107 void MainMessageLoopMultithreadedGtk::Quit() { in Quit() function in client::MainMessageLoopMultithreadedGtk
/third_party/typescript/lib/
Dlib.scripthost.d.ts148 Quit(exitCode?: number): number; variable
/third_party/typescript/src/lib/
Dscripthost.d.ts128 Quit(exitCode?: number): number; variable
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dtypes.rs93 Quit = linux_raw_sys::general::SIGQUIT, enumerator
/third_party/rust/crates/rustix/src/backend/libc/process/
Dtypes.rs194 Quit = c::SIGQUIT, enumerator
/third_party/rust/crates/regex/src/
Ddfa.rs212 Quit, enumerator
/third_party/typescript/tests/lib/
Dlib.d.ts17143 Quit(exitCode?: number): number; variable