Searched refs:HistoryUI2 (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dhistory2_ui.h90 class HistoryUI2 : public WebUI { class in inherits:WebUI
92 explicit HistoryUI2(TabContents* contents);
100 DISALLOW_COPY_AND_ASSIGN(HistoryUI2);
H A Dhistory2_ui.cc378 HistoryUI2::HistoryUI2(TabContents* contents) : WebUI(contents) { function in class:HistoryUI2
388 const GURL HistoryUI2::GetHistoryURLWithSearchText(const string16& text) {
394 RefCountedMemory* HistoryUI2::GetFaviconResourceBytes() {
H A Dchrome_web_ui_factory.cc157 return &NewWebUI<HistoryUI2>;
344 return HistoryUI2::GetFaviconResourceBytes();

Completed in 15 milliseconds