Searched refs:should_pause (Results 1 – 1 of 1) sorted by relevance
225 bool should_pause = contents_size > kLoadsToWrite; in CheckWriteProgress() local228 if (should_pause) in CheckWriteProgress()231 if (is_paused_ != should_pause) { in CheckWriteProgress()233 should_pause); in CheckWriteProgress()234 is_paused_ = should_pause; in CheckWriteProgress()