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

  /external/chromium/chrome/browser/automation/
url_request_automation_job.cc 163 pending_buf_ = buf;
312 if (pending_buf_ && pending_buf_->data()) {
315 memcpy(pending_buf_->data(), &bytes[0], bytes_to_copy);
317 pending_buf_ = NULL;
354 if (!has_response_started() || pending_buf_) {
365 if (pending_buf_) {
366 pending_buf_ = NULL;
382 pending_buf_ = NULL;
486 if (pending_buf_) {
    [all...]
url_request_automation_job.h 102 scoped_refptr<net::IOBuffer> pending_buf_; member in class:URLRequestAutomationJob
  /external/chromium_org/chrome/browser/automation/
url_request_automation_job.cc 212 pending_buf_ = buf;
380 if (pending_buf_.get() && pending_buf_->data()) {
383 memcpy(pending_buf_->data(), &bytes[0], bytes_to_copy);
385 pending_buf_ = NULL;
424 } else if (pending_buf_.get()) {
425 pending_buf_ = NULL;
450 pending_buf_ = NULL;
556 if (pending_buf_.get()) {
557 pending_buf_ = NULL
    [all...]
url_request_automation_job.h 109 scoped_refptr<net::IOBuffer> pending_buf_; member in class:URLRequestAutomationJob
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc 111 scoped_refptr<net::IOBuffer> pending_buf_; member in class:URLRequestChromeJob
330 if (pending_buf_.get()) {
331 CHECK(pending_buf_->data());
332 CompleteRead(pending_buf_, pending_buf_size_, &bytes_read);
333 pending_buf_ = NULL;
347 DCHECK(!pending_buf_.get());
349 pending_buf_ = buf;
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.cc 174 scoped_refptr<net::IOBuffer> pending_buf_; member in class:content::URLRequestChromeJob
286 if (pending_buf_.get()) {
287 CHECK(pending_buf_->data());
288 CompleteRead(pending_buf_.get(), pending_buf_size_, &bytes_read);
289 pending_buf_ = NULL;
303 DCHECK(!pending_buf_.get());
305 pending_buf_ = buf;
  /external/chromium_org/net/socket/
socket_test_util.cc 804 pending_buf_(NULL),
820 DCHECK(pending_buf_ == NULL);
823 pending_buf_ = buf;
928 DCHECK(pending_buf_);
952 DCHECK(pending_buf_);
958 IOBuffer* buf = pending_buf_;
961 pending_buf_ = NULL;
    [all...]
socket_test_util.h 718 IOBuffer* pending_buf_; member in class:net::MockTCPClientSocket
957 IOBuffer* pending_buf_; member in class:net::MockUDPClientSocket
    [all...]
  /external/chromium/net/socket/
socket_test_util.cc 702 pending_buf_(NULL),
716 DCHECK(pending_buf_ == NULL);
719 pending_buf_ = buf;
805 DCHECK(pending_buf_);
824 DCHECK(pending_buf_);
830 net::IOBuffer* buf = pending_buf_;
833 pending_buf_ = NULL;
    [all...]
socket_test_util.h 648 net::IOBuffer* pending_buf_; member in class:net::MockTCPClientSocket
    [all...]

Completed in 131 milliseconds