Home | History | Annotate | Download | only in download

Lines Matching full:download_util

19 #include "chrome/browser/download/download_util.h"
129 progress_angle_(download_util::kStartAngleDegrees),
231 if (download_util::kSmallProgressIconSize > box_height_)
232 box_y_ = (download_util::kSmallProgressIconSize - box_height_) / 2;
348 download_util::kUnknownIncrementDegrees) %
349 download_util::kMaxDegrees;
357 TimeDelta::FromMilliseconds(download_util::kProgressRateMs), this,
476 height = std::max<int>(height, download_util::kSmallProgressIconSize);
492 width += download_util::kSmallProgressIconSize;
546 download_util::DragDownload(download_, icon,
764 download_util::kSmallProgressIconSize, kTextWidth);
891 download_util::kSmallProgressIconSize, kTextWidth);
923 download_util::PaintDownloadProgress(canvas, this, 0, 0,
926 download_util::SMALL);
931 download_util::PaintDownloadInterrupted(canvas, this, 0, 0,
933 download_util::SMALL);
935 download_util::PaintDownloadComplete(canvas, this, 0, 0,
937 download_util::SMALL);
944 download_util::kSmallProgressIconOffset, icon->width());
947 download_util::kSmallProgressIconOffset);
953 download_util::kSmallProgressIconOffset, paint);