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

  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 406 queued_checks_.push_back(queued_check);
452 for (std::deque<QueuedCheck>::iterator it(queued_checks_.begin());
453 it != queued_checks_.end(); ) {
457 it = queued_checks_.erase(it);
601 while (!queued_checks_.empty()) {
602 QueuedCheck queued = queued_checks_.front();
611 queued_checks_.pop_front();
806 HISTOGRAM_COUNTS("SB.QueueDepth", queued_checks_.size());
807 if (queued_checks_.empty())
813 while (!queued_checks_.empty())
    [all...]
database_manager.h 407 std::deque<QueuedCheck> queued_checks_; member in class:SafeBrowsingDatabaseManager

Completed in 68 milliseconds