HomeSort by relevance Sort by last modified time
    Searched refs:download_util (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/browser/ui/cocoa/download/
download_util_mac.h 15 namespace download_util { namespace
23 } // namespace download_util
  /external/chromium/chrome/browser/download/
download_extensions.h 13 namespace download_util { namespace
34 } // namespace download_util
download_util_unittest.cc 5 #include "chrome/browser/download/download_util.h"
456 download_util::GenerateFileName(GURL(kGenerateFileNameTestCases[i].url),
467 download_util::GenerateFileName(GURL(kGenerateFileNameTestCases[i].url),
479 download_util::GenerateFileName(GURL("http://www.example.com/images?id=3"),
489 download_util::GenerateFileName(GURL("http://www.example.com/images?id=3"),
576 download_util::GenerateSafeFileName(kSafeFilenameCases[i].mime_type, &path);
download_status_updater.cc 9 #include "chrome/browser/download/download_util.h"
32 download_util::UpdateAppIconDownloadProgress(
download_prefs.cc 13 #include "chrome/browser/download/download_util.h"
37 if (!extensions[i].empty() && download_util::IsFileSafe(path))
56 download_util::GetDefaultDownloadDirectory();
73 if (download_util::DownloadPathIsDangerous(current_download_dir)) {
download_file.cc 12 #include "chrome/browser/download/download_util.h"
39 NewRunnableFunction(&download_util::CancelDownloadRequest,
download_item.cc 21 #include "chrome/browser/download/download_util.h"
271 download_util::OpenChromeExtension(download_manager_->profile(),
345 download_util::RecordDownloadCount(download_util::CANCELLED_COUNT);
371 download_util::RecordDownloadCount(download_util::COMPLETED_COUNT);
375 download_util::OpenChromeExtension(download_manager_->profile(),
604 download_util::AppendNumberToPath(&name, path_uniquifier_);
drag_download_file.cc 11 #include "chrome/browser/download/download_util.h"
119 download_util::RecordDownloadCount(
120 download_util::INITIATED_BY_DRAG_N_DROP_COUNT);
download_file_manager.cc 14 #include "chrome/browser/download/download_util.h"
83 NewRunnableFunction(&download_util::CancelDownloadRequest,
166 NewRunnableFunction(&download_util::CancelDownloadRequest,
359 uniquifier = download_util::GetUniquePathNumber(new_path);
361 download_util::AppendNumberToPath(&new_path, uniquifier);
download_manager_unittest.cc 19 #include "chrome/browser/download/download_util.h"
368 FilePath crdownload(download_util::GetCrDownloadPath(new_path));
410 const FilePath cr_path(download_util::GetCrDownloadPath(new_path));
476 const FilePath cr_path(download_util::GetCrDownloadPath(new_path));
531 const FilePath cr_path(download_util::GetCrDownloadPath(new_path));
542 int uniquifier = download_util::GetUniquePathNumber(new_path);
545 download_util::AppendNumberToPath(&unique_new_path, uniquifier);
download_extensions.cc 14 namespace download_util { namespace
255 } // namespace download_util
download_util.h 43 namespace download_util { namespace
272 } // namespace download_util
download_manager.cc 26 #include "chrome/browser/download/download_util.h"
285 download_util::GenerateFileNameFromInfo(info, &generated_name);
320 info->is_dangerous_file = download_util::IsDangerous(
388 info->path_uniquifier = download_util::GetUniquePathNumberWithCrDownload(
393 download_util::AppendNumberToPath(&(info->suggested_path),
414 file_util::WriteFile(download_util::GetCrDownloadPath(
509 download_path = download_util::GetCrDownloadPath(info->path);
723 NewRunnableFunction(&download_util::CancelDownloadRequest,
    [all...]
base_file.cc 14 #include "chrome/browser/download/download_util.h"
58 download_util::CreateTemporaryFileForDownload(&full_path_))
  /external/chromium/chrome/browser/ui/download/
download_tab_helper.cc 8 #include "chrome/browser/download/download_util.h"
29 download_util::RecordDownloadCount(
30 download_util::INITIATED_BY_SAVE_PACKAGE_FAILURE_COUNT);
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 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
    [all...]
  /external/chromium/chrome/browser/renderer_host/
download_throttling_resource_handler.cc 8 #include "chrome/browser/download/download_util.h"
32 download_util::RecordDownloadCount(
33 download_util::INITIATED_BY_NAVIGATION_COUNT);
47 NewRunnableFunction(&download_util::NotifyDownloadInitiated,
download_resource_handler.cc 15 #include "chrome/browser/download/download_util.h"
47 download_util::RecordDownloadCount(download_util::UNTHROTTLED_COUNT);
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 18 #include "chrome/browser/download/download_util.h"
59 const int kMinDownloadItemWidth = download_util::kSmallProgressIconSize;
69 const int kBodyWidth = kTextWidth + 50 + download_util::kSmallProgressIconSize;
172 progress_angle_(download_util::kStartAngleDegrees),
224 download_util::kSmallProgressIconSize,
225 download_util::kSmallProgressIconSize);
501 download_util::kUnknownIncrementDegrees) %
502 download_util::kMaxDegrees;
510 base::TimeDelta::FromMilliseconds(download_util::kProgressRateMs), this,
    [all...]
download_shelf_gtk.cc 11 #include "chrome/browser/download/download_util.h"
33 const int kDownloadItemHeight = download_util::kSmallProgressIconSize;
  /external/chromium/chrome/browser/ui/webui/
downloads_dom_handler.cc 20 #include "chrome/browser/download/download_util.h"
110 results_value.Append(download_util::CreateDownloadItemValue(download, id));
164 download_util::DragDownload(file, icon, view);
217 results_value.Append(download_util::CreateDownloadItemValue(*it, index));
active_downloads_ui.cc 28 #include "chrome/browser/download/download_util.h"
337 results.Append(download_util::CreateDownloadItemValue(downloads_[i], i));
363 download_util::CreateDownloadItemValue(item, id));
  /external/chromium/chrome/browser/web_applications/
web_app.cc 20 #include "chrome/browser/download/download_util.h"
356 int unique_number = download_util::GetUniquePathNumber(shortcut_file);
361 download_util::AppendNumberToPath(&shortcut_file, unique_number);
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_drag_source.cc 12 #include "chrome/browser/download/download_util.h"
298 download_util::GenerateFileName(download_url_,
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc 18 #include "chrome/browser/download/download_util.h"
202 download_util::GenerateFileName(download_url,

Completed in 257 milliseconds

1 2