Home | History | Annotate | Download | only in timer

Lines Matching refs:timer_

25       : timer_(timer) {
32 if (timer_)
33 timer_->StopAndAbandon();
37 // timer_ is NULL if we were abandoned.
38 if (!timer_)
43 timer_->scheduled_task_ = NULL;
46 // the timer_ member first to be pedantic.
47 Timer* timer = timer_;
48 timer_ = NULL;
55 timer_ = NULL;
59 Timer* timer_;