Home
last modified time | relevance | path

Searched refs:WriteNow (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dimportant_file_writer_unittest.cc106 writer.WriteNow(make_scoped_ptr(new std::string("foo"))); in TEST_F()
119 writer.WriteNow(make_scoped_ptr(new std::string("foo"))); in TEST_F()
130 writer.WriteNow(make_scoped_ptr(new std::string("bar"))); in TEST_F()
140 writer.WriteNow(make_scoped_ptr(new std::string("baz"))); in TEST_F()
Dimportant_file_writer.cc161 void ImportantFileWriter::WriteNow(scoped_ptr<std::string> data) { in WriteNow() function in base::ImportantFileWriter
198 WriteNow(std::move(data)); in DoScheduledWrite()
Dimportant_file_writer.h85 void WriteNow(scoped_ptr<std::string> data);