Home
last modified time | relevance | path

Searched refs:GetClosure (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/media/filters/
Dvideo_renderer_impl_unittest.cc108 ended_event_.GetClosure(), in CallInitialize()
123 renderer_->Flush(event.GetClosure()); in Flush()
201 wait_for_pending_decode_cb_ = event.GetClosure(); in WaitForPendingRead()
446 .WillOnce(RunClosure(event.GetClosure())); in TEST_F()
488 .WillOnce(RunClosure(event.GetClosure())); in TEST_F()
498 .WillOnce(RunClosure(event.GetClosure())); in TEST_F()
Daudio_renderer_impl_unittest.cc185 renderer_->Flush(flush_event.GetClosure()); in FlushDuringPendingRead()
229 wait_for_pending_decode_cb_ = event.GetClosure(); in WaitForPendingRead()
578 renderer_->Flush(flush_event.GetClosure()); in TEST_F()
Dvideo_frame_scheduler_impl_unittest.cc47 FROM_HERE, waiter.GetClosure(), base::TimeDelta::FromMilliseconds(ms)); in RunUntilTimeHasElapsed()
/external/chromium_org/content/browser/gamepad/
Dgamepad_provider_unittest.cc28 base::Closure GetClosure() { in GetClosure() function in content::__anon2d07d8690111::UserGestureListener
134 provider->RegisterForUserGesture(listener.GetClosure()); in TEST_F()
/external/chromium_org/media/base/
Dtest_helpers.h41 base::Closure GetClosure();
Dtest_helpers.cc63 base::Closure WaitableMessageLoopEvent::GetClosure() { in GetClosure() function in media::WaitableMessageLoopEvent