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

  /external/chromium_org/chrome/browser/ui/
browser_finder.cc 24 const int kMatchOriginalProfile = 1 << 0;
30 // . If it contains kMatchOriginalProfile then the original profile of the
45 if (match_types & kMatchOriginalProfile) {
86 match_types |= kMatchOriginalProfile;
  /external/chromium/chrome/browser/ui/
browser_list.cc 106 const int kMatchOriginalProfile = 1 << 0;
113 // . If it contains kMatchOriginalProfile then the original profile of the
128 if (match_types & kMatchOriginalProfile) {
527 uint32 match_types = match_incognito ? kMatchOriginalProfile : kMatchNothing;

Completed in 70 milliseconds