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

  /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/google_apis/gaia/
ubertoken_fetcher.cc 51 bool should_retry = local
54 if (should_retry) {
gaia_oauth_client.cc 229 bool should_retry = false; local
230 HandleResponse(source, &should_retry);
231 if (should_retry) {
  /external/openssl/apps/
s_apps.h 160 int should_retry(int i);
apps.h 233 int should_retry(int i);
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 851 const bool should_retry = local
853 if (should_retry) {
875 return !should_retry;
    [all...]

Completed in 438 milliseconds