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

  /external/chromium/third_party/libjingle/source/talk/base/
task.h 98 // timeout_seconds_."
131 int timeout_seconds() const { return timeout_seconds_; }
185 int timeout_seconds_; member in class:talk_base::Task
task.cc 46 timeout_seconds_(0),
252 timeout_seconds_ = timeout_seconds;
257 return timeout_seconds_ &&
267 if (timeout_seconds_ && timeout_allowed && !timeout_suspended_)
269 (timeout_seconds_ * kSecToMsec * kMsecTo100ns);

Completed in 33 milliseconds