HomeSort by relevance Sort by last modified time
    Searched defs:Quit (Results 1 - 20 of 20) sorted by null

  /external/libchrome/base/
run_loop.cc 67 void RunLoop::Quit() {
70 // This is the inner-most RunLoop, so quit now.
76 return base::Bind(&RunLoop::Quit, weak_factory_.GetWeakPtr());
83 // Allow Quit to be called before Run.
observer_list_unittest.cc 146 void Quit() {
403 threaded_observer[index]->Quit();
  /external/libbrillo/brillo/daemons/
daemon.cc 33 // base::RunLoop::QuitClosure() causes the message loop to quit
43 void Daemon::Quit() { QuitWithExitCode(EX_OK); }
81 Quit();
88 Quit();
  /external/libchrome/base/message_loop/
message_pump_default.cc 26 DCHECK(keep_running_) << "Quit must have been called outside of Run!";
71 void MessagePumpDefault::Quit() {
message_pump_glib.cc 303 // callbacks. This is so we only quit our own loops, and we don't quit
333 void MessagePumpGlib::Quit() {
337 NOTREACHED() << "Quit called outside Run!";
message_loop_task_runner_unittest.cc 252 Quit();
255 void Quit() const {
284 test->Quit();
296 test_->Quit();
message_pump_glib_unittest.cc 187 // Checks that Quit works and that the basic infrastructure is working.
189 // Quit from a task
194 // Quit from an event
239 // quit.
258 // quit.
286 // And then quit (relies on the condition tested by TestEventTaskInterleave).
296 // It will quit the main loop once enough tasks and events have been processed,
380 // Then add an event that will quit the main loop.
424 void Quit() {
464 Bind(&GLibLoopRunner::Quit, runner.get())
    [all...]
message_pump_libevent.cc 287 void MessagePumpLibevent::Quit() {
288 DCHECK(in_run_) << "Quit was called outside of Run!";
  /system/connectivity/shill/
daemon_task.cc 84 bool DaemonTask::Quit(const base::Closure& completion_callback) {
137 // Daemon::Quit
  /build/kati/
main.cc 54 static void Quit() {
258 Quit();
parser.cc 128 static void Quit() {
556 Parser::Quit();
  /external/webrtc/webrtc/base/
win32socketserver.h 150 virtual void Quit() {
messagequeue.cc 152 void MessageQueue::Quit() {
  /system/tpm/attestation/server/
attestation_service_test.cc 127 void Quit() {
128 run_loop_.Quit();
209 Quit();
221 Quit();
236 Quit();
249 Quit();
262 Quit();
275 Quit();
288 Quit();
302 Quit();
    [all...]
  /external/v8/samples/
shell.cc 57 void Quit(const v8::FunctionCallbackInfo<v8::Value>& args);
134 // Bind the 'quit' function
136 isolate, "quit", v8::NewStringType::kNormal).ToLocalChecked(),
137 v8::FunctionTemplate::New(isolate, Quit));
227 // The callback that is invoked by v8 whenever the JavaScript 'quit'
229 void Quit(const v8::FunctionCallbackInfo<v8::Value>& args) {
  /system/tpm/tpm_manager/server/
tpm_manager_service_test.cc 68 Quit();
75 void Quit() {
76 run_loop_.Quit();
134 Quit();
170 Quit();
189 Quit();
209 Quit();
221 Quit();
233 Quit();
244 Quit();
    [all...]
  /external/v8/src/
d8.cc 894 void Shell::Quit(const v8::FunctionCallbackInfo<v8::Value>& args) {
    [all...]
  /external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
autobanh.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
exdisp.h 434 virtual HRESULT WINAPI Quit(void) = 0;
490 HRESULT (WINAPI *Quit)(IWebBrowserApp *This);
548 #define IWebBrowserApp_Quit(This) (This)->lpVtbl->Quit(This)
    [all...]
mmcobj.h 354 virtual void WINAPI Quit(void) = 0;
377 void (WINAPI *Quit)(_Application *This);
402 #define _Application_Quit(This) (This)->lpVtbl->Quit(This)
    [all...]

Completed in 1188 milliseconds