Searched refs:current_write_buffer_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host.cc344 if (!current_write_buffer_.get() ||
345 !current_write_buffer_->BytesRemaining()) {
348 current_write_buffer_ = new net::DrainableIOBuffer(
354 write_stream_->Write(current_write_buffer_.get(),
355 current_write_buffer_->BytesRemaining(),
375 current_write_buffer_->DidConsume(result);
H A Dnative_message_process_host.h175 scoped_refptr<net::DrainableIOBuffer> current_write_buffer_; member in class:extensions::NativeMessageProcessHost

Completed in 76 milliseconds