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

  /external/chromium/chrome/browser/ui/webui/
history_ui.h 86 class HistoryUI : public WebUI {
88 explicit HistoryUI(TabContents* contents);
96 DISALLOW_COPY_AND_ASSIGN(HistoryUI);
history_ui.cc 366 HistoryUI::HistoryUI(TabContents* contents) : WebUI(contents) {
376 const GURL HistoryUI::GetHistoryURLWithSearchText(const string16& text) {
382 RefCountedMemory* HistoryUI::GetFaviconResourceBytes() {
chrome_web_ui_factory.cc 155 return &NewWebUI<HistoryUI>;
341 return HistoryUI::GetFaviconResourceBytes();

Completed in 125 milliseconds