Searched defs:ImportantFileWriter (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/files/
H A Dimportant_file_writer.h40 class BASE_EXPORT ImportantFileWriter : public NonThreadSafe { class in namespace:base
48 // ImportantFileWriter has been created.
65 ImportantFileWriter(const FilePath& path,
69 ImportantFileWriter(const FilePath& path,
75 ~ImportantFileWriter();
92 // ImportantFileWriter.
133 WeakPtrFactory<ImportantFileWriter> weak_factory_;
135 DISALLOW_COPY_AND_ASSIGN(ImportantFileWriter);
H A Dimportant_file_writer.cc61 return ImportantFileWriter::WriteFileAtomically(path, *data);
67 bool ImportantFileWriter::WriteFileAtomically(const FilePath& path,
127 ImportantFileWriter::ImportantFileWriter( function in class:base::ImportantFileWriter
130 : ImportantFileWriter(
136 ImportantFileWriter::ImportantFileWriter( function in class:base::ImportantFileWriter
149 ImportantFileWriter::~ImportantFileWriter() {
156 bool ImportantFileWriter
[all...]

Completed in 86 milliseconds