HomeSort by relevance Sort by last modified time
    Searched refs:NewTabHTMLSource (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.h 59 class NewTabHTMLSource : public ChromeURLDataManager::DataSource {
61 explicit NewTabHTMLSource(Profile* profile);
78 virtual ~NewTabHTMLSource() {}
86 DISALLOW_COPY_AND_ASSIGN(NewTabHTMLSource);
new_tab_ui.cc 306 NewTabHTMLSource::set_first_run(false);
338 NewTabHTMLSource* html_source =
339 new NewTabHTMLSource(GetProfile()->GetOriginalProfile());
570 // NewTabHTMLSource
572 bool NewTabUI::NewTabHTMLSource::first_run_ = true;
574 NewTabUI::NewTabHTMLSource::NewTabHTMLSource(Profile* profile)
579 void NewTabUI::NewTabHTMLSource::StartDataRequest(const std::string& path,
599 std::string NewTabUI::NewTabHTMLSource::GetMimeType(const std::string&) const {
603 bool NewTabUI::NewTabHTMLSource::ShouldReplaceExistingSource() const
    [all...]
most_visited_handler.cc 320 bool first_run = NewTabUI::NewTabHTMLSource::first_run() &&
324 NewTabUI::NewTabHTMLSource::set_first_run(false);

Completed in 51 milliseconds