Searched refs:increment_num_consecutive_errors_by (Results 1 – 4 of 4) sorted by relevance
45 status.increment_num_consecutive_errors_by(1); in TEST_F()47 status.increment_num_consecutive_errors_by(0); in TEST_F()124 status.increment_num_consecutive_errors_by(2); in TEST_F()
205 void increment_num_consecutive_errors_by(int value);
128 void StatusController::increment_num_consecutive_errors_by(int value) { in increment_num_consecutive_errors_by() function in browser_sync::sessions::StatusController
185 status->increment_num_consecutive_errors_by(transient_error_commits); in ProcessCommitResponse()