OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quit_runloop
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/wm/core/
nested_accelerator_controller.cc
52
const base::Closure&
quit_runloop
) {
53
quit_runloop
.Run();
nested_accelerator_controller.h
37
void QuitNestedMessageLoop(const base::Closure&
quit_runloop
);
/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 94 milliseconds