IsPublicUrl       132 chrome/browser/safe_browsing/malware_details.cc   if (!url.is_valid() || !IsPublicUrl(url))
IsPublicUrl       141 chrome/browser/safe_browsing/malware_details.cc   if (!parent.is_empty() && IsPublicUrl(parent)) {
IsPublicUrl       162 chrome/browser/safe_browsing/malware_details.cc   if (IsPublicUrl(resource_.url)) {
IsPublicUrl       167 chrome/browser/safe_browsing/malware_details.cc   if (IsPublicUrl(page_url)) {
IsPublicUrl       175 chrome/browser/safe_browsing/malware_details.cc     if (IsPublicUrl(referrer_url)) {
IsPublicUrl       103 chrome/browser/safe_browsing/malware_details.h   bool IsPublicUrl(const GURL& url) const;