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( function in class:base::ImportantFileWriter
103 ImportantFileWriter::~ImportantFileWriter() {
110 bool ImportantFileWriter::HasPendingWrite() const {
115 void ImportantFileWriter::WriteNow(const std::string& data) {
135 void ImportantFileWriter::ScheduleWrite(DataSerializer* serializer) {
143 &ImportantFileWriter::DoScheduledWrite);
147 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(
71 ~ImportantFileWriter();
88 // ImportantFileWriter.
125 OneShotTimer<ImportantFileWriter> timer_;
133 WeakPtrFactory<ImportantFileWriter> weak_factory_;
135 DISALLOW_COPY_AND_ASSIGN(ImportantFileWriter);

Completed in 164 milliseconds