HomeSort by relevance Sort by last modified time
    Searched refs:HistoryUI (Results 1 - 6 of 6) 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();
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 209 class HistoryUI : public content::WebUIController {
211 explicit HistoryUI(content::WebUI* web_ui);
220 DISALLOW_COPY_AND_ASSIGN(HistoryUI);
history_ui.cc     [all...]
chrome_web_ui_controller_factory.cc 260 return &NewWebUI<HistoryUI>;
632 return HistoryUI::GetFaviconResourceBytes(scale_factor);

Completed in 107 milliseconds