Searched refs:HistoryUI (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dhistory_ui.h86 class HistoryUI : public WebUI { class in inherits:WebUI
88 explicit HistoryUI(TabContents* contents);
96 DISALLOW_COPY_AND_ASSIGN(HistoryUI);
H A Dhistory_ui.cc366 HistoryUI::HistoryUI(TabContents* contents) : WebUI(contents) { function in class:HistoryUI
376 const GURL HistoryUI::GetHistoryURLWithSearchText(const string16& text) {
382 RefCountedMemory* HistoryUI::GetFaviconResourceBytes() {
H A Dchrome_web_ui_factory.cc155 return &NewWebUI<HistoryUI>;
341 return HistoryUI::GetFaviconResourceBytes();
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.h200 class HistoryUI : public content::WebUIController { class in inherits:content::WebUIController
202 explicit HistoryUI(content::WebUI* web_ui);
211 DISALLOW_COPY_AND_ASSIGN(HistoryUI);
H A Dhistory_ui.cc960 // HistoryUI
964 HistoryUI::HistoryUI(content::WebUI* web_ui) : WebUIController(web_ui) { function in class:HistoryUI
982 const GURL HistoryUI::GetHistoryURLWithSearchText(const string16& text) {
988 base::RefCountedMemory* HistoryUI::GetFaviconResourceBytes(
H A Dchrome_web_ui_controller_factory.cc230 return &NewWebUI<HistoryUI>;
582 return HistoryUI::GetFaviconResourceBytes(scale_factor);

Completed in 132 milliseconds