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

/external/chromium/net/base/
H A Dhost_resolver_proc.cc200 bool should_retry = false; local
211 should_retry = true;
222 should_retry = true;
226 should_retry = true;
229 if (should_retry) {
/external/openssl/apps/
H A Ds_apps.h160 int should_retry(int i);
H A Dapps.h231 int should_retry(int i);
/external/chromium/chrome/common/net/gaia/
H A Dgaia_oauth_client.cc123 bool should_retry = false; local
124 HandleResponse(source, url, status, response_code, data, &should_retry);
125 if (should_retry) {

Completed in 89 milliseconds