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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc606 static const size_t kMaxCachedContexts = 20; local
607 net::URLRequestContext* app_context_cache[kMaxCachedContexts] = {0};
608 void* app_context_vtable_cache[kMaxCachedContexts] = {0};
609 net::URLRequestContext* media_context_cache[kMaxCachedContexts] = {0};
610 void* media_context_vtable_cache[kMaxCachedContexts] = {0};
624 current_context < kMaxCachedContexts &&
635 current_context < kMaxCachedContexts &&
653 if (current_context < kMaxCachedContexts) {
667 if (current_context < kMaxCachedContexts) {

Completed in 43 milliseconds