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

  /external/chromium_org/content/browser/loader/
redirect_to_file_resource_handler.cc 134 buf_write_pending_(false),
200 buf_write_pending_ = true;
206 DCHECK(buf_write_pending_);
207 buf_write_pending_ = false;
313 if (!buf_write_pending_) {
redirect_to_file_resource_handler.h 85 // network (buf_write_pending_ is true while the system is copying data into
92 bool buf_write_pending_; member in class:content::RedirectToFileResourceHandler

Completed in 253 milliseconds