Searched refs:IntSyncStat (Results 1 – 1 of 1) sorted by relevance
114 class IntSyncStat { class116 IntSyncStat(base::ListValue* section, const std::string& key);124 IntSyncStat::IntSyncStat(base::ListValue* section, const std::string& key) { in IntSyncStat() function in __anona18425160111::IntSyncStat132 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 …]