HomeSort by relevance Sort by last modified time
    Searched refs:PostCleanup (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/
bug_report_util.cc 85 class BugReportUtil::PostCleanup : public URLFetcher::Delegate {
87 PostCleanup(Profile* profile, std::string* post_body,
100 virtual ~PostCleanup() {}
107 DISALLOW_COPY_AND_ASSIGN(PostCleanup);
113 void BugReportUtil::PostCleanup::OnURLFetchComplete(
213 new BugReportUtil::PostCleanup(profile,
bug_report_util.h 87 class PostCleanup;
  /external/chromium_org/chrome/browser/feedback/
feedback_util.h 81 class PostCleanup;
feedback_util.cc 96 class FeedbackUtil::PostCleanup : public net::URLFetcherDelegate {
98 PostCleanup(Profile* profile,
107 virtual ~PostCleanup() {}
114 DISALLOW_COPY_AND_ASSIGN(PostCleanup);
120 void FeedbackUtil::PostCleanup::OnURLFetchComplete(
208 new FeedbackUtil::PostCleanup(profile, post_body, previous_delay));

Completed in 607 milliseconds