OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_send_time_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/congestion_control/
channel_estimator.cc
22
last_send_time_
(QuicTime::Zero()),
42
} else if (
last_send_time_
.IsInitialized()) {
43
QuicTime::Delta sent_delta = send_time.Subtract(
last_send_time_
);
52
last_send_time_
= send_time;
channel_estimator.h
52
QuicTime
last_send_time_
;
member in class:net::ChannelEstimator
/external/chromium_org/media/cast/video_sender/
video_sender.cc
185
last_send_time_
= cast_environment_->Clock()->NowTicks();
284
if (
last_send_time_
.is_null()) {
287
time_to_next =
last_send_time_
- cast_environment_->Clock()->NowTicks() +
300
if (!
last_send_time_
.is_null() && last_sent_frame_id_ != -1) {
302
cast_environment_->Clock()->NowTicks() -
last_send_time_
;
403
last_send_time_
= cast_environment_->Clock()->NowTicks();
451
last_send_time_
= cast_environment_->Clock()->NowTicks();
video_sender.h
133
base::TimeTicks
last_send_time_
;
member in class:media::cast::VideoSender
Completed in 181 milliseconds