HomeSort by relevance Sort by last modified time
    Searched refs:set_num_consecutive_errors (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/sync/sessions/
status_controller.cc 85 void StatusController::set_num_consecutive_errors(int value) { function in class:browser_sync::sessions::StatusController
124 set_num_consecutive_errors(
129 set_num_consecutive_errors(
status_controller_unittest.cc 39 status.set_num_consecutive_errors(10);
41 status.set_num_consecutive_errors(10);
120 status.set_num_consecutive_errors(8);
status_controller.h 203 void set_num_consecutive_errors(int value);
  /external/chromium/chrome/browser/sync/engine/
process_updates_command.cc 66 status->set_num_consecutive_errors(0);
process_commit_response_command.cc 54 status->set_num_consecutive_errors(0);
188 status->set_num_consecutive_errors(0);

Completed in 40 milliseconds