Home
last modified time | relevance | path

Searched refs:run_loop_quit_closure_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dcontrol_message_proxy.cc154 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()
Dcontrol_message_proxy.h41 base::Closure run_loop_quit_closure_; variable