OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:increment_num_consecutive_errors_by
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/sessions/
status_controller_unittest.cc
45
status.
increment_num_consecutive_errors_by
(1);
47
status.
increment_num_consecutive_errors_by
(0);
124
status.
increment_num_consecutive_errors_by
(2);
status_controller.h
205
void
increment_num_consecutive_errors_by
(int value);
status_controller.cc
128
void StatusController::
increment_num_consecutive_errors_by
(int value) {
function in class:browser_sync::sessions::StatusController
/external/chromium/chrome/browser/sync/engine/
process_commit_response_command.cc
185
status->
increment_num_consecutive_errors_by
(transient_error_commits);
Completed in 576 milliseconds