Searched refs:GetClosure (Results 1 – 6 of 6) sorted by relevance
108 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()
185 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()
47 FROM_HERE, waiter.GetClosure(), base::TimeDelta::FromMilliseconds(ms)); in RunUntilTimeHasElapsed()
28 base::Closure GetClosure() { in GetClosure() function in content::__anon2d07d8690111::UserGestureListener134 provider->RegisterForUserGesture(listener.GetClosure()); in TEST_F()
41 base::Closure GetClosure();
63 base::Closure WaitableMessageLoopEvent::GetClosure() { in GetClosure() function in media::WaitableMessageLoopEvent