Home | History | Annotate | Download | only in notification

Lines Matching refs:Time

61     // Factor by which the waiting time will be multiplied.
65 // between 90%-100% of the calculated time.
68 // Maximum amount of time we are willing to delay our request in ms.
71 // Time to keep an entry from being discarded even when it
438 base::Time::Now()),
440 base::Time::Now()));
443 void XmppChannel::OnPingResponse(base::Time sent_time,
445 VLOG(1) << "XMPP response received after " << (base::Time::Now() - sent_time);
451 void XmppChannel::OnPingTimeout(base::Time sent_time) {
453 << (base::Time::Now() - sent_time);