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 22 std::vector<ProfileDestroyer*>* ProfileDestroyer::pending_destroyers_ = NULL;
25 void ProfileDestroyer::DestroyProfileWhenAppropriate(Profile* const profile) {
59 new ProfileDestroyer(profile, hosts);
66 void ProfileDestroyer::DestroyOffTheRecordProfileNow(Profile* const profile) {
85 ProfileDestroyer::ProfileDestroyer(
93 pending_destroyers_ = new std::vector<ProfileDestroyer*>;
107 base::Bind(&ProfileDestroyer::DestroyProfile,
112 ProfileDestroyer::~ProfileDestroyer()
    [all...]
profile_destroyer.h 22 class ProfileDestroyer
29 friend class base::RefCounted<ProfileDestroyer>;
31 ProfileDestroyer(
34 virtual ~ProfileDestroyer();
50 static std::vector<ProfileDestroyer*>* pending_destroyers_;
63 base::WeakPtrFactory<ProfileDestroyer> weak_ptr_factory_;
65 DISALLOW_COPY_AND_ASSIGN(ProfileDestroyer);

Completed in 627 milliseconds