HomeSort by relevance Sort by last modified time
    Searched defs:DownloadFile (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/download/
download_file.cc 16 DownloadFile::DownloadFile(const DownloadCreateInfo* info,
31 DownloadFile::~DownloadFile() {
35 void DownloadFile::CancelDownloadRequest(ResourceDispatcherHost* rdh) {
45 DownloadManager* DownloadFile::GetDownloadManager() {
50 std::string DownloadFile::DebugString() const {
download_file.h 23 // cancelled, the DownloadFile is destroyed.
24 class DownloadFile : public BaseFile {
26 DownloadFile(const DownloadCreateInfo* info,
28 virtual ~DownloadFile();
52 DISALLOW_COPY_AND_ASSIGN(DownloadFile);
  /external/chromium_org/content/browser/download/
download_file.h 23 // cancelled, the DownloadFile is destroyed.
24 class CONTENT_EXPORT DownloadFile {
40 virtual ~DownloadFile() {}
  /external/chromium_org/chrome/test/functional/ispy/common/
cloud_bucket.py 26 def DownloadFile(self, path):
mock_cloud_bucket.py 34 def DownloadFile(self, path):
  /external/chromium_org/chrome/test/functional/ispy/client/
boto_bucket.py 52 def DownloadFile(self, path):
  /external/chromium_org/chrome/test/functional/ispy/server/
gs_bucket.py 36 def DownloadFile(self, path):
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
fake_api_util.cc 147 void FakeAPIUtil::DownloadFile(const std::string& resource_id,
remote_sync_delegate.cc 116 DownloadFile(callback);
189 void RemoteSyncDelegate::DownloadFile(const SyncStatusCallback& callback) {
196 api_util()->DownloadFile(
387 DownloadFile(callback);
api_util.cc 505 void APIUtil::DownloadFile(const std::string& resource_id,
777 drive_service_->DownloadFile(local_file_path,
    [all...]
  /external/chromium_org/chrome/browser/drive/
dummy_drive_service.cc 111 CancelCallback DummyDriveService::DownloadFile(
gdata_wapi_service.cc 352 CancelCallback GDataWapiService::DownloadFile(
drive_api_service.cc 538 CancelCallback DriveAPIService::DownloadFile(
fake_drive_service.cc 665 CancelCallback FakeDriveService::DownloadFile(
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_to_local_syncer.cc 354 DownloadFile(callback);
363 DownloadFile(callback);
673 void RemoteToLocalSyncer::DownloadFile(const SyncStatusCallback& callback) {
686 drive_service()->DownloadFile(
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 488 ImageBurnDownloader::GetInstance()->DownloadFile(*image_download_url_,
675 downloader->DownloadFile(config_file_url_, config_file_path_, tab_contents);
739 void ImageBurnDownloader::DownloadFile(const GURL& url,
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 581 JobID JobScheduler::DownloadFile(
596 &DriveServiceInterface::DownloadFile,
    [all...]

Completed in 1593 milliseconds