HomeSort by relevance Sort by last modified time
    Searched defs:IsPublicUrl (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
malware_details.cc 96 bool MalwareDetails::IsPublicUrl(const GURL& url) const {
124 if (!IsPublicUrl(url))
133 if (!parent.is_empty() && IsPublicUrl(parent)) {
154 if (IsPublicUrl(resource_.url)) {
159 if (IsPublicUrl(page_url)) {
167 if (IsPublicUrl(referrer_url)) {
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details.cc 104 bool MalwareDetails::IsPublicUrl(const GURL& url) const {
132 if (!url.is_valid() || !IsPublicUrl(url))
141 if (!parent.is_empty() && IsPublicUrl(parent)) {
162 if (IsPublicUrl(resource_.url)) {
167 if (IsPublicUrl(page_url)) {
175 if (IsPublicUrl(referrer_url)) {

Completed in 627 milliseconds