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 187 scoped_refptr<net::IOBuffer> pending_buf_; member in class:content::URLRequestChromeJob
314 if (pending_buf_.get()) {
315 CHECK(pending_buf_->data());
316 CompleteRead(pending_buf_.get(), pending_buf_size_, &bytes_read);
317 pending_buf_ = NULL;
331 DCHECK(!pending_buf_.get());
333 pending_buf_ = buf;
  /external/chromium_org/net/socket/
socket_test_util.cc 825 pending_buf_(NULL),
841 DCHECK(pending_buf_ == NULL);
844 pending_buf_ = buf;
949 DCHECK(pending_buf_);
973 DCHECK(pending_buf_);
979 scoped_refptr<IOBuffer> buf = pending_buf_;
982 pending_buf_ = NULL;
    [all...]
socket_test_util.h 776 scoped_refptr<IOBuffer> pending_buf_; member in class:net::MockTCPClientSocket
1031 scoped_refptr<IOBuffer> pending_buf_; member in class:net::MockUDPClientSocket
    [all...]

Completed in 80 milliseconds