Searched refs:NewTabHTMLSource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dnew_tab_ui.cc126 scoped_ptr<NewTabHTMLSource> html_source(
127 new NewTabHTMLSource(profile->GetOriginalProfile()));
305 // NewTabHTMLSource
307 NewTabUI::NewTabHTMLSource::NewTabHTMLSource(Profile* profile) function in class:NewTabUI::NewTabHTMLSource
311 std::string NewTabUI::NewTabHTMLSource::GetSource() const {
315 void NewTabUI::NewTabHTMLSource::StartDataRequest(
353 std::string NewTabUI::NewTabHTMLSource::GetMimeType(const std::string& resource)
362 bool NewTabUI::NewTabHTMLSource::ShouldReplaceExistingSource() const {
366 bool NewTabUI::NewTabHTMLSource
[all...]
H A Dnew_tab_ui.h77 class NewTabHTMLSource : public content::URLDataSource { class in class:NewTabUI
79 explicit NewTabHTMLSource(Profile* profile);
80 virtual ~NewTabHTMLSource();
107 DISALLOW_COPY_AND_ASSIGN(NewTabHTMLSource);

Completed in 2303 milliseconds