Lines Matching defs:URLRequestJob

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