Searched refs:BugReportHandler (Results 1 – 1 of 1) sorted by relevance
187 class BugReportHandler : public WebUIMessageHandler, class188 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 BugReportHandler445 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 …]