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

  /external/chromium/third_party/libjingle/source/talk/base/
taskrunner.cc 84 int64 previous_timeout_time = next_task_timeout();
155 int64 TaskRunner::next_task_timeout() const { function in class:talk_base::TaskRunner
172 int64 previous_timeout_time = next_task_timeout();
231 int64 next_timeout = next_task_timeout();
taskrunner.h 80 int64 next_task_timeout() const;
86 // * when the next_task_timeout() becomes a smaller value OR
87 // * when next_task_timeout() has changed values and the previous
90 // If the next_task_timeout moves to the future, this method will *not*
91 // get called (because it subclass should check next_task_timeout()

Completed in 107 milliseconds