HomeSort by relevance Sort by last modified time
    Searched full:match_types (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/ui/
browser_list.cc 112 // |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);

Completed in 156 milliseconds