Searched refs:full_path_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/download/
H A Dbase_file.cc28 : 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...]
H A Dbase_file.h57 FilePath full_path() const { return full_path_; }
72 FilePath full_path_; member in class:BaseFile
H A Dsave_item.cc117 full_path_ = full_path;
118 file_name_ = full_path_.BaseName();
H A Dsave_item.h58 const FilePath& full_path() const { return full_path_; }
80 FilePath full_path_; member in class:SaveItem
H A Ddownload_item.cc119 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...]
H A Ddownload_item.h245 FilePath full_path() const { return full_path_; }
294 return target_name_ != full_path_.BaseName();
317 FilePath full_path_; member in class:DownloadItem
H A Ddownload_file.cc52 " full_path_ = " "\"%s\""
58 full_path_.value().c_str(),
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_parser_unittest.cc20 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 82 milliseconds