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

  /external/chromium_org/net/url_request/
url_request.cc 315 DCHECK(!upload_data_stream_ || upload_data_stream_->is_chunked());
316 if (!upload_data_stream_) {
317 upload_data_stream_.reset(
325 DCHECK(upload_data_stream_);
326 DCHECK(upload_data_stream_->is_chunked());
328 upload_data_stream_->AppendChunk(bytes, bytes_len, is_last_chunk);
333 upload_data_stream_ = upload.Pass();
337 return upload_data_stream_.get();
341 return upload_data_stream_.get() != NULL
    [all...]
url_request.h 773 scoped_ptr<UploadDataStream> upload_data_stream_; member in class:net::URLRequest
    [all...]
  /external/chromium_org/net/spdy/
spdy_network_transaction_unittest.cc 423 upload_data_stream_.reset(new UploadDataStream(&element_readers, 0));
427 google_post_request_.upload_data_stream = upload_data_stream_.get();
447 upload_data_stream_.reset(new UploadDataStream(&element_readers, 0));
451 google_post_request_.upload_data_stream = upload_data_stream_.get();
480 upload_data_stream_.reset(new UploadDataStream(&element_readers, 0));
484 google_post_request_.upload_data_stream = upload_data_stream_.get();
492 upload_data_stream_.reset(
497 upload_data_stream_.get();
629 scoped_ptr<UploadDataStream> upload_data_stream_; member in class:net::SpdyNetworkTransactionTest
    [all...]

Completed in 280 milliseconds