HomeSort by relevance Sort by last modified time
    Searched refs:GetTargetFilePath (Results 1 - 25 of 41) 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 126 if (item->GetTargetFilePath().empty())
download_query_unittest.cc 193 EXPECT_CALL(mock(0), GetTargetFilePath()).WillRepeatedly(ReturnRef(
196 EXPECT_CALL(mock(1), GetTargetFilePath()).WillRepeatedly(ReturnRef(
214 EXPECT_CALL(mock(0), GetTargetFilePath()).WillRepeatedly(ReturnRef(
216 EXPECT_CALL(mock(1), GetTargetFilePath()).WillRepeatedly(ReturnRef(
242 EXPECT_CALL(mock(0), GetTargetFilePath()).WillRepeatedly(ReturnRef(
245 EXPECT_CALL(mock(1), GetTargetFilePath()).WillRepeatedly(ReturnRef(
259 EXPECT_CALL(mock(0), GetTargetFilePath()).WillRepeatedly(ReturnRef(
262 EXPECT_CALL(mock(1), GetTargetFilePath()).WillRepeatedly(ReturnRef(
271 EXPECT_CALL(mock(0), GetTargetFilePath()).WillRepeatedly(ReturnRef(
274 EXPECT_CALL(mock(1), GetTargetFilePath()).WillRepeatedly(ReturnRef
    [all...]
download_status_updater_win.cc 147 download->GetTargetFilePath().value().c_str());
drag_download_item_views.cc 51 base::FilePath full_path = download->GetTargetFilePath();
download_path_reservation_tracker.cc 282 last_target_path_(download_item->GetTargetFilePath()) {
295 base::FilePath new_target_path = download->GetTargetFilePath();
chrome_download_manager_delegate_unittest.cc 219 ON_CALL(*item, GetTargetFilePath())
394 EXPECT_CALL(*download_item, GetTargetFilePath())
399 EXPECT_CALL(*download_item, GetTargetFilePath())
chrome_download_manager_delegate.cc 120 // GetTargetFilePath() refer to this temporary file. This function looks up the
137 return download->GetTargetFilePath();
444 DCHECK(!download->GetTargetFilePath().empty());
466 net::FilePathToFileURL(download->GetTargetFilePath()),
510 base::Bind(&base::PathExists, 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())
download_query.cc 84 base::string16 path(item.GetTargetFilePath().LossyDisplayName());
138 return item.GetTargetFilePath().LossyDisplayName();
download_browsertest.cc     [all...]
download_shelf_context_menu.cc 135 base::FilePath path = download_item_->GetTargetFilePath();
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 99 return drive_tmp_download_path.IsParent(download->GetTargetFilePath()) &&
238 if (!drive_tmp_download_path_.IsParent(download->GetTargetFilePath()) ||
291 base::Bind(&MoveDownloadedFile, download->GetTargetFilePath(),
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_drag.cc 53 : url_(net::FilePathToFileURL(item->GetTargetFilePath())),
  /external/chromium_org/content/browser/android/
download_controller_android_impl.cc 250 env, download_item->GetTargetFilePath().BaseName().value());
267 ConvertUTF8ToJavaString(env, item->GetTargetFilePath().value());
269 env, item->GetTargetFilePath().BaseName().value());
314 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 334 EXPECT_CALL(item, GetTargetFilePath()).WillRepeatedly(ReturnRef(a_exe));
349 EXPECT_CALL(item, GetTargetFilePath()).WillRepeatedly(ReturnRef(a_exe));
372 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/content/browser/download/
download_item_impl.cc 298 GetTargetFilePath());
385 GetTargetFilePath());
585 const base::FilePath& DownloadItemImpl::GetTargetFilePath() const {
591 // require that clients respect GetTargetFilePath() if it is already set.
715 return delegate_->ShouldOpenFileBasedOnExtension(GetTargetFilePath());
819 GetTargetFilePath().value().c_str());
    [all...]
download_item_impl_unittest.cc 276 EXPECT_TRUE(item->GetTargetFilePath().empty());
778 EXPECT_EQ(final_path, item->GetTargetFilePath());
814 EXPECT_EQ(final_path, item->GetTargetFilePath());
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 133 base::FilePath download_path(download_item->GetTargetFilePath());
240 !item.GetTargetFilePath().empty());
386 file->GetTargetFilePath(), IconLoader::NORMAL);

Completed in 297 milliseconds

1 2