HomeSort by relevance Sort by last modified time
    Searched refs:should_retry (Results 1 - 4 of 4) 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/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) {

Completed in 2533 milliseconds