Home | History | Annotate | Download | only in url_request

Lines Matching defs:upload

84   scoped_refptr<net::UploadData> upload = new net::UploadData;
85 upload->AppendBytes(data, strlen(data));
86 return upload;
571 // This file should just be ignored in the upload stream.