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

  /external/chromium/chrome/browser/sync/engine/
all_status.cc 39 status.max_consecutive_errors = 0;
61 if (errors.consecutive_errors > status.max_consecutive_errors)
62 status.max_consecutive_errors = errors.consecutive_errors;
syncapi.h 696 int max_consecutive_errors; member in struct:sync_api::SyncManager::Status
    [all...]
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 396 full_status.max_consecutive_errors);

Completed in 1562 milliseconds