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

/external/chromium/chrome/browser/ui/webui/
H A Dntp_resource_cache.h20 class NTPResourceCache : public NotificationObserver { class in inherits:NotificationObserver
22 explicit NTPResourceCache(Profile* profile);
23 virtual ~NTPResourceCache();
49 DISALLOW_COPY_AND_ASSIGN(NTPResourceCache);
H A Dntp_resource_cache.cc151 NTPResourceCache::NTPResourceCache(Profile* profile) : profile_(profile) { function in class:NTPResourceCache
164 NTPResourceCache::~NTPResourceCache() {}
166 RefCountedBytes* NTPResourceCache::GetNewTabHTML(bool is_incognito) {
179 RefCountedBytes* NTPResourceCache::GetNewTabCSS(bool is_incognito) {
192 void NTPResourceCache::Observe(NotificationType type,
217 void NTPResourceCache::CreateNewTabIncognitoHTML() {
259 void NTPResourceCache::CreateNewTabHTML() {
428 void NTPResourceCache
[all...]

Completed in 52 milliseconds