Searched refs:SystemInfoUIHTMLSource (Results 1 – 1 of 1) sorted by relevance
35 class SystemInfoUIHTMLSource : public ChromeURLDataManager::DataSource { class37 SystemInfoUIHTMLSource();49 ~SystemInfoUIHTMLSource() {} in ~SystemInfoUIHTMLSource()60 DISALLOW_COPY_AND_ASSIGN(SystemInfoUIHTMLSource);84 SystemInfoUIHTMLSource::SystemInfoUIHTMLSource() in SystemInfoUIHTMLSource() function in SystemInfoUIHTMLSource89 void SystemInfoUIHTMLSource::StartDataRequest(const std::string& path, in StartDataRequest()101 NewCallback(this, &SystemInfoUIHTMLSource::SyslogsComplete)); in StartDataRequest()105 void SystemInfoUIHTMLSource::SyslogsComplete( in SyslogsComplete()181 SystemInfoUIHTMLSource* html_source = new SystemInfoUIHTMLSource(); in SystemInfoUI()