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

  /external/chromium/chrome/browser/sync/sessions/
status_controller.cc 86 if (shared_.error_counters.value().consecutive_errors != value)
87 shared_.error_counters.mutate()->consecutive_errors = value;
125 shared_.error_counters.value().consecutive_errors + 1);
130 shared_.error_counters.value().consecutive_errors + value);