Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/
Dping_manager.cc68 GURL report_url = SafeBrowsingHitUrl(malicious_url, page_url, in ReportSafeBrowsingHit() local
72 report_url, in ReportSafeBrowsingHit()
86 GURL report_url = MalwareDetailsUrl(); in ReportMalwareDetails() local
88 report_url, net::URLFetcher::POST, this); in ReportMalwareDetails()
Dclient_side_detection_service.h280 static GURL GetClientReportUrl(const std::string& report_url);
Dsafe_browsing_util.cc483 GURL report_url(report_page + base::StringPrintf(kReportParams, in GeneratePhishingReportUrl() local
487 report_url, g_browser_process->GetApplicationLocale()); in GeneratePhishingReportUrl()
Dclient_side_detection_service.cc636 const std::string& report_url) { in GetClientReportUrl() argument
637 GURL url(report_url); in GetClientReportUrl()
Dsafe_browsing_blocking_page.cc454 GURL report_url = in CommandReceived() local
460 report_url, Referrer(), CURRENT_TAB, content::PAGE_TRANSITION_LINK, in CommandReceived()
/external/chromium_org/components/translate/core/browser/
Dtranslate_client.h66 virtual void ShowReportLanguageDetectionErrorUI(const GURL& report_url) = 0;
/external/chromium_org/chrome/browser/translate/
Dchrome_translate_client.h106 const GURL& report_url) OVERRIDE;
Dchrome_translate_client.cc237 const GURL& report_url) { in ShowReportLanguageDetectionErrorUI() argument
250 browser, report_url, content::PAGE_TRANSITION_AUTO_BOOKMARK); in ShowReportLanguageDetectionErrorUI()