Home
last modified time | relevance | path

Searched refs:kMaxShelfSize (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_stats.cc10 static const int kMaxShelfSize = 16; in RecordDownloadShelfClose() local
13 "Download.ShelfSizeOnAutoClose", size, kMaxShelfSize); in RecordDownloadShelfClose()
15 "Download.ShelfInProgressSizeOnAutoClose", in_progress, kMaxShelfSize); in RecordDownloadShelfClose()
18 "Download.ShelfSizeOnUserClose", size, kMaxShelfSize); in RecordDownloadShelfClose()
20 "Download.ShelfInProgressSizeOnUserClose", in_progress, kMaxShelfSize); in RecordDownloadShelfClose()