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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc609 net::URLRequestContext* media_context_cache[kMaxCachedContexts] = {0}; local
617 base::debug::Alias(media_context_cache);
638 media_context_cache[current_context] = it->second;
668 CHECK_EQ(media_context_cache[current_context], it->second);

Completed in 286 milliseconds