Home | History | Annotate | Download | only in browser

Lines Matching refs:post_body

87   PostCleanup(Profile* profile, std::string* post_body,
89 post_body_(post_body),
190 std::string* post_body,
192 DCHECK(post_body);
195 &BugReportUtil::SendFeedback, profile, post_body, delay), delay);
200 std::string* post_body,
202 DCHECK(post_body);
214 post_body,
218 fetcher->set_upload_data(std::string(kProtBufMimeType), *post_body);
373 std::string* post_body = new std::string;
374 feedback_data.SerializeToString(post_body);
377 DispatchFeedback(profile, post_body, 0);