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

  /external/chromium/chrome/browser/ui/webui/
history_ui.h 19 class HistoryUIHTMLSource : public ChromeURLDataManager::DataSource {
21 HistoryUIHTMLSource();
31 ~HistoryUIHTMLSource() {}
33 DISALLOW_COPY_AND_ASSIGN(HistoryUIHTMLSource);
history_ui.cc 53 HistoryUIHTMLSource::HistoryUIHTMLSource()
57 void HistoryUIHTMLSource::StartDataRequest(const std::string& path,
111 std::string HistoryUIHTMLSource::GetMimeType(const std::string&) const {
369 HistoryUIHTMLSource* html_source = new HistoryUIHTMLSource();

Completed in 52 milliseconds