Searched refs:ViewHttpCacheJob (Results 1 – 1 of 1) sorted by relevance
25 class ViewHttpCacheJob : public net::URLRequestJob { class27 ViewHttpCacheJob(net::URLRequest* request, in ViewHttpCacheJob() function in content::__anone02e3ba70111::ViewHttpCacheJob31 callback_(base::Bind(&ViewHttpCacheJob::OnStartCompleted, in ViewHttpCacheJob()86 virtual ~ViewHttpCacheJob() {} in ~ViewHttpCacheJob()94 base::WeakPtrFactory<ViewHttpCacheJob> weak_factory_;96 DISALLOW_COPY_AND_ASSIGN(ViewHttpCacheJob);99 void ViewHttpCacheJob::Start() { in Start()102 base::Bind(&ViewHttpCacheJob::StartAsync, weak_factory_.GetWeakPtr())); in Start()105 void ViewHttpCacheJob::Kill() { in Kill()114 void ViewHttpCacheJob::StartAsync() { in StartAsync()[all …]