Searched defs:QuitClosure (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/ui/wm/public/
H A Ddispatcher_client.cc30 base::Closure DispatcherRunLoop::QuitClosure() { function in class:aura::client::DispatcherRunLoop
/external/chromium_org/content/public/test/
H A Dtest_utils.cc149 run_loop.QuitClosure()));
168 return base::Bind(&DeferredQuitRunLoop, run_loop->QuitClosure(),
203 base::Closure MessageLoopRunner::QuitClosure() { function in class:content::MessageLoopRunner
/external/chromium_org/base/message_loop/
H A Dmessage_loop.h258 // Use QuitClosure variants if you need to Quit another thread's MessageLoop,
271 static Closure QuitClosure() { return QuitWhenIdleClosure(); } function in class:base::MessageLoop
/external/chromium_org/base/
H A Drun_loop.cc73 base::Closure RunLoop::QuitClosure() { function in class:base::RunLoop

Completed in 153 milliseconds