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

  /external/chromium_org/third_party/libjingle/source/talk/base/
task.cc 257 bool timeout_allowed = (state_ != STATE_INIT) local
260 if (timeout_seconds_ && timeout_allowed && !timeout_suspended_)
  /external/chromium_org/third_party/webrtc/base/
task.cc 240 bool timeout_allowed = (state_ != STATE_INIT) local
243 if (timeout_seconds_ && timeout_allowed && !timeout_suspended_)

Completed in 47 milliseconds