Searched defs:full_path_ (Results 1 - 8 of 8) 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_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_handler_api.h149 base::FilePath full_path_; member in class:FileBrowserHandlerInternalSelectFileFunction
/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
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_parser_unittest.cc68 base::FilePath full_path_; member in class:TemplateURLParserTest
78 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &full_path_));
79 full_path_ = full_path_.AppendASCII("osdd");
80 if (!base::PathExists(full_path_)) {
83 full_path_ = base::FilePath();
88 return full_path_.empty();
/external/chromium_org/content/browser/download/
H A Dbase_file.h83 base::FilePath full_path() const { return full_path_; }
144 base::FilePath full_path_; member in class:content::BaseFile
H A Dsave_item.h59 const base::FilePath& full_path() const { return full_path_; }
81 base::FilePath full_path_; member in class:content::SaveItem

Completed in 790 milliseconds