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

  /external/chromium/chrome/browser/
bug_report_util.cc 85 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::PostCleanup(profile
    [all...]
bug_report_util.h 29 class BugReportUtil {
105 DISALLOW_IMPLICIT_CONSTRUCTORS(BugReportUtil);
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 397 BugReportUtil::SendReport(profile_

Completed in 929 milliseconds