Searched defs:QuitMsgLoop (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dmessage_loop_unittest.cc83 class QuitMsgLoop : public base::RefCounted<QuitMsgLoop> { class in namespace:__anon1559
90 friend class base::RefCounted<QuitMsgLoop>;
92 ~QuitMsgLoop() {}
115 scoped_refptr<QuitMsgLoop> quit(new QuitMsgLoop());
117 quit.get(), &QuitMsgLoop::QuitNow));
146 scoped_refptr<QuitMsgLoop> quit(new QuitMsgLoop());
148 quit.get(), &QuitMsgLoop
[all...]

Completed in 92 milliseconds