Lines Matching refs:URLRequestJob
24 URLRequestJob::URLRequestJob(URLRequest* request) in URLRequestJob() function in net::URLRequestJob
39 void URLRequestJob::SetUpload(UploadData* upload) { in SetUpload()
42 void URLRequestJob::SetExtraRequestHeaders( in SetExtraRequestHeaders()
46 void URLRequestJob::Kill() { in Kill()
53 void URLRequestJob::DetachRequest() { in DetachRequest()
60 bool URLRequestJob::Read(IOBuffer* buf, int buf_size, int *bytes_read) { in Read()
91 void URLRequestJob::StopCaching() { in StopCaching()
95 LoadState URLRequestJob::GetLoadState() const { in GetLoadState()
99 uint64 URLRequestJob::GetUploadProgress() const { in GetUploadProgress()
103 bool URLRequestJob::GetCharset(std::string* charset) { in GetCharset()
107 void URLRequestJob::GetResponseInfo(HttpResponseInfo* info) { in GetResponseInfo()
110 bool URLRequestJob::GetResponseCookies(std::vector<std::string>* cookies) { in GetResponseCookies()
114 Filter* URLRequestJob::SetupFilter() const { in SetupFilter()
118 bool URLRequestJob::IsRedirectResponse(GURL* location, in IsRedirectResponse()
134 bool URLRequestJob::IsSafeRedirect(const GURL& location) { in IsSafeRedirect()
138 bool URLRequestJob::NeedsAuth() { in NeedsAuth()
142 void URLRequestJob::GetAuthChallengeInfo( in GetAuthChallengeInfo()
149 void URLRequestJob::SetAuth(const string16& username, in SetAuth()
156 void URLRequestJob::CancelAuth() { in CancelAuth()
162 void URLRequestJob::ContinueWithCertificate( in ContinueWithCertificate()
168 void URLRequestJob::ContinueDespiteLastError() { in ContinueDespiteLastError()
175 void URLRequestJob::FollowDeferredRedirect() { in FollowDeferredRedirect()
194 bool URLRequestJob::GetMimeType(std::string* mime_type) const { in GetMimeType()
198 int URLRequestJob::GetResponseCode() const { in GetResponseCode()
202 HostPortPair URLRequestJob::GetSocketAddress() const { in GetSocketAddress()
206 URLRequestJob::~URLRequestJob() { in ~URLRequestJob()
210 void URLRequestJob::NotifyHeadersComplete() { in NotifyHeadersComplete()
230 scoped_refptr<URLRequestJob> self_preservation(this); in NotifyHeadersComplete()
291 void URLRequestJob::NotifyReadComplete(int bytes_read) { in NotifyReadComplete()
313 scoped_refptr<URLRequestJob> self_preservation(this); in NotifyReadComplete()
340 void URLRequestJob::NotifyStartError(const URLRequestStatus &status) { in NotifyStartError()
349 void URLRequestJob::NotifyDone(const URLRequestStatus &status) { in NotifyDone()
379 method_factory_.NewRunnableMethod(&URLRequestJob::CompleteNotifyDone)); in NotifyDone()
382 void URLRequestJob::CompleteNotifyDone() { in CompleteNotifyDone()
402 void URLRequestJob::NotifyCanceled() { in NotifyCanceled()
409 void URLRequestJob::NotifyRestartRequired() { in NotifyRestartRequired()
415 bool URLRequestJob::ReadRawData(IOBuffer* buf, int buf_size, in ReadRawData()
423 void URLRequestJob::FilteredDataRead(int bytes_read) { in FilteredDataRead()
428 bool URLRequestJob::ReadFilteredData(int* bytes_read) { in ReadFilteredData()
534 const URLRequestStatus URLRequestJob::GetStatus() { in GetStatus()
542 void URLRequestJob::SetStatus(const URLRequestStatus &status) { in SetStatus()
547 bool URLRequestJob::ReadRawDataForFilter(int* bytes_read) { in ReadRawDataForFilter()
566 bool URLRequestJob::ReadRawDataHelper(IOBuffer* buf, int buf_size, in ReadRawDataHelper()
586 void URLRequestJob::FollowRedirect(const GURL& location, int http_status_code) { in FollowRedirect()
594 void URLRequestJob::OnRawReadComplete(int bytes_read) { in OnRawReadComplete()
602 void URLRequestJob::RecordBytesRead(int bytes_read) { in RecordBytesRead()
609 bool URLRequestJob::FilterHasData() { in FilterHasData()
613 void URLRequestJob::UpdatePacketReadTimes() { in UpdatePacketReadTimes()