HomeSort by relevance Sort by last modified time
    Searched refs:WriteNow (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/files/
important_file_writer.h 85 void WriteNow(scoped_ptr<std::string> data);
108 // Helper method for WriteNow().
important_file_writer_unittest.cc 106 writer.WriteNow(make_scoped_ptr(new std::string("foo")));
119 writer.WriteNow(make_scoped_ptr(new std::string("foo")));
130 writer.WriteNow(make_scoped_ptr(new std::string("bar")));
140 writer.WriteNow(make_scoped_ptr(new std::string("baz")));
important_file_writer.cc 161 void ImportantFileWriter::WriteNow(scoped_ptr<std::string> data) {
198 WriteNow(std::move(data));

Completed in 42 milliseconds