Searched refs:TYPE_ANY (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/ui/ |
D | browser_list.cc | 136 if (type != Browser::TYPE_ANY && browser->type() != type) in BrowserMatches() 458 profile, Browser::TYPE_ANY, in HasBrowserWithProfile() 521 Browser::TYPE_ANY, Browser::FEATURE_NONE, kMatchNothing); in GetLastActiveWithProfile() 542 p, Browser::TYPE_ANY, feature, kMatchCanSupportWindowFeature); in FindBrowserWithFeature() 546 Browser::TYPE_ANY, feature, in FindBrowserWithFeature() 552 return FindBrowserWithType(p, Browser::TYPE_ANY, false); in FindBrowserWithProfile() 581 if (BrowserMatches(*i, p, Browser::TYPE_ANY, Browser::FEATURE_NONE, in GetBrowserCount()
|
D | browser.h | 91 TYPE_ANY = TYPE_NORMAL | enumerator
|
/external/chromium/chrome/browser/extensions/ |
D | extension_tabs_module.cc | 283 profile(), Browser::TYPE_ANY, include_incognito()); in RunImpl()
|