Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/webui/
Dbug_report_ui.cc217 ScreenshotSource* screenshot_source_; member in BugReportHandler
437 screenshot_source_(NULL), in BugReportHandler()
468 if (!screenshot_source_) in SetupScreenshotsSource()
469 screenshot_source_ = new ScreenshotSource( in SetupScreenshotsSource()
473 tab_->profile()->GetChromeURLDataManager()->AddDataSource(screenshot_source_); in SetupScreenshotsSource()
637 image = screenshot_source_->GetScreenshot(screenshot_path); in HandleSendReport()