Searched refs:DispatchFeedback (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome/browser/feedback/ |
D | feedback_util.cc | 60 void DispatchFeedback(Profile* profile, std::string* post_body, int64 delay); 146 DispatchFeedback(profile_, post_body_, previous_delay_); in OnURLFetchComplete() 199 void DispatchFeedback(Profile* profile, std::string* post_body, int64 delay) { in DispatchFeedback() function 371 DispatchFeedback(data->profile(), post_body, 0); in SendReport()
|
/external/chromium/chrome/browser/ |
D | bug_report_util.cc | 135 BugReportUtil::DispatchFeedback(profile_, post_body_, previous_delay_); in OnURLFetchComplete() 189 void BugReportUtil::DispatchFeedback(Profile* profile, in DispatchFeedback() function in BugReportUtil 377 DispatchFeedback(profile, post_body, 0);
|
D | bug_report_util.h | 61 static void DispatchFeedback(Profile* profile, std::string* feedback_data,
|