HomeSort by relevance Sort by last modified time
    Searched refs:GetTargetFilePath (Results 26 - 41 of 41) sorted by null

12

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
write_from_url_operation.cc 150 download_path_ = download_->GetTargetFilePath();
  /external/chromium_org/content/browser/download/
download_browsertest.cc 776 base::FilePath file1(download1->GetTargetFilePath());
782 base::FilePath file2(download2->GetTargetFilePath());
    [all...]
download_item_impl.h 125 virtual const base::FilePath& GetTargetFilePath() const OVERRIDE;
download_manager_impl_unittest.cc 126 MOCK_CONST_METHOD0(GetTargetFilePath, const base::FilePath&());
  /external/chromium_org/chrome/browser/download/
download_item_model_unittest.cc 83 ON_CALL(item_, GetTargetFilePath())
download_history.cc 114 item->GetTargetFilePath(),
download_history_unittest.cc 404 EXPECT_CALL(item(index), GetTargetFilePath())
556 EXPECT_CALL(item(0), GetTargetFilePath())
download_target_determiner_unittest.cc 323 ON_CALL(*item, GetTargetFilePath())
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 418 download()->GetTargetFilePath(), IconLoader::SMALL);
802 download()->GetTargetFilePath(), IconLoader::SMALL);
    [all...]
  /external/chromium_org/content/public/test/
download_test_observer.cc 285 !download->GetTargetFilePath().empty();
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.cc 326 if (download()->GetTargetFilePath() != icon_filepath_) {
472 icon_filepath_ = download()->GetTargetFilePath();
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider.cc 356 download->GetTargetFilePath().value());
testing_automation_provider.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc 254 download_item->GetTargetFilePath().LossyDisplayName());
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider.cc 255 download->GetTargetFilePath().value());
    [all...]
  /external/chromium/chrome/browser/download/
download_util.cc 621 base::CreateFilePathValue(download->GetTargetFilePath()));
    [all...]

Completed in 1751 milliseconds

12