HomeSort by relevance Sort by last modified time
    Searched refs:PostCleanup (Results 1 - 3 of 3) 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.cc 105 class PostCleanup : public net::URLFetcherDelegate {
107 PostCleanup(Profile* profile,
116 virtual ~PostCleanup() {}
123 DISALLOW_COPY_AND_ASSIGN(PostCleanup);
129 void PostCleanup::OnURLFetchComplete(
185 new PostCleanup(profile, post_body, previous_delay));
366 // This pointer will eventually get deleted by the PostCleanup class, after

Completed in 59 milliseconds