HomeSort by relevance Sort by last modified time
    Searched refs:BugReportData (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/
bug_report_data.cc 11 BugReportData::BugReportData()
23 BugReportData::~BugReportData() {}
25 void BugReportData::UpdateData(Profile* profile,
53 void BugReportData::SyslogsComplete(chromeos::LogDictionaryType* logs,
bug_report_data.h 18 class BugReportData {
26 BugReportData();
27 ~BugReportData();
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 219 BugReportData* bug_report_;
383 // BugReportData
386 void BugReportData::SendReport() {
539 bug_report_ = new BugReportData();
559 NewCallback(bug_report_, &BugReportData::SyslogsComplete));
688 // Lose the pointer to the BugReportData object; the object will delete itself

Completed in 148 milliseconds