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

  /external/chromium/base/test/
perf_test_suite.cc 31 log_path = log_path.InsertBeforeExtension(FILE_PATH_LITERAL("_perf"));
  /external/chromium/chrome/browser/download/
drag_download_util.cc 73 new_file_path = file_path->InsertBeforeExtension(suffix);
  /external/chromium/base/
file_path.h 238 FilePath InsertBeforeExtension(const StringType& suffix) const;
file_util.cc 59 void InsertBeforeExtension(FilePath* path, const FilePath::StringType& suffix) {
file_path_unittest.cc 760 TEST_F(FilePathTest, InsertBeforeExtension) {
    [all...]
file_path.cc 374 FilePath FilePath::InsertBeforeExtension(const StringType& suffix) const {
402 return InsertBeforeExtension(ASCIIToUTF16(suffix.as_string()));
404 return InsertBeforeExtension(suffix.as_string());
    [all...]
  /external/chromium/chrome/common/
logging_chrome.cc 174 return base_path.InsertBeforeExtension(suffix);

Completed in 428 milliseconds