Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/feedback/
Dfeedback_util.cc105 class PostCleanup : public net::URLFetcherDelegate { class
107 PostCleanup(Profile* profile, in PostCleanup() function in __anon34ac075f0111::PostCleanup
116 virtual ~PostCleanup() {} in ~PostCleanup()
123 DISALLOW_COPY_AND_ASSIGN(PostCleanup);
129 void PostCleanup::OnURLFetchComplete( in OnURLFetchComplete()
185 new PostCleanup(profile, post_body, previous_delay)); in SendFeedback()
/external/chromium/chrome/browser/
Dbug_report_util.cc85 class BugReportUtil::PostCleanup : public URLFetcher::Delegate { class in BugReportUtil
87 PostCleanup(Profile* profile, std::string* post_body, in PostCleanup() function in BugReportUtil::PostCleanup
100 virtual ~PostCleanup() {} in ~PostCleanup()
107 DISALLOW_COPY_AND_ASSIGN(PostCleanup);
113 void BugReportUtil::PostCleanup::OnURLFetchComplete( in OnURLFetchComplete()
213 new BugReportUtil::PostCleanup(profile, in SendFeedback()
Dbug_report_util.h87 class PostCleanup; variable