Home
last modified time | relevance | path

Searched refs:HasBrowserWithProfile (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/
Dbrowser_list.h117 static bool HasBrowserWithProfile(Profile* profile);
Dbrowser_list.cc455 bool BrowserList::HasBrowserWithProfile(Profile* profile) { in HasBrowserWithProfile() function in BrowserList
Dbrowser.cc295 if (!BrowserList::HasBrowserWithProfile(profile_)) { in ~Browser()
/external/chromium/chrome/browser/
Dapp_controller_mac.mm319 DCHECK(!BrowserList::HasBrowserWithProfile([self defaultProfile]));
320 if (!BrowserList::HasBrowserWithProfile([self defaultProfile])) {