OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retain_user_task
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/base/timer/
mock_timer.cc
9
MockTimer::MockTimer(bool
retain_user_task
, bool is_repeating)
10
: Timer(
retain_user_task
, is_repeating),
44
if (!
retain_user_task
())
mock_timer.h
14
MockTimer(bool
retain_user_task
, bool is_repeating);
timer.h
73
// be called later to set task info. |
retain_user_task
| determines whether the
75
Timer(bool
retain_user_task
, bool is_repeating);
125
bool
retain_user_task
() const { return retain_user_task_; }
function in class:base::Timer
timer.cc
62
Timer::Timer(bool
retain_user_task
, bool is_repeating)
66
retain_user_task_(
retain_user_task
),
/external/libchrome/components/timers/
alarm_timer_chromeos.h
45
AlarmTimer(bool
retain_user_task
, bool is_repeating);
alarm_timer_chromeos.cc
324
AlarmTimer::AlarmTimer(bool
retain_user_task
, bool is_repeating)
325
: base::Timer(
retain_user_task
, is_repeating),
375
if (!base::Timer::
retain_user_task
())
Completed in 697 milliseconds