Home
last modified time | relevance | path

Searched defs:bytes_to_write (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/content/test/net/
Durl_request_slow_download_job.cc140 int bytes_to_write = std::min(kFirstDownloadSize - bytes_already_sent_, in FillBufferHelper() local
154 int bytes_to_write = in FillBufferHelper() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
D_stream_base.py135 def _write(self, bytes_to_write): argument
/external/chromium_org/ppapi/proxy/
Dfile_io_resource.cc83 int32_t bytes_to_write, in WriteOp()
268 int32_t bytes_to_write, in Write()
490 int32_t bytes_to_write, in WriteValidated()
582 int32_t bytes_to_write, in OnRequestWriteQuotaComplete()
Dtcp_socket_private_resource.cc87 int32_t bytes_to_write, in Write()
Dtcp_socket_resource.cc99 int32_t bytes_to_write, in Write()
Dtcp_socket_resource_base.cc228 int32_t bytes_to_write, in WriteImpl()
/external/chromium_org/chrome/utility/image_writer/
Dimage_writer.cc126 int bytes_to_write = bytes_read + (kMemoryAlignment - 1) - in WriteChunk() local
/external/chromium_org/mojo/common/test/
Dtest_utils_posix.cc19 size_t bytes_to_write, in BlockingWrite()
Dtest_utils_win.cc21 size_t bytes_to_write, in BlockingWrite()
/external/chromium_org/ppapi/cpp/
Dtcp_socket.cc127 int32_t bytes_to_write, in Write()
Dfile_io.cc133 int32_t bytes_to_write, in Write()
/external/chromium_org/media/base/android/
Dwebaudio_media_codec_bridge.cc184 int bytes_to_write = (count >= PIPE_BUF) ? PIPE_BUF : count; in OnChunkDecoded() local
/external/chromium_org/ppapi/cpp/private/
Dtcp_socket_private.cc203 int32_t bytes_to_write, in Write()
/external/chromium_org/base/files/
Dfile_proxy.cc205 const char* buffer, int bytes_to_write) in WriteHelper()
315 int bytes_to_write, in Write()
/external/chromium_org/remoting/protocol/
Dconnection_tester.cc74 int bytes_to_write = std::min(output_buffer_->BytesRemaining(), in DoWrite() local
/external/chromium_org/net/tools/flip_server/
Dring_buffer.cc54 int bytes_to_write = size; in Write() local
/external/chromium_org/content/child/npapi/
Dplugin_stream.cc197 int bytes_to_write = instance_->NPP_WriteReady(&stream_); in TryWriteToPlugin() local
/external/chromium_org/storage/browser/fileapi/
Dfile_writer_delegate.cc139 int64 bytes_to_write = bytes_read_ - bytes_written_; in Write() local
/external/chromium_org/ppapi/thunk/
Dppb_file_io_thunk.cc88 int32_t bytes_to_write, in Write()
Dppb_tcp_socket_thunk.cc95 int32_t bytes_to_write, in Write()
Dppb_tcp_socket_private_thunk.cc109 int32_t bytes_to_write, in Write()
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
Dfake_pepper_interface_html5_fs.cc100 int32_t bytes_to_write) { in Write()
113 int32_t FakeHtml5FsNode::Append(const char* buffer, int32_t bytes_to_write) { in Append()
388 int32_t bytes_to_write, in Write()
/external/zlib/src/contrib/iostream3/
Dzfstream.cc229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() local
/external/chromium_org/mojo/system/
Draw_channel.cc102 size_t bytes_to_write = message->total_size() - data_offset_; in GetBuffers() local
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dservice_runtime.cc234 std::string file_id, int64_t offset, int64_t bytes_to_write) { in RequestQuotaForWrite()

12