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

  /external/chromium/chrome/browser/download/
base_file.cc 28 : full_path_(full_path),
57 if (!full_path_.empty() ||
58 download_util::CreateTemporaryFileForDownload(&full_path_))
96 if (new_path == full_path_) {
112 if (!file_util::RenameFileAndResetSecurityDescriptor(full_path_, new_path))
128 if (!file_util::Move(full_path_, new_path))
136 full_path_ = new_path;
158 if (!full_path_.empty())
159 file_util::Delete(full_path_, false);
187 win_util::SetInternetZoneIdentifier(full_path_);
    [all...]
base_file.h 57 FilePath full_path() const { return full_path_; }
72 FilePath full_path_; member in class:BaseFile
save_item.h 58 const FilePath& full_path() const { return full_path_; }
80 FilePath full_path_; member in class:SaveItem
download_item.cc 119 full_path_(info.path),
159 full_path_(info.path),
199 full_path_(path),
425 NewRunnableFunction(&DeleteDownloadedFile, full_path_));
470 full_path_ = full_path;
582 DCHECK(full_path_.empty());
585 full_path_ = path;
594 target_name_ = full_path_.BaseName();
598 return full_path_.DirName().Append(target_name_);
613 return full_path_;
    [all...]
save_item.cc 117 full_path_ = full_path;
118 file_name_ = full_path_.BaseName();
download_item.h 245 FilePath full_path() const { return full_path_; }
294 return target_name_ != full_path_.BaseName();
317 FilePath full_path_; member in class:DownloadItem
download_file.cc 52 " full_path_ = " "\"%s\""
58 full_path_.value().c_str(),
  /external/chromium/chrome/browser/search_engines/
template_url_parser_unittest.cc 20 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &full_path_));
21 full_path_ = full_path_.AppendASCII("osdd");
22 if (!file_util::PathExists(full_path_)) {
25 full_path_ = FilePath();
30 return full_path_.empty();
56 FilePath full_path_; member in class:TemplateURLParserTest

Completed in 133 milliseconds