Home | History | Annotate | Download | only in safe_browsing

Lines Matching defs:lists

744   std::vector<SBListChunkRanges> lists;
748 if (database_->UpdateStarted(&lists)) {
757 this, &SafeBrowsingService::OnGetAllChunksFromDatabase, lists,
762 const std::vector<SBListChunkRanges>& lists, bool database_error) {
765 protocol_manager_->OnGetChunksComplete(lists, database_error);