Searched refs:in_run_ (Results 1 – 2 of 2) sorted by relevance
109 in_run_(false), in MessagePumpLibevent()208 AutoReset<bool> auto_reset_in_run(&in_run_, true); in Run()271 DCHECK(in_run_) << "Quit was called outside of Run!"; in Quit()
133 bool in_run_; variable