HomeSort by relevance Sort by last modified time
    Searched refs:DispatchFeedback (Results 1 - 3 of 3) 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.cc 60 void DispatchFeedback(Profile* profile, std::string* post_body, int64 delay);
146 DispatchFeedback(profile_, post_body_, previous_delay_);
199 void DispatchFeedback(Profile* profile, std::string* post_body, int64 delay) {
371 DispatchFeedback(data->profile(), post_body, 0);

Completed in 151 milliseconds