Home
last modified time | relevance | path

Searched refs:pending_buffer_len_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/base/
Dasync_socket_io_handler_posix.cc16 pending_buffer_len_(0), in AsyncSocketIoHandler()
31 pending_buffer_len_)); in OnFileCanReadWithoutBlocking()
34 pending_buffer_len_ = 0; in OnFileCanReadWithoutBlocking()
56 pending_buffer_len_ = buffer_len; in Read()
Dasync_socket_io_handler.h99 int pending_buffer_len_; in NON_EXPORTED_BASE() local