Home | History | Annotate | Download | only in safe_browsing

Lines Matching full:full_url

247   WebKit::WebURL full_url = element.document().completeURL(
251 bool is_external = IsExternalDomain(full_url, &domain);
253 DVLOG(1) << "Could not extract domain from link: " << full_url;
265 if (GURL(full_url).SchemeIs("https")) {
282 WebKit::WebURL full_url = element.document().completeURL(
286 bool is_external = IsExternalDomain(full_url, &domain);
288 DVLOG(1) << "Could not extract domain from form action: " << full_url;
305 WebKit::WebURL full_url = element.document().completeURL(
308 bool is_external = IsExternalDomain(full_url, &domain);
310 DVLOG(1) << "Could not extract domain from image src: " << full_url;