Searched refs:GetMaxRetriesOn5xx (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_fetcher_impl.cc110 int URLFetcherImpl::GetMaxRetriesOn5xx() const { function in class:net::URLFetcherImpl
111 return core_->GetMaxRetriesOn5xx();
H A Durl_fetcher.h228 virtual int GetMaxRetriesOn5xx() const = 0;
H A Durl_fetcher_impl.h70 virtual int GetMaxRetriesOn5xx() const OVERRIDE;
H A Durl_fetcher_core.h95 int GetMaxRetriesOn5xx() const;
H A Dtest_url_fetcher_factory.cc134 int TestURLFetcher::GetMaxRetriesOn5xx() const { function in class:net::TestURLFetcher
H A Dtest_url_fetcher_factory.h122 virtual int GetMaxRetriesOn5xx() const OVERRIDE;
H A Durl_fetcher_core.cc261 int URLFetcherCore::GetMaxRetriesOn5xx() const { function in class:net::URLFetcherCore
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_url_fetcher.cc228 num_retries_ = source->GetMaxRetriesOn5xx();
231 if ((-1 != source->GetMaxRetriesOn5xx()) &&
232 (num_retries_ > source->GetMaxRetriesOn5xx())) {
/external/chromium_org/google_apis/gaia/
H A Dgaia_oauth_client.cc279 if ((source->GetMaxRetriesOn5xx() != -1) &&
280 (num_retries_ >= source->GetMaxRetriesOn5xx())) {

Completed in 131 milliseconds