ProfileDestroyer   26 chrome/browser/profiles/profile_destroyer.cc ProfileDestroyer::DestroyerSet* ProfileDestroyer::pending_destroyers_ = NULL;
ProfileDestroyer   29 chrome/browser/profiles/profile_destroyer.cc void ProfileDestroyer::DestroyProfileWhenAppropriate(Profile* const profile) {
ProfileDestroyer   65 chrome/browser/profiles/profile_destroyer.cc     new ProfileDestroyer(profile, &hosts);
ProfileDestroyer   72 chrome/browser/profiles/profile_destroyer.cc void ProfileDestroyer::DestroyOffTheRecordProfileNow(Profile* const profile) {
ProfileDestroyer   92 chrome/browser/profiles/profile_destroyer.cc ProfileDestroyer::ProfileDestroyer(Profile* const profile, HostSet* hosts)
ProfileDestroyer  111 chrome/browser/profiles/profile_destroyer.cc                  base::Bind(&ProfileDestroyer::DestroyProfile,
ProfileDestroyer  116 chrome/browser/profiles/profile_destroyer.cc ProfileDestroyer::~ProfileDestroyer() {
ProfileDestroyer  138 chrome/browser/profiles/profile_destroyer.cc void ProfileDestroyer::RenderProcessHostDestroyed(
ProfileDestroyer  147 chrome/browser/profiles/profile_destroyer.cc             &ProfileDestroyer::DestroyProfile, weak_ptr_factory_.GetWeakPtr()));
ProfileDestroyer  151 chrome/browser/profiles/profile_destroyer.cc void ProfileDestroyer::DestroyProfile() {
ProfileDestroyer  170 chrome/browser/profiles/profile_destroyer.cc bool ProfileDestroyer::GetHostsForProfile(
ProfileDestroyer   22 chrome/browser/profiles/profile_destroyer.h class ProfileDestroyer : public content::RenderProcessHostObserver {
ProfileDestroyer   29 chrome/browser/profiles/profile_destroyer.h   typedef std::set<ProfileDestroyer*> DestroyerSet;
ProfileDestroyer   31 chrome/browser/profiles/profile_destroyer.h   friend class base::RefCounted<ProfileDestroyer>;
ProfileDestroyer   33 chrome/browser/profiles/profile_destroyer.h   ProfileDestroyer(Profile* const profile, HostSet* hosts);
ProfileDestroyer   34 chrome/browser/profiles/profile_destroyer.h   virtual ~ProfileDestroyer();
ProfileDestroyer   60 chrome/browser/profiles/profile_destroyer.h   base::WeakPtrFactory<ProfileDestroyer> weak_ptr_factory_;
ProfileDestroyer   62 chrome/browser/profiles/profile_destroyer.h   DISALLOW_COPY_AND_ASSIGN(ProfileDestroyer);
ProfileDestroyer  122 chrome/browser/profiles/profile_destroyer_unittest.cc   ProfileDestroyer::DestroyProfileWhenAppropriate(original_profile);
ProfileDestroyer  140 chrome/browser/profiles/profile_destroyer_unittest.cc   ProfileDestroyer::DestroyProfileWhenAppropriate(main_profile);
ProfileDestroyer  698 chrome/browser/profiles/profile_impl.cc     ProfileDestroyer::DestroyOffTheRecordProfileNow(
ProfileDestroyer 1178 chrome/browser/profiles/profile_manager.cc   ProfileDestroyer::DestroyProfileWhenAppropriate(profile.release());
ProfileDestroyer  499 chrome/browser/ui/browser.cc     ProfileDestroyer::DestroyProfileWhenAppropriate(profile_);