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

/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_resource_cache.h29 class NTPResourceCache : public content::NotificationObserver, class in inherits:content::NotificationObserver,KeyedService
38 explicit NTPResourceCache(Profile* profile);
39 virtual ~NTPResourceCache();
110 DISALLOW_COPY_AND_ASSIGN(NTPResourceCache);
H A Dntp_resource_cache.cc159 NTPResourceCache::NTPResourceCache(Profile* profile) function in class:NTPResourceCache
171 base::Closure callback = base::Bind(&NTPResourceCache::OnPreferenceChanged,
195 NTPResourceCache::~NTPResourceCache() {}
197 bool NTPResourceCache::NewTabCacheNeedsRefresh() {
214 NTPResourceCache::WindowType NTPResourceCache::GetWindowType(
217 return NTPResourceCache::GUEST;
222 return NTPResourceCache
[all...]

Completed in 258 milliseconds