HomeSort by relevance Sort by last modified time
    Searched refs:quit_runloop (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/wm/core/
nested_accelerator_controller.h 37 void QuitNestedMessageLoop(const base::Closure& quit_runloop);
nested_accelerator_controller.cc 52 const base::Closure& quit_runloop) {
53 quit_runloop.Run();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura_unittest.cc 206 base::Closure* quit_runloop) {
207 quit_runloop->Run();
229 base::Closure quit_runloop = run_loop.QuitClosure(); local
233 base::Unretained(&quit_runloop)));

Completed in 291 milliseconds