Home
last modified time | relevance | path

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

/external/libchrome/base/
Drun_loop.cc21 run_called_(false), in RunLoop()
37 run_called_(false), in RunLoop()
80 DCHECK(!run_called_); in BeforeRun()
81 run_called_ = true; in BeforeRun()
Drun_loop.h105 bool run_called_; variable