OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RepeatingTimer
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/trace_event/
trace_event_system_stats_monitor.h
60
RepeatingTimer
dump_timer_;
memory_dump_manager.h
293
RepeatingTimer
timer_;
/external/libchrome/base/timer/
timer.h
5
// OneShotTimer and
RepeatingTimer
provide a simple timer API. As the names
7
//
RepeatingTimer
on the other hand calls you back periodically with the
10
// OneShotTimer and
RepeatingTimer
both cancel the timer when they go out of
13
//
RepeatingTimer
as a member variable of the class for which you wish to
16
// Sample
RepeatingTimer
usage:
32
// base::
RepeatingTimer
timer_;
35
// Both OneShotTimer and
RepeatingTimer
also support a Reset method, which
201
// This class is an implementation detail of OneShotTimer and
RepeatingTimer
.
238
class
RepeatingTimer
: public BaseTimerMethodPointer {
240
RepeatingTimer
() : BaseTimerMethodPointer(REPEATING) {
[
all
...]
timer_unittest.cc
110
base::
RepeatingTimer
timer_;
344
TEST(TimerTest,
RepeatingTimer
) {
Completed in 75 milliseconds