Searched defs:RunLoop (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/base/
H A Drun_loop.cc16 RunLoop::RunLoop() function in class:base::RunLoop
31 RunLoop::RunLoop(MessagePumpDispatcher* dispatcher) function in class:base::RunLoop
44 RunLoop::~RunLoop() {
47 void RunLoop::Run() {
60 void RunLoop::RunUntilIdle() {
65 void RunLoop::Quit() {
68 // This is the inner-most RunLoop, s
[all...]
H A Drun_loop.h28 // calling MessageLoop::Run/Quit directly. RunLoop::Run can only be called once
29 // per RunLoop lifetime. Create a RunLoop on the stack and call Run/Quit to run
31 class BASE_EXPORT RunLoop { class in namespace:base
33 RunLoop();
35 explicit RunLoop(MessagePumpDispatcher* dispatcher);
37 ~RunLoop();
53 // the same task queue (MessageLoop); Quitting one RunLoop has no bearing on
56 // RunLoop has already finished running has no effect.
65 // if the RunLoop instanc
[all...]
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_test_base.cc15 void ProfileResetterMockObject::RunLoop() { function in class:ProfileResetterMockObject
41 mock_object_.RunLoop();
54 mock_object_.RunLoop();
/external/chromium_org/mojo/android/javatests/
H A Dmojo_test_case.cc48 static void RunLoop(JNIEnv* env, jobject jcaller, jlong timeout_ms) { function in namespace:mojo::android
53 base::RunLoop run_loop;
/external/chromium_org/sync/internal_api/attachments/
H A Dtask_queue_unittest.cc35 void RunLoop() { function in class:syncer::TaskQueueTest
36 base::RunLoop run_loop;
52 RunLoop();
57 RunLoop();
64 RunLoop();
70 RunLoop();
82 RunLoop();
88 RunLoop();
94 RunLoop();
111 RunLoop();
[all...]
H A Dattachment_service_impl_unittest.cc221 void RunLoop() { function in class:syncer::AttachmentServiceImplTest
222 base::RunLoop run_loop;
227 RunLoop();
231 RunLoop();
285 RunLoop();
299 RunLoop();
322 RunLoop();
329 RunLoop();
336 RunLoop();
364 RunLoop();
[all...]
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.cc28 void DecoderTest::RunLoop(CompressedVideoSource *video) { function in class:libvpx_test::DecoderTest
H A Dencode_test_driver.cc138 void EncoderTest::RunLoop(VideoSource *video) { function in class:libvpx_test::EncoderTest
/external/chromium_org/mojo/public/cpp/utility/
H A Drun_loop.h18 class RunLoop { class in namespace:mojo
20 RunLoop();
21 ~RunLoop();
23 // Sets up state needed for RunLoop. This must be invoked before creating a
24 // RunLoop.
30 // Returns the RunLoop for the current thread. Returns NULL if not yet
32 static RunLoop* current();
55 // current thread's RunLoop.
73 // See description of |RunLoop::next_handler_id_| for details.
150 MOJO_DISALLOW_COPY_AND_ASSIGN(RunLoop);
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_test_driver.cc66 void DecoderTest::RunLoop(CompressedVideoSource *video, function in class:libvpx_test::DecoderTest
108 void DecoderTest::RunLoop(CompressedVideoSource *video) { function in class:libvpx_test::DecoderTest
110 RunLoop(video, dec_cfg);
H A Dencode_test_driver.cc141 void EncoderTest::RunLoop(VideoSource *video) { function in class:libvpx_test::EncoderTest
/external/chromium_org/mojo/public/cpp/utility/lib/
H A Drun_loop.cc18 internal::ThreadLocalPointer<RunLoop> current_run_loop;
25 struct RunLoop::WaitState {
33 struct RunLoop::RunState {
39 RunLoop::RunLoop() function in class:mojo::RunLoop
45 RunLoop::~RunLoop() {
52 void RunLoop::SetUp() {
57 void RunLoop::TearDown() {
63 RunLoop* RunLoo
[all...]
/external/chromium_org/chrome/browser/invalidation/
H A Dgcm_invalidation_bridge_unittest.cc74 RunLoop();
77 void RunLoop() { function in class:invalidation::__anon4150::GCMInvalidationBridgeTest
78 base::RunLoop run_loop;
118 RunLoop();
133 RunLoop();
149 RunLoop();
157 RunLoop();
160 RunLoop();
/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor_unittest.cc193 void RunLoop() { function in class:sync_driver::__anon6859::SyncGenericChangeProcessorTest
194 base::RunLoop run_loop;
387 RunLoop();
409 RunLoop();
/external/chromium_org/base/message_loop/
H A Dmessage_pump_glib_unittest.cc190 RunLoop().RunUntilIdle();
418 void RunLoop() { function in class:base::__anon2374::GLibLoopRunner
503 runner->RunLoop();
/external/chromium_org/sync/engine/
H A Dsync_scheduler_unittest.cc70 void RunLoop() { function in namespace:syncer
79 RunLoop();
86 RunLoop();
206 RunLoop();
214 RunLoop();
312 RunLoop();
324 RunLoop();
378 RunLoop();
382 // RunLoop() will trigger TryCanaryJob which will retry configuration.
384 RunLoop();
[all...]
/external/chromium_org/mojo/public/python/mojo/
H A Dsystem.pyx714 cdef class RunLoop(object): class in inherits:object
715 """RunLoop to use when using asynchronous operations on handles."""
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_job.cc154 return RunLoop(OK);
440 RunLoop(result);
443 int HttpStreamFactoryImpl::Job::RunLoop(int result) { function in class:net::HttpStreamFactoryImpl::Job
614 int rv = RunLoop(OK);

Completed in 6531 milliseconds