Home
last modified time | relevance | path

Searched refs:CloseAllBrowsersWithProfile (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_window.cc176 BrowserList::CloseAllBrowsersWithProfile(profile); in CloseGuestProfileWindows()
188 BrowserList::CloseAllBrowsersWithProfile(profile); in LockProfile()
Dprofile_manager_browsertest.cc239 BrowserList::CloseAllBrowsersWithProfile(*it); in IN_PROC_BROWSER_TEST_F()
Dprofile_manager.cc1221 BrowserList::CloseAllBrowsersWithProfile(profile); in FinishDeletingProfile()
/external/chromium_org/chrome/browser/ui/
Dbrowser_list.h75 static void CloseAllBrowsersWithProfile(Profile* profile);
Dbrowser_list.cc123 void BrowserList::CloseAllBrowsersWithProfile(Profile* profile) { in CloseAllBrowsersWithProfile() function in BrowserList