Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/
Dbrowser_list.cc106 const int kMatchOriginalProfile = 1 << 0; variable
128 if (match_types & kMatchOriginalProfile) { in BrowserMatches()
527 uint32 match_types = match_incognito ? kMatchOriginalProfile : kMatchNothing; in FindBrowserWithType()