HomeSort by relevance Sort by last modified time
    Searched full:num_attempts_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 337 : num_attempts_(0), num_successful_(0), num_failed_(0), num_blocked_(0) {
341 ++num_attempts_;
346 ++num_attempts_;
351 ++num_attempts_;
355 int num_attempts() const { return num_attempts_; }
361 DCHECK(num_attempts_);
363 static_cast<double>(num_attempts_);
367 DCHECK(num_attempts_);
369 static_cast<double>(num_attempts_);
373 if (num_attempts_ == 0)
389 int num_attempts_; member in class:net::__anon13812::RequesterResults
    [all...]

Completed in 31 milliseconds