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

  /external/chromium_org/content/browser/webui/
url_data_manager_backend.h 34 class URLRequestChromeJob;
64 friend class URLRequestChromeJob;
68 typedef std::map<RequestID, URLRequestChromeJob*> PendingRequestMap;
72 bool StartRequest(const net::URLRequest* request, URLRequestChromeJob* job);
84 void RemoveRequest(URLRequestChromeJob* job);
87 // Called by ~URLRequestChromeJob to verify that |pending_requests_| is kept
89 bool HasPendingJob(URLRequestChromeJob* job) const;
99 // URLRequestChromeJob calls into this object when it's constructed and
url_data_manager_backend.cc 97 // URLRequestChromeJob is a net::URLRequestJob that manages running
101 class URLRequestChromeJob : public net::URLRequestJob,
102 public base::SupportsWeakPtr<URLRequestChromeJob> {
105 URLRequestChromeJob(net::URLRequest* request,
163 virtual ~URLRequestChromeJob();
173 const base::WeakPtr<URLRequestChromeJob>& job);
213 base::WeakPtrFactory<URLRequestChromeJob> weak_factory_;
215 DISALLOW_COPY_AND_ASSIGN(URLRequestChromeJob);
218 URLRequestChromeJob::URLRequestChromeJob(net::URLRequest* request
    [all...]

Completed in 176 milliseconds