OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recent_time_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/quic/
quic_clock.cc
18
// We should consider implementing this using MessageLoop::
recent_time_
.
/external/chromium_org/base/message_loop/
message_loop.cc
588
recent_time_
= *next_delayed_work_time = TimeTicks();
600
if (next_run_time >
recent_time_
) {
601
recent_time_
= TimeTicks::Now(); // Get a better view of Now();
602
if (next_run_time >
recent_time_
) {
message_loop.h
462
TimeTicks
recent_time_
;
member in class:base::MessageLoop
Completed in 151 milliseconds