Searched refs:BugReportUtil (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
H A Dbug_report_util.cc85 class BugReportUtil::PostCleanup : public URLFetcher::Delegate {
113 void BugReportUtil::PostCleanup::OnURLFetchComplete(
135 BugReportUtil::DispatchFeedback(profile_, post_body_, previous_delay_);
160 void BugReportUtil::SetOSVersion(std::string* os_version) {
181 std::string BugReportUtil::feedback_server_("");
184 void BugReportUtil::SetFeedbackServer(const std::string& server) {
189 void BugReportUtil::DispatchFeedback(Profile* profile,
195 &BugReportUtil::SendFeedback, profile, post_body, delay), delay);
199 void BugReportUtil::SendFeedback(Profile* profile,
213 new BugReportUtil
[all...]
H A Dbug_report_util.h29 class BugReportUtil { class
105 DISALLOW_IMPLICIT_CONSTRUCTORS(BugReportUtil);
/external/chromium/chrome/browser/ui/webui/
H A Dbug_report_ui.cc397 BugReportUtil::SendReport(profile_

Completed in 121 milliseconds