Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/
Dtcmalloc_internals_request_job.h48 class TcmallocInternalsRequestJob : public net::URLRequestSimpleJob {
50 TcmallocInternalsRequestJob(net::URLRequest* request,
59 virtual ~TcmallocInternalsRequestJob() {}
62 DISALLOW_IMPLICIT_CONSTRUCTORS(TcmallocInternalsRequestJob);
Dtcmalloc_internals_request_job.cc59 TcmallocInternalsRequestJob::TcmallocInternalsRequestJob( in TcmallocInternalsRequestJob() function in content::TcmallocInternalsRequestJob
106 int TcmallocInternalsRequestJob::GetData( in GetData()
/external/chromium_org/content/browser/webui/
Durl_data_manager_backend.cc414 return new TcmallocInternalsRequestJob(request, network_delegate); in MaybeCreateJob()