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

  /external/chromium_org/content/browser/download/
download_resource_handler.cc 115 pause_count_(0),
334 if (pause_count_ > 0)
469 ++pause_count_;
474 DCHECK_LT(0, pause_count_);
476 --pause_count_;
480 if (pause_count_ > 0)