Searched refs:TcmallocInternalsRequestJob (Results 1 – 3 of 3) sorted by relevance
48 class TcmallocInternalsRequestJob : public net::URLRequestSimpleJob {50 TcmallocInternalsRequestJob(net::URLRequest* request,59 virtual ~TcmallocInternalsRequestJob() {}62 DISALLOW_IMPLICIT_CONSTRUCTORS(TcmallocInternalsRequestJob);
59 TcmallocInternalsRequestJob::TcmallocInternalsRequestJob( in TcmallocInternalsRequestJob() function in content::TcmallocInternalsRequestJob106 int TcmallocInternalsRequestJob::GetData( in GetData()
414 return new TcmallocInternalsRequestJob(request, network_delegate); in MaybeCreateJob()