Searched refs:pending_buf_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Durl_request_automation_job.cc163 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...]
H A Durl_request_automation_job.h102 scoped_refptr<net::IOBuffer> pending_buf_; member in class:URLRequestAutomationJob
/external/chromium_org/chrome/browser/automation/
H A Durl_request_automation_job.cc212 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_
[all...]
H A Durl_request_automation_job.h109 scoped_refptr<net::IOBuffer> pending_buf_; member in class:URLRequestAutomationJob
/external/chromium/chrome/browser/ui/webui/
H A Dchrome_url_data_manager_backend.cc111 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/
H A Durl_data_manager_backend.cc179 scoped_refptr<net::IOBuffer> pending_buf_; member in class:content::URLRequestChromeJob
302 if (pending_buf_.get()) {
303 CHECK(pending_buf_->data());
304 CompleteRead(pending_buf_.get(), pending_buf_size_, &bytes_read);
305 pending_buf_ = NULL;
319 DCHECK(!pending_buf_.get());
321 pending_buf_ = buf;
/external/chromium_org/net/socket/
H A Dsocket_test_util.cc806 pending_buf_(NULL),
822 DCHECK(pending_buf_ == NULL);
825 pending_buf_ = buf;
930 DCHECK(pending_buf_);
954 DCHECK(pending_buf_);
960 scoped_refptr<IOBuffer> buf = pending_buf_;
963 pending_buf_ = NULL;
1438 pending_buf_(NULL),
1455 DCHECK(pending_buf_ == NULL);
1458 pending_buf_
[all...]
H A Dsocket_test_util.h771 scoped_refptr<IOBuffer> pending_buf_; member in class:net::MockTCPClientSocket
1020 scoped_refptr<IOBuffer> pending_buf_; member in class:net::MockUDPClientSocket
/external/chromium/net/socket/
H A Dsocket_test_util.cc702 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;
H A Dsocket_test_util.h648 net::IOBuffer* pending_buf_; member in class:net::MockTCPClientSocket

Completed in 232 milliseconds