Home
last modified time | relevance | path

Searched refs:SetDisplayName (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Ddownload_handler.cc170 download->SetDisplayName(drive_path.BaseName()); in SetDownloadParams()
176 download->SetDisplayName(base::FilePath()); in SetDownloadParams()
/external/chromium_org/content/public/test/
Dmock_download_item.h86 MOCK_METHOD1(SetDisplayName, void(const base::FilePath&));
/external/chromium_org/content/public/browser/
Ddownload_item.h322 virtual void SetDisplayName(const base::FilePath& name) = 0;
/external/chromium_org/content/browser/download/
Ddownload_item_impl.h155 virtual void SetDisplayName(const base::FilePath& name) OVERRIDE;
Ddownload_manager_impl_unittest.cc169 MOCK_METHOD1(SetDisplayName, void(const base::FilePath&));
Ddownload_item_impl.cc765 void DownloadItemImpl::SetDisplayName(const base::FilePath& name) { in SetDisplayName() function in content::DownloadItemImpl
Ddownload_item_impl_unittest.cc647 item->SetDisplayName(base::FilePath(FILE_PATH_LITERAL("new.name"))); in TEST_F()
/external/chromium_org/chrome/browser/component_updater/
Dbackground_downloader_win.cc713 hr = job_->SetDisplayName(filename.c_str()); in InitializeNewJob()