Searched refs:run_loop_quit_closure_ (Results 1 – 2 of 2) sorted by relevance
154 run_loop_quit_closure_ = run_loop.QuitClosure(); in FlushForTesting()164 DCHECK(!run_loop_quit_closure_.is_null()); in RunFlushForTestingClosure()165 base::ResetAndReturn(&run_loop_quit_closure_).Run(); in RunFlushForTestingClosure()170 if (!run_loop_quit_closure_.is_null()) in OnConnectionError()
41 base::Closure run_loop_quit_closure_; variable