Lines Matching full:second
33 if (it->second.IsSyncRequired()) {
43 if (it->second.IsGetUpdatesRequired()) {
58 it->second.RecordSuccessfulSyncCycle();
100 const std::string& payload = i->second.payload;
127 it->second.UpdateThrottleState(now);
134 if (it->second.IsThrottled()) {
143 return type_trackers_.find(type)->second.IsThrottled();
156 if (it->second.IsThrottled()) {
159 it->second.GetTimeUntilUnthrottle(now));
171 if (it->second.IsThrottled()) {
182 type_trackers_.find(type)->second.SetLegacyNotificationHint(progress);
199 type_trackers_.find(type)->second.FillGetUpdatesTriggersMessage(msg);
205 it->second.UpdatePayloadBufferSize(size);