Home
last modified time | relevance | path

Searched refs:BugReportHandler (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
Dbug_report_ui.cc187 class BugReportHandler : public WebUIMessageHandler, class
188 public base::SupportsWeakPtr<BugReportHandler> {
190 explicit BugReportHandler(TabContents* tab);
191 virtual ~BugReportHandler();
227 DISALLOW_COPY_AND_ASSIGN(BugReportHandler);
435 BugReportHandler::BugReportHandler(TabContents* tab) in BugReportHandler() function in BugReportHandler
445 BugReportHandler::~BugReportHandler() { in ~BugReportHandler()
454 void BugReportHandler::ClobberScreenshotsSource() { in ClobberScreenshotsSource()
466 void BugReportHandler::SetupScreenshotsSource() { in SetupScreenshotsSource()
476 WebUIMessageHandler* BugReportHandler::Attach(WebUI* web_ui) { in Attach()
[all …]