HomeSort by relevance Sort by last modified time
    Searched defs:HistoryUI (Results 1 - 4 of 4) 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() {
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 200 class HistoryUI : public content::WebUIController {
202 explicit HistoryUI(content::WebUI* web_ui);
211 DISALLOW_COPY_AND_ASSIGN(HistoryUI);
history_ui.cc     [all...]

Completed in 289 milliseconds