Home
last modified time | relevance | path

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

/external/libchrome/base/
Drun_loop.cc17 run_called_(false), in RunLoop()
67 DCHECK(!run_called_); in BeforeRun()
68 run_called_ = true; in BeforeRun()
Drun_loop.h100 bool run_called_; variable