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

  /external/chromium/chrome/browser/ui/webui/
history2_ui.h 90 class HistoryUI2 : public WebUI {
92 explicit HistoryUI2(TabContents* contents);
100 DISALLOW_COPY_AND_ASSIGN(HistoryUI2);
history2_ui.cc 378 HistoryUI2::HistoryUI2(TabContents* contents) : WebUI(contents) {
388 const GURL HistoryUI2::GetHistoryURLWithSearchText(const string16& text) {
394 RefCountedMemory* HistoryUI2::GetFaviconResourceBytes() {
chrome_web_ui_factory.cc 157 return &NewWebUI<HistoryUI2>;
344 return HistoryUI2::GetFaviconResourceBytes();

Completed in 207 milliseconds