Searched defs:no_cache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_storage_impl.cc1523 scoped_refptr<AppCache> no_cache; local
1527 no_cache,
/external/openssl/apps/
H A Ds_server.c964 int no_cache = 0; local
1107 else if (strcmp(*argv,"-no_cache") == 0)
1108 no_cache = 1;
1567 if (no_cache)
1641 if (no_cache)

Completed in 561 milliseconds