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

  /external/chromium/chrome/browser/download/
download_file_manager.cc 79 download_file(new DownloadFile(info, download_manager));
80 if (!download_file->Initialize(get_hash)) {
92 downloads_[info->download_id] = download_file.release();
140 DownloadFile* download_file = i->second; local
141 DownloadManager* manager = download_file->GetDownloadManager();
145 id, download_file->bytes_so_far()));
266 DownloadFile* download_file = downloads_[id];
270 << " download_file = " << download_file->DebugString();
272 download_file->Detach()
285 DownloadFile* download_file = i->second; local
    [all...]
download_manager_unittest.cc 13 #include "chrome/browser/download/download_file.h"
52 void AddDownloadToFileManager(int id, DownloadFile* download_file) {
53 file_manager()->downloads_[id] = download_file;
314 DownloadFile* download_file(new DownloadFile(info, download_manager_));
315 AddDownloadToFileManager(info->download_id, download_file);
316 download_file->Initialize(false);
356 MockDownloadFile* download_file(
358 AddDownloadToFileManager(info->download_id, download_file);
360 // |download_file| is owned by DownloadFileManager.
361 ::testing::Mock::AllowLeak(download_file);
    [all...]
download_browsertest.cc 829 FilePath download_file(FILE_PATH_LITERAL("download-test3-attachment.gif"));
834 CheckDownload(browser(), download_file, file); local
849 FilePath download_file(FILE_PATH_LITERAL("download-test3-attachment.gif"));
854 CheckDownload(browser(), download_file, file); local
    [all...]
  /ndk/build/tools/
build-ccache.sh 92 download_file $CCACHE_URL $BUILD_OUT/$CCACHE_PACKAGE
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc 211 scoped_refptr<DragDownloadFile> download_file = local
219 download_file.get());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 577 download_file () function
620 # A variant of 'download_file' used to specify the target directory
629 download_file "$URL" "$DST"
697 download_file "$SRCFILE" "$DSTFILE"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 577 download_file () function
620 # A variant of 'download_file' used to specify the target directory
629 download_file "$URL" "$DST"
697 download_file "$SRCFILE" "$DSTFILE"
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 499 download_file () function
542 # A variant of 'download_file' used to specify the target directory
551 download_file "$URL" "$DST"
619 download_file "$SRCFILE" "$DSTFILE"
    [all...]

Completed in 1733 milliseconds