HomeSort by relevance Sort by last modified time
    Searched defs:ImportantFileWriter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/files/
important_file_writer.cc 50 bool ImportantFileWriter::WriteFileAtomically(const FilePath& path,
91 ImportantFileWriter::ImportantFileWriter(const FilePath& path,
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::DoScheduledWrite()
    [all...]
important_file_writer.h 40 class BASE_EXPORT ImportantFileWriter : public NonThreadSafe {
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 64 milliseconds