OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BugReportUI
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/webui/
bug_report_ui.h
23
class
BugReportUI
: public HtmlDialogUI {
25
explicit
BugReportUI
(TabContents* contents);
28
DISALLOW_COPY_AND_ASSIGN(
BugReportUI
);
bug_report_ui.cc
732
//
BugReportUI
735
BugReportUI
::
BugReportUI
(TabContents* tab) : HtmlDialogUI(tab) {
Completed in 103 milliseconds