CancellableQuitMsgLoop  162 chrome/utility/importer/firefox_importer_unittest_utils_mac.cc class CancellableQuitMsgLoop : public base::RefCounted<CancellableQuitMsgLoop> {
CancellableQuitMsgLoop  172 chrome/utility/importer/firefox_importer_unittest_utils_mac.cc   friend class base::RefCounted<CancellableQuitMsgLoop>;
CancellableQuitMsgLoop  173 chrome/utility/importer/firefox_importer_unittest_utils_mac.cc   ~CancellableQuitMsgLoop() {}
CancellableQuitMsgLoop  185 chrome/utility/importer/firefox_importer_unittest_utils_mac.cc   scoped_refptr<CancellableQuitMsgLoop> quit_task(
CancellableQuitMsgLoop  186 chrome/utility/importer/firefox_importer_unittest_utils_mac.cc       new CancellableQuitMsgLoop());
CancellableQuitMsgLoop  189 chrome/utility/importer/firefox_importer_unittest_utils_mac.cc       base::Bind(&CancellableQuitMsgLoop::QuitNow, quit_task.get()),