Home | History | Annotate | Download | only in base

Lines Matching refs:oldest_time

808   uint32 oldest_time = 0xFFFFFFFF;
811 if (connections_[i]->last_ping_sent() < oldest_time) {
812 oldest_time = connections_[i]->last_ping_sent();