Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/webui/
Dtheme_source.cc36 css_bytes_ = profile_->GetNTPResourceCache()->GetNewTabCSS( in ThemeSource()
Dnew_tab_ui.cc594 profile_->GetNTPResourceCache()->GetNewTabHTML(is_incognito)); in StartDataRequest()
/external/chromium/chrome/browser/profiles/
Dprofile.cc585 virtual NTPResourceCache* GetNTPResourceCache() { in GetNTPResourceCache() function in OffTheRecordProfileImpl
587 return profile_->GetNTPResourceCache(); in GetNTPResourceCache()
Dprofile.h517 virtual NTPResourceCache* GetNTPResourceCache() = 0;
Dprofile_impl.h121 virtual NTPResourceCache* GetNTPResourceCache();
Dprofile_impl.cc563 NTPResourceCache* ProfileImpl::GetNTPResourceCache() { in GetNTPResourceCache() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h211 virtual NTPResourceCache* GetNTPResourceCache() { NOTREACHED(); return NULL; } in GetNTPResourceCache() function