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

  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.h 20 class URLRequestChromeJob;
51 friend class URLRequestChromeJob;
55 typedef std::map<RequestID, URLRequestChromeJob*> PendingRequestMap;
59 bool StartRequest(const GURL& url, URLRequestChromeJob* job);
62 void RemoveRequest(URLRequestChromeJob* job);
65 // Called by ~URLRequestChromeJob to verify that |pending_requests_| is kept
67 bool HasPendingJob(URLRequestChromeJob* job) const;
73 // URLRequestChromeJob calls into this object when it's constructed and
chrome_url_data_manager_backend.cc 67 // URLRequestChromeJob is a net::URLRequestJob that manages running
71 class URLRequestChromeJob : public net::URLRequestJob {
73 explicit URLRequestChromeJob(net::URLRequest* request);
93 virtual ~URLRequestChromeJob();
118 ScopedRunnableMethodFactory<URLRequestChromeJob> method_factory_;
120 DISALLOW_COPY_AND_ASSIGN(URLRequestChromeJob);
179 URLRequestChromeJob* job) const {
189 URLRequestChromeJob* job) {
233 void ChromeURLDataManagerBackend::RemoveRequest(URLRequestChromeJob* job) {
253 scoped_refptr<URLRequestChromeJob> job(i->second)
    [all...]

Completed in 58 milliseconds