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

  /external/chromium/chrome/browser/download/
download_file_unittest.cc 134 FilePath path_1(initial_path.InsertBeforeExtensionASCII("_1"));
135 FilePath path_2(initial_path.InsertBeforeExtensionASCII("_2"));
136 FilePath path_3(initial_path.InsertBeforeExtensionASCII("_3"));
137 FilePath path_4(initial_path.InsertBeforeExtensionASCII("_4"));
download_util.cc 766 *path = path->InsertBeforeExtensionASCII(StringPrintf(" (%d)", number));
    [all...]
  /external/chromium_org/content/browser/download/
download_file_unittest.cc 344 base::FilePath path_1(initial_path.InsertBeforeExtensionASCII("_1"));
345 base::FilePath path_2(initial_path.InsertBeforeExtensionASCII("_2"));
346 base::FilePath path_3(initial_path.InsertBeforeExtensionASCII("_3"));
347 base::FilePath path_4(initial_path.InsertBeforeExtensionASCII("_4"));
348 base::FilePath path_5(initial_path.InsertBeforeExtensionASCII("_5"));
439 base::FilePath path_1(initial_path.InsertBeforeExtensionASCII("_1"));
440 base::FilePath path_1_suffixed(path_1.InsertBeforeExtensionASCII(" (1)"));
469 target_path.InsertBeforeExtensionASCII(" (1)"));
download_item_impl_unittest.cc 287 target_path.InsertBeforeExtensionASCII("x"));
510 target_path.InsertBeforeExtensionASCII("x"));
591 base::FilePath intermediate_path(target_path.InsertBeforeExtensionASCII("x"));
593 target_path.InsertBeforeExtensionASCII("y"));
641 base::FilePath intermediate_path(target_path.InsertBeforeExtensionASCII("x"));
680 base::FilePath intermediate_path(final_path.InsertBeforeExtensionASCII("x"));
682 final_path.InsertBeforeExtensionASCII("y"));
716 base::FilePath intermediate_path(final_path.InsertBeforeExtensionASCII("x"));
718 final_path.InsertBeforeExtensionASCII("y"));
766 base::FilePath intermediate_path(final_path.InsertBeforeExtensionASCII("x"))
    [all...]
download_file_impl.cc 116 new_path = new_path.InsertBeforeExtensionASCII(
  /external/chromium_org/webkit/browser/database/
database_util.cc 63 full_path = full_path.InsertBeforeExtensionASCII(
  /external/chromium/base/
file_path.h 239 FilePath InsertBeforeExtensionASCII(const base::StringPiece& suffix) const;
file_path.cc 398 FilePath FilePath::InsertBeforeExtensionASCII(const base::StringPiece& suffix)
    [all...]
  /external/chromium/net/disk_cache/
stress_cache.cc 95 FilePath path = GetCacheFilePath().InsertBeforeExtensionASCII("_stress");
  /external/chromium_org/base/files/
file_path.h 248 FilePath InsertBeforeExtensionASCII(
file_path.cc 398 FilePath FilePath::InsertBeforeExtensionASCII(const StringPiece& suffix)
    [all...]
  /external/chromium_org/base/
file_util.cc 254 path.InsertBeforeExtensionASCII(base::StringPrintf(" (%d)", count));
file_util_posix.cc 548 path.InsertBeforeExtensionASCII(
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.cc 233 path_to_check = path_to_check.InsertBeforeExtensionASCII(suffix);
download_path_reservation_tracker_unittest.cc 427 path.InsertBeforeExtensionASCII(base::StringPrintf(" (%d)", i));
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 143 shortcut_file = shortcut_file.InsertBeforeExtensionASCII(
234 shortcut_file = shortcut_file.InsertBeforeExtensionASCII(
  /external/chromium_org/chrome/common/
logging_chrome.cc 461 return base_path.InsertBeforeExtensionASCII(suffix);
  /external/chromium_org/content/browser/dom_storage/
dom_storage_area.cc 47 InsertBeforeExtensionASCII(filename);
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 114 file = file.InsertBeforeExtensionASCII(
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.cc 74 track_file_name.InsertBeforeExtensionASCII(id).AsUTF8Unsafe();
  /external/chromium_org/chrome_frame/test/reliability/
page_load_test.cc 364 return debug_log_path.InsertBeforeExtensionASCII(suffix);
  /external/chromium_org/chrome/test/base/
ui_test_utils.cc 119 trial_file = snapshot_file.InsertBeforeExtensionASCII(suffix);
  /external/chromium_org/chrome/test/reliability/
page_load_test.cc 631 return debug_log_path.InsertBeforeExtensionASCII(suffix);
  /external/chromium_org/courgette/
courgette_tool.cc 279 output_file_root.InsertBeforeExtensionASCII(append));
  /external/chromium_org/chrome/browser/history/
history_backend_unittest.cc     [all...]

Completed in 2245 milliseconds