HomeSort by relevance Sort by last modified time
    Searched defs:ProfileDestroyer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_destroyer.cc 26 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)
111 base::Bind(&ProfileDestroyer::DestroyProfile,
116 ProfileDestroyer::~ProfileDestroyer()
    [all...]
profile_destroyer.h 22 class ProfileDestroyer : public 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);

Completed in 62 milliseconds