Searched defs:full_path_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/download/
H A Dbase_file.h57 FilePath full_path() const { return full_path_; }
72 FilePath full_path_; member in class:BaseFile
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.h245 FilePath full_path() const { return full_path_; }
294 return target_name_ != full_path_.BaseName();
317 FilePath full_path_; member in class:DownloadItem
/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 62 milliseconds