Searched refs:retry_callback_ (Results 1 – 3 of 3) sorted by relevance
95 if (!retry_callback_.is_null()) in RetryJob()96 retry_callback_.Run(this); in RetryJob()
342 if (!retry_callback_.is_null()) in PrepareRetry()343 retry_callback_.Run(this); in PrepareRetry()392 retry_callback_ = retry_callback; in SetRetryCallback()
91 RetryCallback retry_callback_; variable