OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
209
class
HistoryUI
: public content::WebUIController {
211
explicit
HistoryUI
(content::WebUI* web_ui);
220
DISALLOW_COPY_AND_ASSIGN(
HistoryUI
);
history_ui.cc
[
all
...]
Completed in 343 milliseconds