Searched refs:WriteNow (Results 1 – 3 of 3) sorted by relevance
106 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()
161 void ImportantFileWriter::WriteNow(scoped_ptr<std::string> data) { in WriteNow() function in base::ImportantFileWriter198 WriteNow(std::move(data)); in DoScheduledWrite()
85 void WriteNow(scoped_ptr<std::string> data);