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

  /external/chromium_org/chrome/browser/profiles/
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);
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_unittest.cc 122 ProfileDestroyer::DestroyProfileWhenAppropriate(original_profile);
140 ProfileDestroyer::DestroyProfileWhenAppropriate(main_profile);
profile_impl.cc     [all...]
profile_manager.cc     [all...]
  /external/chromium_org/chrome/browser/ui/
browser.cc 513 ProfileDestroyer::DestroyProfileWhenAppropriate(profile_);
    [all...]

Completed in 2410 milliseconds