HomeSort by relevance Sort by last modified time
    Searched refs:should_retry (Results 1 - 9 of 9) sorted by null

  /external/chromium/net/base/
host_resolver_proc.cc 200 bool should_retry = false; local
211 should_retry = true;
222 should_retry = true;
226 should_retry = true;
229 if (should_retry) {
  /external/chromium_org/net/dns/
host_resolver_proc.cc 193 bool should_retry = false; local
202 should_retry = true;
206 should_retry = true;
209 if (should_retry) {
  /external/chromium_org/third_party/openssl/openssl/apps/
s_apps.h 160 int should_retry(int i);
apps.h 231 int should_retry(int i);
  /external/openssl/apps/
s_apps.h 160 int should_retry(int i);
apps.h 231 int should_retry(int i);
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client.cc 123 bool should_retry = false; local
124 HandleResponse(source, url, status, response_code, data, &should_retry);
125 if (should_retry) {
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.cc 191 bool should_retry = false; local
192 HandleResponse(source, &should_retry);
193 if (should_retry) {
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 831 const bool should_retry = local
833 if (should_retry) {
855 return !should_retry;
    [all...]

Completed in 690 milliseconds