Home
last modified time | relevance | path

Searched refs:record_parts (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_test.cc77 std::vector<std::string> record_parts; in ParsePhishingUrls() local
78 base::SplitString(urls[i], '\t', &record_parts); in ParsePhishingUrls()
79 if (record_parts.size() != 3) { in ParsePhishingUrls()
85 "://" + record_parts[0]; in ParsePhishingUrls()
86 phishing_url.list_name = record_parts[1]; in ParsePhishingUrls()
87 if (record_parts[2] == "yes") { in ParsePhishingUrls()
89 } else if (record_parts[2] == "no") { in ParsePhishingUrls()
93 << ": " << record_parts[2]; in ParsePhishingUrls()