Searched defs:incognito_downloads_are_present (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/
H A Dbrowser_list.cc314 bool incognito_downloads_are_present = false; local
316 &incognito_downloads_are_present);
317 if (normal_downloads_are_present || incognito_downloads_are_present)
H A Dbrowser.cc4093 bool* incognito_downloads_are_present) {
4095 *incognito_downloads_are_present = false;
4107 *incognito_downloads_are_present =
4129 bool incognito_downloads_are_present = false; local
4131 &incognito_downloads_are_present);
4132 if (!normal_downloads_are_present && !incognito_downloads_are_present)
4139 (!incognito_downloads_are_present && profile()->IsOffTheRecord()))
4167 if (incognito_downloads_are_present && profile()->IsOffTheRecord() &&
4092 CheckDownloadsInProgress(bool* normal_downloads_are_present, bool* incognito_downloads_are_present) argument

Completed in 486 milliseconds