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

  /external/libchrome/base/files/
important_file_writer.h 40 class BASE_EXPORT ImportantFileWriter : public NonThreadSafe {
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);
important_file_writer.cc 61 return ImportantFileWriter::WriteFileAtomically(path, *data);
67 bool ImportantFileWriter::WriteFileAtomically(const FilePath& path,
127 ImportantFileWriter::ImportantFileWriter(
130 : ImportantFileWriter(
136 ImportantFileWriter::ImportantFileWriter(
149 ImportantFileWriter::~ImportantFileWriter() {
156 bool ImportantFileWriter::HasPendingWrite() const
    [all...]

Completed in 492 milliseconds