Home
last modified time | relevance | path

Searched refs:report_url (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dprotocol_manager.cc654 GURL report_url = SafeBrowsingHitUrl(malicious_url, page_url, in ReportSafeBrowsingHit() local
658 report_url, post_data.empty() ? URLFetcher::GET : URLFetcher::POST, this); in ReportSafeBrowsingHit()
670 GURL report_url = MalwareDetailsUrl(); in ReportMalwareDetails() local
671 URLFetcher* fetcher = new URLFetcher(report_url, URLFetcher::POST, this); in ReportMalwareDetails()
Dsafe_browsing_util.cc516 GURL report_url(report_page + in GeneratePhishingReportUrl() local
519 return google_util::AppendGoogleLocaleParam(report_url); in GeneratePhishingReportUrl()
Dsafe_browsing_blocking_page.cc464 GURL report_url = in CommandReceived() local
467 tab()->OpenURL(report_url, GURL(), CURRENT_TAB, PageTransition::LINK); in CommandReceived()