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

/external/chromium_org/net/dns/
H A Ddns_transaction.cc560 DCHECK(attempts_.empty());
667 unsigned attempt_number = attempts_.size();
671 if (attempts_.empty()) {
674 query.reset(attempts_[0]->GetQuery()->CloneWithNewId(id));
692 attempts_.push_back(attempt);
730 attempts_.clear();
732 unsigned attempt_number = attempts_.size();
737 attempts_.push_back(attempt);
764 attempts_.clear();
772 DCHECK_LT(attempt_number, attempts_
919 ScopedVector<DnsAttempt> attempts_; member in class:net::__anon8600::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) {
158 if (attempts_ == HttpPortAllocator::kNumRetries) {
170 std::string host = relay_hosts_[attempts_ % relay_hosts_.size()];
171 attempts_++;
H A Dhttpportallocator.h147 int attempts_; member in class:cricket::HttpPortAllocatorSessionBase

Completed in 198 milliseconds