Home
last modified time | relevance | path

Searched refs:NTPResourceCache (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
Dntp_resource_cache.h20 class NTPResourceCache : public NotificationObserver {
22 explicit NTPResourceCache(Profile* profile);
23 virtual ~NTPResourceCache();
49 DISALLOW_COPY_AND_ASSIGN(NTPResourceCache);
Dntp_resource_cache.cc151 NTPResourceCache::NTPResourceCache(Profile* profile) : profile_(profile) { in NTPResourceCache() function in NTPResourceCache
164 NTPResourceCache::~NTPResourceCache() {} in ~NTPResourceCache()
166 RefCountedBytes* NTPResourceCache::GetNewTabHTML(bool is_incognito) { in GetNewTabHTML()
179 RefCountedBytes* NTPResourceCache::GetNewTabCSS(bool is_incognito) { in GetNewTabCSS()
192 void NTPResourceCache::Observe(NotificationType type, in Observe()
217 void NTPResourceCache::CreateNewTabIncognitoHTML() { in CreateNewTabIncognitoHTML()
259 void NTPResourceCache::CreateNewTabHTML() { in CreateNewTabHTML()
428 void NTPResourceCache::CreateNewTabIncognitoCSS() { in CreateNewTabIncognitoCSS()
464 void NTPResourceCache::CreateNewTabCSS() { in CreateNewTabCSS()
/external/chromium/chrome/browser/profiles/
Dprofile.h89 class NTPResourceCache; variable
517 virtual NTPResourceCache* GetNTPResourceCache() = 0;
Dprofile_impl.h121 virtual NTPResourceCache* GetNTPResourceCache();
225 scoped_ptr<NTPResourceCache> ntp_resource_cache_;
Dprofile.cc585 virtual NTPResourceCache* GetNTPResourceCache() { in GetNTPResourceCache()
Dprofile_impl.cc563 NTPResourceCache* ProfileImpl::GetNTPResourceCache() { in GetNTPResourceCache()
565 ntp_resource_cache_.reset(new NTPResourceCache(this)); in GetNTPResourceCache()
/external/chromium/android/autofill/
Dprofile_android.h93 class NTPResourceCache; variable
211 virtual NTPResourceCache* GetNTPResourceCache() { NOTREACHED(); return NULL; } in GetNTPResourceCache()