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

  /external/chromium_org/chrome/browser/ui/
browser_finder.cc 29 // |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 |= kMatchOriginalProfile
    [all...]
  /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 46 milliseconds