HomeSort by relevance Sort by last modified time
    Searched defs:download_file (Results 1 - 7 of 7) 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_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/core/
ndk-common.sh 620 download_file () function
  /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.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...]
  /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...]

Completed in 1527 milliseconds