Searched refs:DestroyProfileWhenAppropriate (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_destroyer.h24 static void DestroyProfileWhenAppropriate(Profile* const profile);
H A Dprofile_destroyer.cc29 void ProfileDestroyer::DestroyProfileWhenAppropriate(Profile* const profile) { function in class:ProfileDestroyer
30 TRACE_EVENT0("shutdown", "ProfileDestroyer::DestroyProfileWhenAppropriate");
120 DestroyProfileWhenAppropriate(profile_);
H A Dprofile_destroyer_unittest.cc122 ProfileDestroyer::DestroyProfileWhenAppropriate(original_profile);
140 ProfileDestroyer::DestroyProfileWhenAppropriate(main_profile);
H A Dprofile_manager.cc1219 ProfileDestroyer::DestroyProfileWhenAppropriate(profile.release());
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc513 ProfileDestroyer::DestroyProfileWhenAppropriate(profile_);

Completed in 125 milliseconds