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

  /external/chromium_org/base/message_loop/
message_pump_libevent_unittest.cc 172 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/
write_from_url_operation_unittest.cc 143 base::RunLoop runloop; local
144 base::Closure quit_closure = runloop.QuitClosure();
171 runloop.Run();
211 base::RunLoop().RunUntilIdle();
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_watch_apitest.cc 153 base::RunLoop runloop; local
154 preferences->EnsureInitialized(runloop.QuitClosure());
155 runloop.Run();
media_galleries_apitest.cc 425 base::RunLoop runloop; local
426 preferences->EnsureInitialized(runloop.QuitClosure());
427 runloop.Run();
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_watch_apitest.cc 149 base::RunLoop runloop; local
150 preferences->EnsureInitialized(runloop.QuitClosure());
151 runloop.Run();
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win_unittest.cc 93 base::RunLoop runloop; local
95 EnsureInitialized(runloop.QuitClosure());
96 runloop.Run();
134 base::RunLoop().RunUntilIdle();
169 base::RunLoop().RunUntilIdle();
  /external/chromium_org/components/component_updater/test/
request_sender_unittest.cc 99 base::RunLoop runloop; local
100 quit_closure_ = runloop.QuitClosure();
101 runloop.Run();
111 base::RunLoop().RunUntilIdle();
update_checker_unittest.cc 115 base::RunLoop runloop; local
116 quit_closure_ = runloop.QuitClosure();
117 runloop.Run();
127 base::RunLoop().RunUntilIdle();
crx_downloader_unittest.cc 148 base::RunLoop runloop; local
149 quit_closure_ = runloop.QuitClosure();
150 runloop.Run();
160 base::RunLoop().RunUntilIdle();
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 313 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 and wait for the thread to terminate. *
    [all...]
  /external/chromium_org/mojo/public/python/mojo/
system.pyx 714 cdef class RunLoop(object):
715 """RunLoop to use when using asynchronous operations on handles."""
720 """Run the runloop until Quit is called."""
724 """Run the runloop until Quit is called or no operation is waiting."""
728 """Quit the runloop."""
733 Post a task on the runloop. This must be called from the thread owning the
734 runloop.
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.cc 124 base::RunLoop runloop; local
125 test_configurator()->SetQuitClosure(runloop.QuitClosure());
126 runloop.Run();
136 base::RunLoop().RunUntilIdle();
    [all...]
  /external/chromium_org/net/base/
file_stream_unittest.cc 57 // before they can be deleted. Pump the RunLoop to avoid leaks.
58 base::RunLoop().RunUntilIdle();
103 base::RunLoop runloop; local
104 runloop.RunUntilIdle();
226 base::RunLoop().RunUntilIdle();
350 base::RunLoop().RunUntilIdle();
540 base::RunLoop().Run();
677 base::RunLoop().Run();
783 base::RunLoop().RunUntilIdle()
    [all...]

Completed in 168 milliseconds