HomeSort by relevance Sort by last modified time
    Searched refs:GetTargetFilePath (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/chrome/browser/download/
download_ui_controller_unittest.cc 116 // presented to the UI when GetTargetFilePath() returns a non-empty path.
121 EXPECT_CALL(*item, GetTargetFilePath())
135 EXPECT_CALL(*item, GetTargetFilePath())
148 EXPECT_CALL(*item, GetTargetFilePath())
download_ui_controller.cc 144 if (item->GetTargetFilePath().empty())
download_query_unittest.cc 192 EXPECT_CALL(mock(0), GetTargetFilePath()).WillRepeatedly(ReturnRef(
195 EXPECT_CALL(mock(1), GetTargetFilePath()).WillRepeatedly(ReturnRef(
213 EXPECT_CALL(mock(0), GetTargetFilePath()).WillRepeatedly(ReturnRef(
215 EXPECT_CALL(mock(1), GetTargetFilePath()).WillRepeatedly(ReturnRef(
241 EXPECT_CALL(mock(0), GetTargetFilePath()).WillRepeatedly(ReturnRef(
244 EXPECT_CALL(mock(1), GetTargetFilePath()).WillRepeatedly(ReturnRef(
258 EXPECT_CALL(mock(0), GetTargetFilePath()).WillRepeatedly(ReturnRef(
261 EXPECT_CALL(mock(1), GetTargetFilePath()).WillRepeatedly(ReturnRef(
270 EXPECT_CALL(mock(0), GetTargetFilePath()).WillRepeatedly(ReturnRef(
273 EXPECT_CALL(mock(1), GetTargetFilePath()).WillRepeatedly(ReturnRef
    [all...]
download_status_updater_win.cc 149 download->GetTargetFilePath().value().c_str());
download_path_reservation_tracker.cc 283 last_target_path_(download_item->GetTargetFilePath()) {
296 base::FilePath new_target_path = download->GetTargetFilePath();
download_path_reservation_tracker_unittest.cc 126 EXPECT_CALL(*item, GetTargetFilePath())
569 ASSERT_EQ(base::FilePath::StringType(), item->GetTargetFilePath().value());
578 EXPECT_CALL(*item, GetTargetFilePath())
chrome_download_manager_delegate.cc 106 // GetTargetFilePath() refer to this temporary file. This function looks up the
123 return download->GetTargetFilePath();
402 base::Bind(&base::PathExists, download->GetTargetFilePath()),
download_query.cc 84 string16 path(item.GetTargetFilePath().LossyDisplayName());
138 return item.GetTargetFilePath().LossyDisplayName();
download_browsertest.cc     [all...]
download_shelf_context_menu.cc 130 base::FilePath path = download_item_->GetTargetFilePath();
download_util.cc 141 const base::FilePath full_path = download->GetTargetFilePath();
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 92 return drive_tmp_download_path.IsParent(download->GetTargetFilePath()) &&
234 if (!drive_tmp_download_path_.IsParent(download->GetTargetFilePath()) ||
308 base::Bind(&MoveDownloadedFile, download->GetTargetFilePath()));
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc     [all...]
  /external/chromium_org/content/browser/android/
download_controller_android_impl.cc 249 env, download_item->GetTargetFilePath().BaseName().value());
275 ConvertUTF8ToJavaString(env, item->GetTargetFilePath().value());
277 env, item->GetTargetFilePath().BaseName().value());
288 env, item->GetTargetFilePath().BaseName().value());
  /external/chromium_org/content/public/browser/
download_item.h 204 // GetTargetFilePath() instead. While the download is in progress, the
214 virtual const base::FilePath& GetTargetFilePath() const = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 56 MOCK_CONST_METHOD0(GetTargetFilePath, const base::FilePath&());
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc 335 EXPECT_CALL(item, GetTargetFilePath()).WillRepeatedly(ReturnRef(a_exe));
350 EXPECT_CALL(item, GetTargetFilePath()).WillRepeatedly(ReturnRef(a_exe));
373 EXPECT_CALL(item, GetTargetFilePath()).WillRepeatedly(ReturnRef(a_exe));
419 EXPECT_CALL(item, GetTargetFilePath()).WillRepeatedly(ReturnRef(a_exe));
461 EXPECT_CALL(item, GetTargetFilePath()).WillRepeatedly(ReturnRef(a_exe));
605 EXPECT_CALL(item, GetTargetFilePath()).WillRepeatedly(ReturnRef(a_exe));
654 EXPECT_CALL(item, GetTargetFilePath()).WillRepeatedly(ReturnRef(a_zip));
735 EXPECT_CALL(item, GetTargetFilePath()).WillRepeatedly(ReturnRef(a_zip));
781 EXPECT_CALL(item, GetTargetFilePath()).WillRepeatedly(ReturnRef(a_crx));
819 EXPECT_CALL(item, GetTargetFilePath()).WillRepeatedly(ReturnRef(final_path))
    [all...]
download_protection_service.cc 310 *item_, item_->GetTargetFilePath(), &reason, &type_)) {
318 RecordFileExtensionType(item_->GetTargetFilePath());
327 RecordFileExtensionType(item_->GetTargetFilePath());
332 if (item_->GetTargetFilePath().MatchesExtension(
337 item_->GetTargetFilePath()));
413 *item_, item_->GetTargetFilePath())) {
652 item_->GetTargetFilePath().BaseName().AsUTF8Unsafe());
    [all...]
  /external/chromium/chrome/browser/download/
download_item.cc 505 id(), GetTargetFilePath(), safety_state() == SAFE));
597 FilePath DownloadItem::GetTargetFilePath() const {
612 return GetTargetFilePath();
download_item.h 281 FilePath GetTargetFilePath() const;
288 // This returns the same path as GetTargetFilePath() for safe downloads
  /external/chromium_org/chrome/browser/ui/gtk/
custom_drag.cc 92 : url_(net::FilePathToFileURL(item->GetTargetFilePath())),
  /external/chromium_org/content/browser/download/
download_item_impl_unittest.cc 281 EXPECT_TRUE(item->GetTargetFilePath().empty());
783 EXPECT_EQ(final_path, item->GetTargetFilePath());
819 EXPECT_EQ(final_path, item->GetTargetFilePath());
    [all...]
download_item_impl.cc 583 const base::FilePath& DownloadItemImpl::GetTargetFilePath() const {
589 // require that clients respect GetTargetFilePath() if it is already set.
713 return delegate_->ShouldOpenFileBasedOnExtension(GetTargetFilePath());
817 GetTargetFilePath().value().c_str());
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 133 base::FilePath download_path(download_item->GetTargetFilePath());
255 !item.GetTargetFilePath().empty());
401 file->GetTargetFilePath(), IconLoader::NORMAL);
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 416 download()->GetTargetFilePath(), IconLoader::SMALL);
784 download()->GetTargetFilePath(), IconLoader::SMALL);
    [all...]

Completed in 405 milliseconds

1 2