HomeSort by relevance Sort by last modified time
    Searched refs:user_task_ (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/timer/
mock_timer.cc 38 user_task_ = user_task;
45 user_task_.Reset();
49 DCHECK(!user_task_.is_null());
55 base::Closure old_task = user_task_;
mock_timer.h 34 base::Closure user_task_; member in class:base::MockTimer
timer.cc 77 user_task_(user_task),
112 user_task_.Reset();
116 DCHECK(!user_task_.is_null());
147 user_task_ = user_task;
205 // user_task_ member if retain_user_task_ is false.
206 base::Closure task = user_task_;
timer.h 106 // Call this method to reset the timer delay. The user_task_ must be set. If
110 const base::Closure& user_task() const { return user_task_; }
120 void set_user_task(const Closure& task) { user_task_ = task; }
167 // user_task_ is what the user wants to be run at desired_run_time_.
168 base::Closure user_task_; member in class:base::Timer
175 // The desired run time of user_task_. The user may update this at any time,
191 // If true, hold on to the user_task_ closure object for reuse.
194 // If true, user_task_ is scheduled to run sometime in the future.

Completed in 45 milliseconds