Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/
Dbrowser_list.cc136 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()
Dbrowser.h91 TYPE_ANY = TYPE_NORMAL | enumerator
/external/chromium/chrome/browser/extensions/
Dextension_tabs_module.cc283 profile(), Browser::TYPE_ANY, include_incognito()); in RunImpl()