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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_destroyer.h22 class ProfileDestroyer : public content::RenderProcessHostObserver { class in inherits:content::RenderProcessHostObserver
29 typedef std::set<ProfileDestroyer*> DestroyerSet;
31 friend class base::RefCounted<ProfileDestroyer>;
33 ProfileDestroyer(Profile* const profile, HostSet* hosts);
34 virtual ~ProfileDestroyer();
57 // another instance of ProfileDestroyer that this instance is canceled.
60 base::WeakPtrFactory<ProfileDestroyer> weak_ptr_factory_;
62 DISALLOW_COPY_AND_ASSIGN(ProfileDestroyer);
H A Dprofile_destroyer.cc26 ProfileDestroyer::DestroyerSet* ProfileDestroyer::pending_destroyers_ = NULL;
29 void ProfileDestroyer::DestroyProfileWhenAppropriate(Profile* const profile) {
30 TRACE_EVENT0("shutdown", "ProfileDestroyer::DestroyProfileWhenAppropriate");
65 new ProfileDestroyer(profile, &hosts);
72 void ProfileDestroyer::DestroyOffTheRecordProfileNow(Profile* const profile) {
92 ProfileDestroyer::ProfileDestroyer(Profile* const profile, HostSet* hosts) function in class:ProfileDestroyer
111 base::Bind(&ProfileDestroyer::DestroyProfile,
116 ProfileDestroyer
[all...]
H A Dprofile_destroyer_unittest.cc122 ProfileDestroyer::DestroyProfileWhenAppropriate(original_profile);
140 ProfileDestroyer::DestroyProfileWhenAppropriate(main_profile);
H A Dprofile_impl.cc825 ProfileDestroyer::DestroyOffTheRecordProfileNow(
H A Dprofile_manager.cc1219 ProfileDestroyer::DestroyProfileWhenAppropriate(profile.release());
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc513 ProfileDestroyer::DestroyProfileWhenAppropriate(profile_);

Completed in 239 milliseconds