HomeSort by relevance Sort by last modified time
    Searched refs:target_path (Results 51 - 75 of 97) sorted by null

1 23 4

  /external/chromium_org/content/browser/download/
download_manager_impl.cc 169 const base::FilePath& target_path,
189 target_path,
279 base::FilePath target_path = item->GetForcedFilePath(); local
280 // TODO(asanka): Determine a useful path if |target_path| is empty.
281 callback.Run(target_path,
284 target_path);
623 const base::FilePath& target_path,
646 target_path,
download_item_impl_unittest.cc 280 base::FilePath target_path(kDummyPath);
282 target_path.InsertBeforeExtensionASCII("x"));
286 callback.Run(target_path, DownloadItem::TARGET_DISPOSITION_OVERWRITE,
534 base::FilePath target_path(kDummyPath);
536 target_path.InsertBeforeExtensionASCII("x"));
540 callback.Run(target_path, DownloadItem::TARGET_DISPOSITION_OVERWRITE,
616 base::FilePath target_path(kDummyPath);
617 base::FilePath intermediate_path(target_path.InsertBeforeExtensionASCII("x"));
619 target_path.InsertBeforeExtensionASCII("y"));
626 callback.Run(target_path, DownloadItem::TARGET_DISPOSITION_OVERWRITE
    [all...]
download_manager_impl.h 79 const base::FilePath& target_path,
download_manager_impl_unittest.cc 236 const base::FilePath& target_path,
303 const base::FilePath& target_path,
541 const base::FilePath& target_path,
546 target_path_ = target_path;
download_item_impl.h 56 const base::FilePath& target_path,
308 // Called when the target path has been determined. |target_path| is the
311 // |target_path| as determined by the caller. |intermediate_path| is the path
314 const base::FilePath& target_path,
download_file_unittest.cc 563 base::FilePath target_path(target_dir.Append(initial_path.BaseName()));
567 target_path.InsertBeforeExtensionASCII(" (1)"));
568 ASSERT_FALSE(base::PathExists(target_path));
578 ExpectPermissionError(InvokeSelectedRenameMethod(target_path, NULL));
618 base::FilePath target_path(target_dir.Append(initial_path.BaseName()));
645 ((*download_file_).*GetParam())(target_path,
download_item_impl.cc 113 const base::FilePath& target_path,
132 target_path_(target_path),
842 " target_path = \"%" PRFilePath "\"",
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 131 const std::string& target_path,
137 target_path(target_path),
145 std::string target_path; // Target file or directory path. member in struct:file_manager::__anon7790::TestEntryInfo
163 converter->RegisterStringField("targetPath", &TestEntryInfo::target_path);
229 const base::FilePath target_path = local
230 root_path().AppendASCII(entry.target_path);
232 entries_.insert(std::make_pair(target_path, entry));
238 ASSERT_TRUE(base::CopyFile(source_path, target_path))
240 << " to " << target_path.value() << " failed."
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_to_remote_syncer.h 54 const base::FilePath& target_path() const { return target_path_; } function in class:sync_file_system::drive_backend::LocalToRemoteSyncer
  /external/chromium_org/chrome/installer/setup/
install_worker.h 140 // delegate_execute.exe directly in |target_path|.
142 const base::FilePath& target_path,
setup_main.cc 228 const base::FilePath &target_path = installer_state->target_path(); local
229 base::FilePath chrome_exe(target_path.Append(installer::kChromeExe));
230 base::FilePath chrome_new_exe(target_path.Append(installer::kChromeNewExe));
231 base::FilePath chrome_old_exe(target_path.Append(installer::kChromeOldExe));
236 if (!temp_path.Initialize(target_path.DirName(),
239 << target_path.DirName()
626 if (!temp_path->Initialize(installer_state.target_path().DirName(),
723 installer::DeleteChromeDirectoriesIfEmpty(installer_state.target_path());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.h 361 void OnBurnFinished(const std::string& target_path,
364 void OnBurnProgressUpdate(const std::string& target_path,
  /external/chromium_org/chrome/browser/download/
download_history_unittest.cc 37 EXPECT_EQ(left.target_path.value(), right.target_path.value());
239 infos->at(index).target_path,
377 const base::FilePath& target_path,
402 info->target_path = target_path;
425 .WillRepeatedly(ReturnRefOfCopy(target_path));
628 // target_path
631 info.target_path = new_path;
    [all...]
download_history.cc 154 (previous->target_path != current.target_path) ||
265 it->target_path,
chrome_download_manager_delegate.cc 698 if (!target_info->target_path.empty() &&
699 IsOpenInBrowserPreferreredForFile(target_info->target_path) &&
706 callback.Run(target_info->target_path,
download_path_reservation_tracker_unittest.cc 44 const base::FilePath& target_path,
111 const base::FilePath& target_path,
123 target_path,
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
cat.py 34 target_path, host_path = alternative_dir_pair.split('@', 1)
35 alternative_dirs_dict[target_path] = host_path
  /external/chromium_org/chrome/installer/util/
installer_state.cc 544 if (base::PathExists(target_path().Append(kChromeNewExe)))
585 return target_path().Append(base::ASCIIToWide(version.GetString()))
638 target_path().AppendASCII(current_version->GetString()));
659 base::FilePath chrome_exe(target_path().Append(kChromeFilenames[i]));
687 base::FileEnumerator version_enum(target_path(), false,
installer_state.h 123 const base::FilePath& target_path() const { return target_path_; } function in class:installer::InstallerState
157 // Returns the currently installed version in |target_path|, or NULL if no
181 // (for example <target_path>\Google\Chrome\Application\<Version>\Installer)
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 1217 base::FilePath target_path = project_path; local
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 454 base::FilePath target_path; local
461 if (!base::win::ResolveShortcut(shortcut, &target_path, &arguments) ||
462 chrome_exe != target_path) {
466 L"\"%ls\" %ls", target_path.value().c_str(), arguments.c_str())));
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_apitest.cc 370 base::FilePath target_path = local
379 params->set_file_path(target_path);
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 457 const base::FilePath& target_path,
470 if (!download_protection_util::IsBinaryFile(target_path)) {
474 *type = download_protection_util::GetDownloadType(target_path);
    [all...]
  /external/chromium_org/chrome/browser/history/
download_database.cc 212 "target_path LONGVARCHAR NOT NULL,"
242 "( id, current_path, target_path, start_time, received_bytes, "
293 "target_path LONGVARCHAR NOT NULL," // Final disk location
363 "SELECT id, current_path, target_path, "
380 info->target_path = ColumnFilePath(statement_main, column++);
503 "SET current_path=?, target_path=?, "
511 BindFilePath(statement, data.target_path, column++);
563 "(id, current_path, target_path, "
574 BindFilePath(statement_insert, info.target_path, column++);
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
fake_provided_file_system.cc 264 const base::FilePath& target_path,
272 const base::FilePath& target_path,

Completed in 672 milliseconds

1 23 4