Searched defs:runloop (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/component_updater/test/
H A Drequest_sender_unittest.cc99 base::RunLoop runloop; local
100 quit_closure_ = runloop.QuitClosure();
101 runloop.Run();
H A Dcrx_downloader_unittest.cc148 base::RunLoop runloop; local
149 quit_closure_ = runloop.QuitClosure();
150 runloop.Run();
H A Dupdate_checker_unittest.cc115 base::RunLoop runloop; local
116 quit_closure_ = runloop.QuitClosure();
117 runloop.Run();
/external/chromium_org/base/message_loop/
H A Dmessage_pump_libevent_unittest.cc172 RunLoop runloop; local
173 MessageLoop::current()->PostTask(FROM_HERE, runloop.QuitClosure());
174 runloop.Run();
183 RunLoop runloop; variable
185 runloop.QuitClosure()));
186 runloop.Run();
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dwrite_from_url_operation_unittest.cc143 base::RunLoop runloop; local
144 base::Closure quit_closure = runloop.QuitClosure();
171 runloop.Run();
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win_unittest.cc93 base::RunLoop runloop; local
95 EnsureInitialized(runloop.QuitClosure());
96 runloop.Run();
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.cc124 base::RunLoop runloop; local
125 test_configurator()->SetQuitClosure(runloop.QuitClosure());
126 runloop.Run();
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_watch_apitest.cc153 base::RunLoop runloop; local
154 preferences->EnsureInitialized(runloop.QuitClosure());
155 runloop.Run();
H A Dmedia_galleries_apitest.cc425 base::RunLoop runloop; local
426 preferences->EnsureInitialized(runloop.QuitClosure());
427 runloop.Run();
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dmedia_galleries_watch_apitest.cc149 base::RunLoop runloop; local
150 preferences->EnsureInitialized(runloop.QuitClosure());
151 runloop.Run();
/external/chromium_org/net/base/
H A Dfile_stream_unittest.cc103 base::RunLoop runloop; local
104 runloop.RunUntilIdle();
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.c313 CFRunLoopRef runloop; local
335 runloop = CFRunLoopGetCurrent ();
336 CFRetain (runloop);
341 CFRunLoopAddSource(runloop, libusb_notification_cfsource, kCFRunLoopDefaultMode);
373 /* signal the main thread that the hotplug runloop has been created. */
375 libusb_darwin_acfl = runloop;
379 /* run the runloop */
385 CFRunLoopRemoveSource(runloop, libusb_notification_cfsource, kCFRunLoopDefaultMode);
394 CFRelease (runloop);
450 /* stop the event runloop an
[all...]

Completed in 4362 milliseconds