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

  /external/chromium/base/
message_pump_default.cc 18 DCHECK(keep_running_) << "Quit must have been called outside of Run!";
60 void MessagePumpDefault::Quit() {
message_pump_glib.cc 188 // callbacks. This is so we only quit our own loops, and we don't quit
294 void MessagePumpForUI::Quit() {
298 NOTREACHED() << "Quit called outside Run!";
message_pump_libevent.cc 231 DCHECK(keep_running_) << "Quit must have been called outside of Run!";
285 void MessagePumpLibevent::Quit() {
message_loop.cc 227 void MessageLoop::Quit() {
232 NOTREACHED() << "Must be inside Run to call Quit";
470 pump_->Quit();
message_pump_win.cc 57 void MessagePumpWin::Quit() {
343 // Repost the QUIT message so that it will be retrieved by the primary
observer_list_unittest.cc 143 void Quit() {
271 threaded_observer[index]->Quit();
message_pump_glib_unittest.cc 142 MessageLoop::current()->Quit();
193 // Checks that Quit works and that the basic infrastructure is working.
195 // Quit from a task
201 // Quit from an event
244 // quit.
260 // quit.
285 // And then quit (relies on the condition tested by TestEventTaskInterleave).
295 // It will quit the main loop once enough tasks and events have been processed,
310 MessageLoop::current()->Quit();
322 MessageLoop::current()->Quit();
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h 215 the application should respond to the quit request,
222 virtual void Quit() {
225 BDirectWindow::Quit();
  /external/v8/samples/
shell.cc 43 v8::Handle<v8::Value> Quit(const v8::Arguments& args);
60 // Bind the 'quit' function
61 global->Set(v8::String::New("quit"), v8::FunctionTemplate::New(Quit));
182 // The callback that is invoked by v8 whenever the JavaScript 'quit'
184 v8::Handle<v8::Value> Quit(const v8::Arguments& args) {
  /external/v8/src/
d8.cc 223 Handle<Value> Shell::Quit(const Arguments& args) {
423 global_template->Set(String::New("quit"), FunctionTemplate::New(Quit));
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc     [all...]

Completed in 103 milliseconds