Searched refs:num_attempts (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_wallpaper_downloader_browsertest.cc118 const int retry = num_attempts() - 1;
153 size_t num_attempts() const { return attempts_.size(); } function in class:chromeos::TestWallpaperImageURLFetcherCallback
186 size_t num_attempts() const { return url_callback_->num_attempts(); } function in class:chromeos::WallpaperImageFetcherFactory
287 EXPECT_EQ(1U, url_factory.num_attempts());
317 EXPECT_EQ(2U, url_factory.num_attempts());
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl_unittest.cc66 double CalculateBackoff(int num_attempts) { argument
68 for (int i = 1; i < num_attempts; ++i) {
/external/chromium_org/net/dns/
H A Ddns_transaction_unittest.cc436 void CheckServerOrder(const unsigned* servers, size_t num_attempts) { argument
437 ASSERT_EQ(num_attempts, socket_factory_->remote_endpoints_.size());
438 for (size_t i = 0; i < num_attempts; ++i) {
/external/chromium_org/net/url_request/
H A Durl_request_throttler_simulation_unittest.cc361 int num_attempts() const { return num_attempts_; } function in class:net::__anon9806::RequesterResults

Completed in 155 milliseconds