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

/external/chromium_org/base/files/
H A Dimportant_file_writer.cc50 bool ImportantFileWriter::WriteFileAtomically(const FilePath& path,
91 ImportantFileWriter::ImportantFileWriter(const FilePath& path, function in class:base::ImportantFileWriter
102 ImportantFileWriter::~ImportantFileWriter() {
109 bool ImportantFileWriter::HasPendingWrite() const {
114 void ImportantFileWriter::WriteNow(const std::string& data) {
134 void ImportantFileWriter::ScheduleWrite(DataSerializer* serializer) {
142 &ImportantFileWriter::DoScheduledWrite);
146 void ImportantFileWriter
[all...]
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,
70 ~ImportantFileWriter();
87 // ImportantFileWriter.
124 OneShotTimer<ImportantFileWriter> timer_;
132 WeakPtrFactory<ImportantFileWriter> weak_factory_;
134 DISALLOW_COPY_AND_ASSIGN(ImportantFileWriter);

Completed in 91 milliseconds