Searched defs:Quit (Results 1 - 19 of 19) sorted by relevance

/external/chromium/base/
H A Dmessage_pump_default.cc18 DCHECK(keep_running_) << "Quit must have been called outside of Run!";
60 void MessagePumpDefault::Quit() { function in class:base::MessagePumpDefault
H A Dmessage_loop_proxy_impl_unittest.cc17 Quit();
20 void Quit() const { function in class:MessageLoopProxyImplTest
47 test->Quit();
71 test_->Quit();
H A Dmessage_pump_glib.cc321 void MessagePumpForUI::Quit() { function in class:base::MessagePumpForUI
325 NOTREACHED() << "Quit called outside Run!";
H A Dmessage_pump_libevent.cc212 DCHECK(keep_running_) << "Quit must have been called outside of Run!";
266 void MessagePumpLibevent::Quit() { function in class:base::MessagePumpLibevent
H A Dobserver_list_unittest.cc144 void Quit() { function in class:__anon1573::AddRemoveThread
310 threaded_observer[index]->Quit();
H A Dmessage_pump_glib_unittest.cc139 MessageLoop::current()->Quit();
185 // Checks that Quit works and that the basic infrastructure is working.
187 // Quit from a task
193 // Quit from an event
302 MessageLoop::current()->Quit();
314 MessageLoop::current()->Quit();
344 // to 0, and MessageLoop::Quit() will never be called.
445 void Quit() { function in class:__anon1565::GLibLoopRunner
482 FROM_HERE, NewRunnableMethod(runner.get(), &GLibLoopRunner::Quit), 40);
489 MessageLoop::current()->Quit();
[all...]
H A Dmessage_pump_win.cc56 void MessagePumpWin::Quit() { function in class:base::MessagePumpWin
H A Dmessage_loop.cc255 void MessageLoop::Quit() { function in class:MessageLoop
260 NOTREACHED() << "Must be inside Run to call Quit";
267 pump_->Quit();
269 NOTREACHED() << "Must be inside Run to call Quit";
624 pump_->Quit();
/external/chromium/chrome/browser/automation/
H A Dautomation_tab_helper_browsertest.cc79 MessageLoopForUI::current(), &MessageLoop::Quit)); member in class:AutomationTabHelperBrowserTest::MessageLoop
/external/chromium/chrome/browser/chromeos/login/
H A Donline_attempt_unittest.cc89 static void Quit() { function in class:chromeos::OnlineAttemptTest
127 .WillOnce(Invoke(OnlineAttemptTest::Quit))
154 .WillOnce(Invoke(OnlineAttemptTest::Quit))
185 .WillOnce(Invoke(OnlineAttemptTest::Quit))
211 .WillOnce(Invoke(OnlineAttemptTest::Quit))
/external/chromium/net/tools/flip_server/
H A Dacceptor_thread.h69 void Quit() { quitting_.Notify(); } function in class:net::SMAcceptorThread
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32socketserver.h160 virtual void Quit() { function in class:talk_base::Win32Thread
H A Dmessagequeue.cc142 void MessageQueue::Quit() { function in class:talk_base::MessageQueue
/external/chromium/chrome/browser/printing/
H A Dprint_job.cc186 MessageLoop::current(), &MessageLoop::Quit); member in class:printing::MessageLoop
H A Dprint_view_manager.cc272 // pages it needs. MessageLoop::current()->Quit() will be called as soon as
291 // We are in a message loop created by RenderAllMissingPagesNow. Quit from
293 MessageLoop::current()->Quit();
412 MessageLoop::current(), &MessageLoop::Quit); member in class:printing::MessageLoop
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BWin.h228 virtual void Quit() { function in class:SDL_BWin
231 BDirectWindow::Quit();
/external/v8/samples/
H A Dshell.cc58 v8::Handle<v8::Value> Quit(const v8::Arguments& args);
104 global->Set(v8::String::New("quit"), v8::FunctionTemplate::New(Quit));
177 v8::Handle<v8::Value> Quit(const v8::Arguments& args) { function
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc165 Quit();
325 Quit();
671 void CallClient::Quit() { function in class:CallClient
672 talk_base::Thread::Current()->Quit();
/external/v8/src/
H A Dd8.cc520 Handle<Value> Shell::Quit(const Arguments& args) { function in class:v8::Shell
814 global_template->Set(String::New("quit"), FunctionTemplate::New(Quit));

Completed in 297 milliseconds