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

  /external/chromium_org/content/browser/loader/
buffered_resource_handler.h 100 bool must_download_; member in class:content::BufferedResourceHandler
buffered_resource_handler.cc 92 must_download_(false),
441 return must_download_;
449 must_download_ = true;
453 must_download_ = true;
455 must_download_ = false;
458 return must_download_;

Completed in 496 milliseconds