Searched defs:path_ (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium/chrome/browser/ui/cocoa/
H A Dwindow_size_autosaver.h26 const char* path_; variable
/external/chromium/base/memory/
H A Dscoped_temp_dir.h48 const FilePath& path() const { return path_; }
50 // Returns true if path_ is non-empty and exists.
54 FilePath path_; member in class:ScopedTempDir
/external/chromium/chrome/browser/parsers/
H A Dmetadata_parser_filebase.h34 FilePath path_; member in class:FileMetadataParser
/external/chromium/net/disk_cache/
H A Dblock_files.h90 FilePath path_; // Path to the backing folder. member in class:disk_cache::BlockFiles
H A Ddisk_cache_test_util.h47 FilePath path() const { return path_; }
50 const FilePath path_; // Path to the cache test folder. member in class:ScopedTestCache
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer.h85 FilePath path_; member in class:BookmarkFaviconFetcher
H A Dbookmark_html_writer_unittest.cc49 path_ = temp_dir_.path().AppendASCII("bookmarks.html");
120 FilePath path_; member in class:BookmarkHTMLWriterTest
214 bookmark_html_writer::WriteBookmarks(&profile, path_, &observer);
226 Firefox2Importer::ImportBookmarksFile(path_,
H A Dbookmark_storage.cc33 explicit BackupTask(const FilePath& path) : path_(path) {
37 FilePath backup_path = path_.ReplaceExtension(kBackupExtension);
38 file_util::CopyFile(path_, backup_path);
42 const FilePath path_; member in class:__anon1767::BackupTask
54 : path_(path),
60 bool bookmark_file_exists = file_util::PathExists(path_);
62 JSONFileValueSerializer serializer(path_);
92 bookmark_file_exists, path_));
107 const FilePath path_; member in class:BookmarkStorage::LoadTask
/external/chromium/chrome/browser/prefs/
H A Dscoped_user_pref_update.h50 std::string path_; member in class:subtle::ScopedUserPrefUpdateBase
/external/chromium/chrome/common/
H A Dimportant_file_writer.h65 const FilePath& path() const { return path_; }
96 const FilePath path_; member in class:ImportantFileWriter
H A Djson_pref_store.h72 FilePath path_; member in class:JsonPrefStore
H A Dimportant_file_writer.cc29 : path_(path),
40 path_.DirName(), &tmp_file_path);
59 if (!file_util::ReplaceFile(tmp_file_path, path_)) {
68 PLOG(WARNING) << "failed to write " << path_.value()
72 const FilePath path_; member in class:__anon2687::WriteToDiskTask
82 : path_(path),
110 FROM_HERE, new WriteToDiskTask(path_, data))) {
116 WriteToDiskTask write_task(path_, data);
146 << path_.value();
/external/chromium/net/tools/dump_cache/
H A Dcache_dumper.h66 explicit DiskDumper(const std::wstring& path) : path_(path), entry_(NULL) {
78 std::wstring path_; member in class:DiskDumper
H A Ddump_files.cc111 : path_(path),
130 std::wstring path_; member in class:__anon3075::CacheDumper
146 std::wstring index_name(path_);
/external/chromium/app/sql/
H A Dsqlite_features_unittest.cc51 ASSERT_TRUE(PathService::Get(base::DIR_TEMP, &path_));
52 path_ = path_.AppendASCII("SQLStatementTest.db");
53 file_util::Delete(path_, false);
54 ASSERT_TRUE(db_.Open(path_));
67 ASSERT_TRUE(file_util::Delete(path_, false));
76 FilePath path_; member in class:__anon1470::SQLiteFeaturesTest
/external/chromium/chrome/browser/history/
H A Dtext_database.h152 const FilePath path_; member in class:history::TextDatabase
/external/chromium/chrome/browser/sessions/
H A Dsession_backend_unittest.cc37 path_ = temp_dir_.path().Append(FILE_PATH_LITERAL("SessionTestDirs"));
38 file_util::CreateDirectory(path_);
49 FilePath path_; member in class:SessionBackendTest
55 new SessionBackend(BaseSessionService::SESSION_RESTORE, path_));
64 backend = new SessionBackend(BaseSessionService::SESSION_RESTORE, path_);
73 backend = new SessionBackend(BaseSessionService::SESSION_RESTORE, path_);
103 new SessionBackend(BaseSessionService::SESSION_RESTORE, path_));
128 new SessionBackend(BaseSessionService::SESSION_RESTORE, path_));
143 backend = new SessionBackend(BaseSessionService::SESSION_RESTORE, path_);
162 new SessionBackend(BaseSessionService::SESSION_RESTORE, path_));
[all...]
H A Dbase_session_service.h169 const FilePath& path_; member in class:BaseSessionService
/external/chromium/base/
H A Dfile_path.h169 return path_ < that.path_;
172 const StringType& value() const { return path_; }
174 bool empty() const { return path_.empty(); }
176 void clear() { path_.clear(); }
369 StringType path_; member in class:FilePath
/external/chromium/chrome/browser/extensions/
H A Dextension_cookies_api.h148 std::string path_; member in class:SetCookieFunction
/external/chromium/chrome/browser/ui/cocoa/content_settings/
H A Dcookie_details.h77 scoped_nsobject<NSString> path_; variable
/external/chromium/chrome/browser/ui/gtk/
H A Dcertificate_dialogs.cc30 : path_(path), data_(data) {
34 int bytes_written = file_util::WriteFile(path_, data_.data(), data_.size());
36 LOG(ERROR) << "Writing " << path_.value() << " ("
41 FilePath path_; member in class:__anon2441::Writer
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dsystem_info_ui.cc57 std::string path_; member in class:SystemInfoUIHTMLSource
92 path_ = path;
136 strings.SetString("anchor", path_);
/external/chromium/base/files/
H A Dfile_path_watcher_mac.cc66 : path_(path), subdir_(subdir) { }
67 FilePath path_; // Full path to this item. member in class:base::files::__anon1509::FilePathWatcherImpl::EventData
222 path_name = event_data->path_.value();
243 int have_access = FileDescriptorForPath(next_event_data->path_);
287 next_event->ident = FileDescriptorForPath(next_event_data->path_);
324 events_[valid].ident = FileDescriptorForPath(event_data->path_);
/external/chromium/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc318 : DiagnosticTest(name), path_(path), max_file_size_(max_file_size) {
324 if (!file_util::PathExists(path_)) {
329 if (!file_util::GetFileSize(path_, &file_size)) {
340 if (!file_util::ReadFileToString(path_, &json_data)) {
363 FilePath path_; member in class:__anon1921::JSONTest

Completed in 359 milliseconds

123