Home
last modified time | relevance | path

Searched refs:IntSyncStat (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dabout_sync_util.cc114 class IntSyncStat { class
116 IntSyncStat(base::ListValue* section, const std::string& key);
124 IntSyncStat::IntSyncStat(base::ListValue* section, const std::string& key) { in IntSyncStat() function in __anona18425160111::IntSyncStat
132 void IntSyncStat::SetValue(int value) { in SetValue()
284 IntSyncStat notifications_received(section_counters, in ConstructAboutInformation()
286 IntSyncStat updates_received(section_counters, "Updates Downloaded"); in ConstructAboutInformation()
287 IntSyncStat tombstone_updates(section_counters, "Tombstone Updates"); in ConstructAboutInformation()
288 IntSyncStat reflected_updates(section_counters, "Reflected Updates"); in ConstructAboutInformation()
289 IntSyncStat successful_commits(section_counters, "Successful Commits"); in ConstructAboutInformation()
290 IntSyncStat conflicts_resolved_local_wins(section_counters, in ConstructAboutInformation()
[all …]