OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PostCleanup
(Results
1 - 2
of
2
) 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,
/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 44 milliseconds