Searched refs:IsPublicUrl (Results 1 – 4 of 4) sorted by relevance
96 bool MalwareDetails::IsPublicUrl(const GURL& url) const { in IsPublicUrl() function in MalwareDetails124 if (!IsPublicUrl(url)) in AddUrl()133 if (!parent.is_empty() && IsPublicUrl(parent)) { in AddUrl()154 if (IsPublicUrl(resource_.url)) { in StartCollection()159 if (IsPublicUrl(page_url)) { in StartCollection()167 if (IsPublicUrl(referrer_url)) { in StartCollection()
92 bool IsPublicUrl(const GURL& url) const;
104 bool MalwareDetails::IsPublicUrl(const GURL& url) const { in IsPublicUrl() function in MalwareDetails132 if (!url.is_valid() || !IsPublicUrl(url)) in AddUrl()141 if (!parent.is_empty() && IsPublicUrl(parent)) { in AddUrl()162 if (IsPublicUrl(resource_.url)) { in StartCollection()167 if (IsPublicUrl(page_url)) { in StartCollection()175 if (IsPublicUrl(referrer_url)) { in StartCollection()
103 bool IsPublicUrl(const GURL& url) const;