Searched refs:report_url (Results 1 – 3 of 3) sorted by relevance
654 GURL report_url = SafeBrowsingHitUrl(malicious_url, page_url, in ReportSafeBrowsingHit() local658 report_url, post_data.empty() ? URLFetcher::GET : URLFetcher::POST, this); in ReportSafeBrowsingHit()670 GURL report_url = MalwareDetailsUrl(); in ReportMalwareDetails() local671 URLFetcher* fetcher = new URLFetcher(report_url, URLFetcher::POST, this); in ReportMalwareDetails()
516 GURL report_url(report_page + in GeneratePhishingReportUrl() local519 return google_util::AppendGoogleLocaleParam(report_url); in GeneratePhishingReportUrl()
464 GURL report_url = in CommandReceived() local467 tab()->OpenURL(report_url, GURL(), CURRENT_TAB, PageTransition::LINK); in CommandReceived()