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

  /external/chromium_org/webkit/browser/fileapi/
timed_task_helper.cc 46 user_task_ = user_task;
52 DCHECK(!user_task_.is_null());
79 base::Closure task = user_task_;
80 user_task_.Reset();
timed_task_helper.h 47 base::Closure user_task_; member in class:fileapi::TimedTaskHelper
  /external/chromium_org/base/timer/
timer.cc 77 user_task_(user_task),
98 user_task_.Reset();
102 DCHECK(!user_task_.is_null());
133 user_task_ = user_task;
185 // user_task_ member if retain_user_task_ is false.
186 base::Closure task = user_task_;
timer.h 104 // Call this method to reset the timer delay. The user_task_ must be set. If
108 const base::Closure& user_task() const { return user_task_; }
147 // user_task_ is what the user wants to be run at desired_run_time_.
148 base::Closure user_task_; member in class:base::Timer
155 // The desired run time of user_task_. The user may update this at any time,
171 // If true, hold on to the user_task_ closure object for reuse.
174 // If true, user_task_ is scheduled to run sometime in the future.

Completed in 788 milliseconds