Searched refs:Quit (Results 1 - 25 of 523) sorted by path

1234567891011>>

/external/bison/doc/
H A Drefcard.tex488 \key{Quit parsing immediately. Return 1.} {YYABORT}
489 \key{Quit parsing immediately. Return 0.} {YYACCEPT}
/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job_unittest.cc383 .WillOnce(DoAll(InvokeWithoutArgs(&loop, &base::RunLoop::Quit),
410 .WillOnce(DoAll(InvokeWithoutArgs(&loop, &base::RunLoop::Quit),
/external/chromium_org/ash/desktop_background/
H A Dwallpaper_resizer_unittest.cc83 message_loop_.Quit();
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_interactive_uitest.cc93 base::MessageLoop::current()->Quit();
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager_unittest.cc117 base::MessageLoop::current()->Quit();
/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.cc193 base::MessageLoopForUI::current()->Quit();
/external/chromium_org/ash/test/
H A Dshelf_view_test_api.cc28 base::MessageLoop::current()->Quit();
H A Dtest_system_tray_delegate.cc98 base::MessageLoop::current()->Quit();
102 base::MessageLoop::current()->Quit();
/external/chromium_org/base/
H A Dasync_socket_io_handler_unittest.cc19 // message loop will be Quit(). Set |number_of_reads_before_quit| to -1 if
53 base::MessageLoop::current()->Quit();
/external/chromium_org/base/message_loop/
H A Dmessage_loop.cc321 NOTREACHED() << "Must be inside Run to call Quit";
328 pump_->Quit();
330 NOTREACHED() << "Must be inside Run to call Quit";
611 pump_->Quit();
H A Dmessage_loop.h245 void Quit() { QuitWhenIdle(); } function in class:base::MessageLoop
252 // Quit method when looping procedures (such as web pages) have been shut
258 // Use QuitClosure variants if you need to Quit another thread's MessageLoop,
266 // This method is a variant of Quit, that does not wait for pending messages
H A Dmessage_loop_proxy_impl_unittest.cc21 Quit();
24 void Quit() const { function in class:base::MessageLoopProxyImplTest
55 test->Quit();
68 test_->Quit();
H A Dmessage_loop_test.cc108 &MessageLoop::Quit, Unretained(MessageLoop::current())));
908 run_loop.Quit();
H A Dmessage_loop_unittest.cc912 &MessageLoop::Quit, Unretained(MessageLoop::current())));
987 MessageLoop::current()->Quit();
H A Dmessage_pump.h97 // to see if it should quit. The Quit method is responsible for setting this
111 // Quit immediately from the most recently entered run loop. This method may
113 virtual void Quit() = 0;
H A Dmessage_pump_android.cc101 // return true (it only returns false if the RunLoop has been Quit already).
115 void MessagePumpForUI::Quit() { function in class:base::MessagePumpForUI
H A Dmessage_pump_android.h28 virtual void Quit() OVERRIDE;
H A Dmessage_pump_default.cc25 DCHECK(keep_running_) << "Quit must have been called outside of Run!";
70 void MessagePumpDefault::Quit() { function in class:base::MessagePumpDefault
H A Dmessage_pump_default.h22 virtual void Quit() OVERRIDE;
H A Dmessage_pump_glib.cc333 void MessagePumpGlib::Quit() { function in class:base::MessagePumpGlib
337 NOTREACHED() << "Quit called outside Run!";
H A Dmessage_pump_glib.h39 virtual void Quit() OVERRIDE;
H A Dmessage_pump_glib_unittest.cc187 // Checks that Quit works and that the basic infrastructure is working.
189 // Quit from a task
194 // Quit from an event
424 void Quit() { function in class:base::__anon2374::GLibLoopRunner
464 Bind(&GLibLoopRunner::Quit, runner.get()),
499 Bind(&GLibLoopRunner::Quit, runner.get()),
H A Dmessage_pump_libevent.cc280 void MessagePumpLibevent::Quit() { function in class:base::MessagePumpLibevent
281 DCHECK(in_run_) << "Quit was called outside of Run!";
H A Dmessage_pump_libevent.h126 virtual void Quit() OVERRIDE;
H A Dmessage_pump_libevent_unittest.cc88 ASSERT_DEATH(pump->Quit(), "Check failed: in_run_. "
89 "Quit was called outside of Run!");

Completed in 569 milliseconds

1234567891011>>