OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HistoryUI2
(Results
1 - 2
of
2
) 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() {
Completed in 28 milliseconds