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

  /external/chromium_org/content/public/browser/
download_item.h 223 // name has been explicitly set using SetDisplayName(), this function returns
330 virtual void SetDisplayName(const base::FilePath& name) = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 101 MOCK_METHOD1(SetDisplayName, void(const base::FilePath&));
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 184 download->SetDisplayName(drive_path.BaseName());
190 download->SetDisplayName(base::FilePath());
  /external/chromium_org/content/browser/download/
download_item_impl.h 159 virtual void SetDisplayName(const base::FilePath& name) OVERRIDE;
download_manager_impl_unittest.cc 173 MOCK_METHOD1(SetDisplayName, void(const base::FilePath&));
download_item_impl.cc 802 void DownloadItemImpl::SetDisplayName(const base::FilePath& name) {
    [all...]
download_item_impl_unittest.cc 678 item->SetDisplayName(base::FilePath(FILE_PATH_LITERAL("new.name")));
    [all...]
  /external/chromium_org/components/component_updater/
background_downloader_win.cc 712 hr = job_->SetDisplayName(filename.c_str());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 209 milliseconds