Searched refs:match_types (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_finder.cc29 // |match_types| is a bitmask dictating what parameters to match:
39 uint32 match_types) {
40 if (match_types & kMatchCanSupportWindowFeature &&
45 if (match_types & kMatchOriginalProfile) {
53 if (match_types & kMatchTabbed)
67 uint32 match_types) {
69 if (BrowserMatches(*i, profile, window_feature, match_types))
82 uint32 match_types = kMatchAny;
84 match_types |= kMatchTabbed;
86 match_types |
36 BrowserMatches(Browser* browser, Profile* profile, Browser::WindowFeature window_feature, uint32 match_types) argument
63 FindBrowserMatching(const T& begin, const T& end, Profile* profile, Browser::WindowFeature window_feature, uint32 match_types) argument
100 GetBrowserCountImpl(Profile* profile, chrome::HostDesktopType desktop_type, uint32 match_types) argument
[all...]
/external/chromium/chrome/browser/ui/
H A Dbrowser_list.cc112 // |match_types| is a bitmask dictating what parameters to match:
122 uint32 match_types) {
123 if (match_types & kMatchCanSupportWindowFeature &&
128 if (match_types & kMatchOriginalProfile) {
151 uint32 match_types) {
153 if (BrowserMatches(*i, profile, type, window_feature, match_types))
527 uint32 match_types = match_incognito ? kMatchOriginalProfile : kMatchNothing; local
530 p, t, Browser::FEATURE_NONE, match_types);
534 Browser::FEATURE_NONE, match_types);
118 BrowserMatches(Browser* browser, Profile* profile, Browser::Type type, Browser::WindowFeature window_feature, uint32 match_types) argument
146 FindBrowserMatching(const T& begin, const T& end, Profile* profile, Browser::Type type, Browser::WindowFeature window_feature, uint32 match_types) argument

Completed in 86 milliseconds