Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dimportant_file_writer_unittest.cc252 TEST_F(ImportantFileWriterTest, DoScheduledWrite) { in TEST_F() argument
260 writer.DoScheduledWrite(); in TEST_F()
323 writer.DoScheduledWrite(); in TEST_F()
Dimportant_file_writer.cc283 Bind(&ImportantFileWriter::DoScheduledWrite, Unretained(this))); in ScheduleWrite()
287 void ImportantFileWriter::DoScheduledWrite() { in DoScheduledWrite() function in base::ImportantFileWriter
Dimportant_file_writer.h98 void DoScheduledWrite();