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

/external/chromium/chrome/common/
H A Dimportant_file_writer.cc80 ImportantFileWriter::ImportantFileWriter( function in class:ImportantFileWriter
91 ImportantFileWriter::~ImportantFileWriter() {
98 bool ImportantFileWriter::HasPendingWrite() const {
103 void ImportantFileWriter::WriteNow(const std::string& data) {
121 void ImportantFileWriter::ScheduleWrite(DataSerializer* serializer) {
135 &ImportantFileWriter::DoScheduledWrite);
139 void ImportantFileWriter::DoScheduledWrite() {
H A Dimportant_file_writer.h39 class ImportantFileWriter : public base::NonThreadSafe { class in inherits:base::NonThreadSafe
49 // ImportantFileWriter has been created.
58 ImportantFileWriter(const FilePath& path,
63 ~ImportantFileWriter();
80 // ImportantFileWriter.
102 base::OneShotTimer<ImportantFileWriter> timer_;
110 DISALLOW_COPY_AND_ASSIGN(ImportantFileWriter);

Completed in 92 milliseconds