NTPResourceCache 99 chrome/browser/ui/webui/app_launcher_page_ui.cc NTPResourceCache* resource = AppResourceCacheFactory::GetForProfile(profile_); NTPResourceCache 106 chrome/browser/ui/webui/app_launcher_page_ui.cc NTPResourceCache::WindowType win_type = NTPResourceCache::GetWindowType( NTPResourceCache 38 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc NTPResourceCache::NTPResourceCache(Profile* profile) : profile_(profile) {} NTPResourceCache 40 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc NTPResourceCache::~NTPResourceCache() {} NTPResourceCache 42 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc NTPResourceCache::WindowType NTPResourceCache::GetWindowType( NTPResourceCache 48 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc return NTPResourceCache::INCOGNITO; NTPResourceCache 50 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc return NTPResourceCache::INCOGNITO; NTPResourceCache 52 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc return NTPResourceCache::NORMAL; NTPResourceCache 55 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc base::RefCountedMemory* NTPResourceCache::GetNewTabHTML(WindowType win_type) { NTPResourceCache 63 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc base::RefCountedMemory* NTPResourceCache::GetNewTabCSS(WindowType win_type) { NTPResourceCache 69 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc void NTPResourceCache::Observe(int type, NTPResourceCache 75 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc void NTPResourceCache::OnPreferenceChanged() { NTPResourceCache 79 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc void NTPResourceCache::CreateNewTabHTML() { NTPResourceCache 14 chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc NTPResourceCache* AppResourceCacheFactory::GetForProfile(Profile* profile) { NTPResourceCache 15 chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc return static_cast<NTPResourceCache*>( NTPResourceCache 37 chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc return new NTPResourceCache(static_cast<Profile*>(profile)); NTPResourceCache 11 chrome/browser/ui/webui/ntp/app_resource_cache_factory.h class NTPResourceCache; NTPResourceCache 19 chrome/browser/ui/webui/ntp/app_resource_cache_factory.h static NTPResourceCache* GetForProfile(Profile* profile); NTPResourceCache 389 chrome/browser/ui/webui/ntp/new_tab_ui.cc NTPResourceCache::WindowType win_type = NTPResourceCache::GetWindowType( NTPResourceCache 161 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc NTPResourceCache::NTPResourceCache(Profile* profile) NTPResourceCache 173 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc base::Closure callback = base::Bind(&NTPResourceCache::OnPreferenceChanged, NTPResourceCache 196 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc NTPResourceCache::~NTPResourceCache() {} NTPResourceCache 198 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc bool NTPResourceCache::NewTabCacheNeedsRefresh() { NTPResourceCache 215 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc NTPResourceCache::WindowType NTPResourceCache::GetWindowType( NTPResourceCache 218 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc return NTPResourceCache::GUEST; NTPResourceCache 223 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc return NTPResourceCache::INCOGNITO; NTPResourceCache 225 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc return NTPResourceCache::INCOGNITO; NTPResourceCache 227 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc return NTPResourceCache::NORMAL; NTPResourceCache 230 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc base::RefCountedMemory* NTPResourceCache::GetNewTabHTML(WindowType win_type) { NTPResourceCache 250 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc base::RefCountedMemory* NTPResourceCache::GetNewTabCSS(WindowType win_type) { NTPResourceCache 267 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc void NTPResourceCache::Observe(int type, NTPResourceCache 282 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc void NTPResourceCache::OnPreferenceChanged() { NTPResourceCache 290 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc void NTPResourceCache::CreateNewTabIncognitoHTML() { NTPResourceCache 348 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc void NTPResourceCache::CreateNewTabGuestHTML() { NTPResourceCache 369 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc void NTPResourceCache::CreateNewTabHTML() { NTPResourceCache 556 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc void NTPResourceCache::CreateNewTabIncognitoCSS() { NTPResourceCache 589 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc void NTPResourceCache::CreateNewTabGuestCSS() { NTPResourceCache 622 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc void NTPResourceCache::CreateNewTabCSS() { NTPResourceCache 29 chrome/browser/ui/webui/ntp/ntp_resource_cache.h class NTPResourceCache : public content::NotificationObserver, NTPResourceCache 38 chrome/browser/ui/webui/ntp/ntp_resource_cache.h explicit NTPResourceCache(Profile* profile); NTPResourceCache 39 chrome/browser/ui/webui/ntp/ntp_resource_cache.h virtual ~NTPResourceCache(); NTPResourceCache 112 chrome/browser/ui/webui/ntp/ntp_resource_cache.h DISALLOW_COPY_AND_ASSIGN(NTPResourceCache); NTPResourceCache 14 chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.cc NTPResourceCache* NTPResourceCacheFactory::GetForProfile(Profile* profile) { NTPResourceCache 15 chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.cc return static_cast<NTPResourceCache*>( NTPResourceCache 37 chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.cc return new NTPResourceCache(static_cast<Profile*>(profile)); NTPResourceCache 11 chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h class NTPResourceCache; NTPResourceCache 19 chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h static NTPResourceCache* GetForProfile(Profile* profile); NTPResourceCache 46 chrome/browser/ui/webui/theme_source.cc NTPResourceCache::WindowType win_type = NTPResourceCache::GetWindowType(