Home
last modified time | relevance | path

Searched defs:Quit (Results 1 – 13 of 13) 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::__anon3c2bd9410111::MainMessageLoopExternalPumpWin
Dmain_message_loop_external_pump_linux.cc189 void MainMessageLoopExternalPumpLinux::Quit() { in Quit() function in client::__anond4c283430111::MainMessageLoopExternalPumpLinux
/third_party/cef/libcef/browser/
Dbrowser_message_loop.cc52 void Quit() override {} in Quit() function in __anonad7716dc0111::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/node/deps/v8/src/d8/
Dd8.cc2672 void Shell::Quit(const v8::FunctionCallbackInfo<v8::Value>& args) { in Quit() function in v8::Shell
/third_party/typescript/tests/lib/
Dlib.d.ts17143 Quit(exitCode?: number): number; variable