Home
last modified time | relevance | path

Searched refs:DispatchFeedback (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/feedback/
Dfeedback_util.cc60 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/
Dbug_report_util.cc135 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);
Dbug_report_util.h61 static void DispatchFeedback(Profile* profile, std::string* feedback_data,