Searched refs:ReadResponseBody (Results 26 - 50 of 58) sorted by relevance

123

/external/chromium_org/net/quic/
H A Dquic_http_stream.h40 virtual int ReadResponseBody(IOBuffer* buf,
132 // Caller provided buffer for the ReadResponseBody() response.
H A Dquic_http_stream_test.cc358 EXPECT_EQ(0, stream_->ReadResponseBody(read_buffer_.get(),
400 EXPECT_EQ(12, stream_->ReadResponseBody(read_buffer_.get(),
457 stream_->ReadResponseBody(read_buffer_.get(), read_buffer_->size(),
519 stream_->ReadResponseBody(read_buffer_.get(), read_buffer_->size(),
H A Dquic_http_stream.cc156 int QuicHttpStream::ReadResponseBody( function in class:net::QuicHttpStream
/external/chromium_org/net/spdy/
H A Dspdy_http_stream.h55 virtual int ReadResponseBody(IOBuffer* buf,
144 // User provided buffer for the ReadResponseBody() response.
H A Dspdy_http_stream_unittest.cc304 0, http_stream1->ReadResponseBody(buf1.get(), 1, callback1.callback()));
457 http_stream->ReadResponseBody(
465 http_stream->ReadResponseBody(
473 http_stream->ReadResponseBody(
770 http_stream->ReadResponseBody(
H A Dspdy_http_stream.cc122 int SpdyHttpStream::ReadResponseBody( function in class:net::SpdyHttpStream
341 // ReadResponseBody(), therefore user_buffer_ may be NULL. This may often
485 rv = ReadResponseBody(user_buffer_.get(), user_buffer_len_, callback_);
/external/chromium_org/ppapi/examples/url_loader/
H A Dstreaming.cc118 result = loader_.ReadResponseBody(buf_, kBufSize, cc);
/external/chromium_org/ppapi/proxy/
H A Durl_loader_resource.h58 virtual int32_t ReadResponseBody(
H A Durl_loader_resource.cc154 int32_t URLLoaderResource::ReadResponseBody( function in class:ppapi::proxy::URLLoaderResource
299 // the initial call to Open, or called ReadResponseBody and got a
/external/chromium/net/http/
H A Dhttp_response_body_drainer_unittest.cc104 virtual int ReadResponseBody(IOBuffer* buf, int buf_len,
140 int MockHttpStream::ReadResponseBody( function in class:net::__anon3113::MockHttpStream
H A Dhttp_proxy_client_socket.cc467 return http_stream_parser_->ReadResponseBody(drain_buf_, kDrainBodyBufferSize,
/external/chromium_org/net/http/
H A Dhttp_response_body_drainer_unittest.cc109 virtual int ReadResponseBody(IOBuffer* buf, int buf_len,
158 int MockHttpStream::ReadResponseBody(IOBuffer* buf, function in class:net::__anon8781::MockHttpStream
258 // call to ReadResponseBody, after all data were returned from HttpStream.
H A Dhttp_pipelined_connection_impl.h109 int ReadResponseBody(int pipeline_id,
H A Dhttp_proxy_client_socket.cc508 return http_stream_parser_->ReadResponseBody(
H A Dhttp_stream_parser_unittest.cc299 rv = parser.ReadResponseBody(
H A Dhttp_pipelined_connection_impl.cc602 int HttpPipelinedConnectionImpl::ReadResponseBody( function in class:net::HttpPipelinedConnectionImpl
608 return stream_info_map_[pipeline_id].parser->ReadResponseBody(
H A Dhttp_pipelined_connection_impl_unittest.cc157 stream->ReadResponseBody(buffer.get(), expected.size(),
163 stream->ReadResponseBody(buffer.get(), expected.size(),
495 stream1->ReadResponseBody(buffer.get(), expected.size(),
/external/chromium/net/spdy/
H A Dspdy_http_stream.cc104 int SpdyHttpStream::ReadResponseBody( function in class:net::SpdyHttpStream
354 // ReadResponseBody(), therefore user_buffer_ may be NULL. This may often
439 rv = ReadResponseBody(user_buffer_, user_buffer_len_, user_callback_);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
H A Dall_interfaces.h99 METHOD4(URLLoaderInterface, int32_t, ReadResponseBody, PP_Resource, void*,
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dfile_downloader.cc330 int32_t pp_error = url_loader_.ReadResponseBody(&temp_buffer_[0],
414 pp_error = url_loader_.ReadResponseBody(&temp_buffer_[0],
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dgraphics_3d.cc368 int32_t bytes = ppb_urlloader_interface->ReadResponseBody(
408 int32_t bytes = ppb_urlloader_interface->ReadResponseBody(
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
H A Ddrive.cc142 result = url_loader.ReadResponseBody(
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_node_http.cc521 int bytes_read = loader_interface->ReadResponseBody(
/external/chromium_org/ppapi/tests/
H A Dtest_url_request.cc314 callback.WaitForResult(ppb_url_loader_interface_->ReadResponseBody(
320 error.assign(ReportError("PPB_URLLoader::ReadResponseBody()",
327 error = "PPB_URLLoader::ReadResponseBody() read unexpected response.";
H A Dtest_url_loader.cc183 loader->ReadResponseBody(buf, sizeof(buf), callback.GetCallback()));
185 return ReportError("URLLoader::ReadResponseBody", callback.result());
217 return "URLLoader::ReadResponseBody returned unexpected content length";
219 return "URLLoader::ReadResponseBody returned unexpected content";
777 // Abort |ReadResponseBody()|.
786 rv = loader.ReadResponseBody(buf, sizeof(buf), callback.GetCallback());
792 return "URLLoader::ReadResponseBody wrote data after resource "

Completed in 907 milliseconds

123