Home
last modified time | relevance | path

Searched refs:timeout_allowed (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dtask.cc240 bool timeout_allowed = (state_ != STATE_INIT) in ResetTimeout() local
243 if (timeout_seconds_ && timeout_allowed && !timeout_suspended_) in ResetTimeout()