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

  /external/chromium_org/content/browser/webui/
url_data_manager_backend.cc 185 scoped_refptr<net::IOBuffer> pending_buf_; member in class:content::URLRequestChromeJob
312 if (pending_buf_.get()) {
313 CHECK(pending_buf_->data());
314 CompleteRead(pending_buf_.get(), pending_buf_size_, &bytes_read);
315 pending_buf_ = NULL;
329 DCHECK(!pending_buf_.get());
331 pending_buf_ = buf;
  /external/chromium_org/net/socket/
socket_test_util.cc 844 pending_buf_(NULL),
860 DCHECK(pending_buf_.get() == NULL);
863 pending_buf_ = buf;
968 DCHECK(pending_buf_.get());
992 DCHECK(pending_buf_.get());
998 scoped_refptr<IOBuffer> buf = pending_buf_;
1001 pending_buf_ = NULL;
    [all...]
socket_test_util.h 791 scoped_refptr<IOBuffer> pending_buf_; member in class:net::MockTCPClientSocket
1075 scoped_refptr<IOBuffer> pending_buf_; member in class:net::MockUDPClientSocket
    [all...]

Completed in 63 milliseconds