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

  /external/chromium/chrome/browser/
bug_report_util.h 61 static void DispatchFeedback(Profile* profile, std::string* feedback_data,
bug_report_util.cc 135 BugReportUtil::DispatchFeedback(profile_, post_body_, previous_delay_);
189 void BugReportUtil::DispatchFeedback(Profile* profile,
377 DispatchFeedback(profile, post_body, 0);
  /external/chromium_org/chrome/browser/feedback/
feedback_util.h 65 static void DispatchFeedback(Profile* profile,
feedback_util.cc 137 FeedbackUtil::DispatchFeedback(profile_, post_body_, previous_delay_);
181 void FeedbackUtil::DispatchFeedback(Profile* profile,
389 DispatchFeedback(data->profile(), post_body, 0);

Completed in 35 milliseconds