OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleAlarmTimer
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/components/timers/
alarm_timer_chromeos.h
27
// version 3.11 or higher. On all other platforms, the
SimpleAlarmTimer
behaves
30
// A
SimpleAlarmTimer
instance can only be used from the sequence on which it
34
// A
SimpleAlarmTimer
only fires once but remembers the task that it was given
37
class
SimpleAlarmTimer
: public base::RetainingOneShotTimer {
39
SimpleAlarmTimer
();
40
~
SimpleAlarmTimer
() override;
75
base::WeakPtrFactory<
SimpleAlarmTimer
> weak_factory_;
77
DISALLOW_COPY_AND_ASSIGN(
SimpleAlarmTimer
);
alarm_timer_chromeos.cc
23
SimpleAlarmTimer
::
SimpleAlarmTimer
()
26
SimpleAlarmTimer
::~
SimpleAlarmTimer
() {
31
void
SimpleAlarmTimer
::Stop() {
50
void
SimpleAlarmTimer
::Reset() {
92
FROM_HERE, base::BindOnce(&
SimpleAlarmTimer
::OnTimerFired,
97
base::debug::TaskAnnotator().WillQueueTask("
SimpleAlarmTimer
::Reset",
101
base::BindRepeating(&
SimpleAlarmTimer
::OnAlarmFdReadableWithoutBlocking,
106
void
SimpleAlarmTimer
::OnAlarmFdReadableWithoutBlocking()
[
all
...]
Completed in 175 milliseconds