Searched refs:CancellableQuitMsgLoop (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_unittest_utils_mac.cc155 class CancellableQuitMsgLoop : public base::RefCounted<CancellableQuitMsgLoop> { class in inherits:base::RefCounted
157 CancellableQuitMsgLoop() : cancelled_(false) {} function in class:CancellableQuitMsgLoop
170 // The way we do this is to post a CancellableQuitMsgLoop for 3 seconds in
174 scoped_refptr<CancellableQuitMsgLoop> quit_task(
175 new CancellableQuitMsgLoop());
178 NewRunnableMethod(quit_task.get(), &CancellableQuitMsgLoop::QuitNow),

Completed in 16 milliseconds