IntSyncStat       116 chrome/browser/sync/about_sync_util.cc   IntSyncStat(base::ListValue* section, const std::string& key);
IntSyncStat       124 chrome/browser/sync/about_sync_util.cc IntSyncStat::IntSyncStat(base::ListValue* section, const std::string& key) {
IntSyncStat       132 chrome/browser/sync/about_sync_util.cc void IntSyncStat::SetValue(int value) {
IntSyncStat       285 chrome/browser/sync/about_sync_util.cc   IntSyncStat notifications_received(section_counters,
IntSyncStat       287 chrome/browser/sync/about_sync_util.cc   IntSyncStat empty_get_updates(section_counters, "Cycles Without Updates");
IntSyncStat       288 chrome/browser/sync/about_sync_util.cc   IntSyncStat non_empty_get_updates(section_counters, "Cycles With Updates");
IntSyncStat       289 chrome/browser/sync/about_sync_util.cc   IntSyncStat sync_cycles_without_commits(section_counters,
IntSyncStat       291 chrome/browser/sync/about_sync_util.cc   IntSyncStat sync_cycles_with_commits(section_counters, "Cycles With Commits");
IntSyncStat       292 chrome/browser/sync/about_sync_util.cc   IntSyncStat useless_sync_cycles(section_counters,
IntSyncStat       294 chrome/browser/sync/about_sync_util.cc   IntSyncStat useful_sync_cycles(section_counters,
IntSyncStat       296 chrome/browser/sync/about_sync_util.cc   IntSyncStat updates_received(section_counters, "Updates Downloaded");
IntSyncStat       297 chrome/browser/sync/about_sync_util.cc   IntSyncStat tombstone_updates(section_counters, "Tombstone Updates");
IntSyncStat       298 chrome/browser/sync/about_sync_util.cc   IntSyncStat reflected_updates(section_counters, "Reflected Updates");
IntSyncStat       299 chrome/browser/sync/about_sync_util.cc   IntSyncStat successful_commits(section_counters, "Successful Commits");
IntSyncStat       300 chrome/browser/sync/about_sync_util.cc   IntSyncStat conflicts_resolved_local_wins(section_counters,
IntSyncStat       302 chrome/browser/sync/about_sync_util.cc   IntSyncStat conflicts_resolved_server_wins(section_counters,
IntSyncStat       307 chrome/browser/sync/about_sync_util.cc   IntSyncStat encryption_conflicts(section_this_cycle, "Encryption Conflicts");
IntSyncStat       308 chrome/browser/sync/about_sync_util.cc   IntSyncStat hierarchy_conflicts(section_this_cycle, "Hierarchy Conflicts");
IntSyncStat       309 chrome/browser/sync/about_sync_util.cc   IntSyncStat server_conflicts(section_this_cycle, "Server Conflicts");
IntSyncStat       310 chrome/browser/sync/about_sync_util.cc   IntSyncStat committed_items(section_this_cycle, "Committed Items");
IntSyncStat       311 chrome/browser/sync/about_sync_util.cc   IntSyncStat updates_remaining(section_this_cycle, "Updates Remaining");
IntSyncStat       315 chrome/browser/sync/about_sync_util.cc   IntSyncStat updates_downloaded(section_that_cycle, "Updates Downloaded");
IntSyncStat       316 chrome/browser/sync/about_sync_util.cc   IntSyncStat committed_count(section_that_cycle, "Committed Count");
IntSyncStat       317 chrome/browser/sync/about_sync_util.cc   IntSyncStat entries(section_that_cycle, "Entries");
IntSyncStat       321 chrome/browser/sync/about_sync_util.cc   IntSyncStat nudge_source_notification(
IntSyncStat       323 chrome/browser/sync/about_sync_util.cc   IntSyncStat nudge_source_local(section_nudge_info, "Local Changes");
IntSyncStat       324 chrome/browser/sync/about_sync_util.cc   IntSyncStat nudge_source_local_refresh(section_nudge_info, "Local Refreshes");