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