Home | History | Annotate | Download | only in safe_browsing

Lines Matching defs:element_index

346   size_t element_index = 0;
357 element_index = static_cast<size_t>(result_int);
360 if (element_index >= unsafe_resources_.size()) {
365 std::string bad_url_spec = unsafe_resources_[element_index].url.spec();
370 SBThreatType threat_type = unsafe_resources_[element_index].threat_type;
392 DCHECK(unsafe_resources_[element_index].threat_type ==