OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scheduled_task_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/timer/
timer.cc
43
timer_->
scheduled_task_
= NULL;
63
:
scheduled_task_
(NULL),
74
:
scheduled_task_
(NULL),
119
if (!
scheduled_task_
) {
137
// We can't reuse the
scheduled_task_
, so abandon it and post a new one.
151
DCHECK(
scheduled_task_
== NULL);
153
scheduled_task_
= new BaseTimerTaskInternal(this);
156
base::Bind(&BaseTimerTaskInternal::Run, base::Owned(
scheduled_task_
)),
161
base::Bind(&BaseTimerTaskInternal::Run, base::Owned(
scheduled_task_
)));
179
if (
scheduled_task_
) {
[
all
...]
timer.h
115
//
scheduled_task_
if it is non-null.
132
// Allocates a new
scheduled_task_
and posts it on the current MessageLoop
133
// with the given |delay|.
scheduled_task_
must be NULL. scheduled_run_time_
142
// Disable
scheduled_task_
and abandon it so that it no longer refers back to
155
// When non-NULL, the
scheduled_task_
is waiting in the MessageLoop to call
157
BaseTimerTaskInternal*
scheduled_task_
;
member in class:base::Timer
170
// The estimated time that the MessageLoop will run the
scheduled_task_
that
Completed in 32 milliseconds