Searched refs:attempts_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/dns/
H A Ddns_transaction.cc589 DCHECK(attempts_.empty());
696 unsigned attempt_number = attempts_.size();
700 if (attempts_.empty()) {
703 query.reset(attempts_[0]->GetQuery()->CloneWithNewId(id));
721 attempts_.push_back(attempt);
759 attempts_.clear();
761 unsigned attempt_number = attempts_.size();
766 attempts_.push_back(attempt);
793 attempts_.clear();
801 DCHECK_LT(attempt_number, attempts_
948 ScopedVector<DnsAttempt> attempts_; member in class:net::__anon9202::DnsTransactionImpl
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_wallpaper_downloader_browsertest.cc116 attempts_.push_back(base::TimeTicks::Now());
117 if (attempts_.size() > 1) {
131 if (attempts_.size() > require_retries_) {
153 size_t num_attempts() const { return attempts_.size(); }
160 std::vector<base::TimeTicks> attempts_; member in class:chromeos::TestWallpaperImageURLFetcherCallback
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_unittest.cc47 attempts_(0),
67 ++attempts_;
68 if (attempts_ > require_retries_) {
90 size_t attempts() const { return attempts_; }
98 size_t attempts_; member in class:chromeos::TestGeolocationAPIURLFetcherCallback
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_unittest.cc85 attempts_(0),
105 ++attempts_;
106 if (attempts_ > require_retries_) {
128 size_t attempts() const { return attempts_; }
136 size_t attempts_; member in class:chromeos::TestTimeZoneAPIURLFetcherCallback
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.cc134 relay_token_(relay_token), agent_(user_agent), attempts_(0) {
164 if (attempts_ == HttpPortAllocator::kNumRetries) {
176 std::string host = relay_hosts_[attempts_ % relay_hosts_.size()];
177 attempts_++;
H A Dhttpportallocator.h147 int attempts_; member in class:cricket::HttpPortAllocatorSessionBase

Completed in 343 milliseconds