Searched defs:app_context_cache (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc607 net::URLRequestContext* app_context_cache[kMaxCachedContexts] = {0}; local
615 base::debug::Alias(app_context_cache);
627 app_context_cache[current_context] = it->second;
654 CHECK_EQ(app_context_cache[current_context], it->second);

Completed in 63 milliseconds