Searched refs:report_url (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/browser/safe_browsing/ |
D | ping_manager.cc | 68 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()
|
D | client_side_detection_service.h | 280 static GURL GetClientReportUrl(const std::string& report_url);
|
D | safe_browsing_util.cc | 483 GURL report_url(report_page + base::StringPrintf(kReportParams, in GeneratePhishingReportUrl() local 487 report_url, g_browser_process->GetApplicationLocale()); in GeneratePhishingReportUrl()
|
D | client_side_detection_service.cc | 636 const std::string& report_url) { in GetClientReportUrl() argument 637 GURL url(report_url); in GetClientReportUrl()
|
D | safe_browsing_blocking_page.cc | 454 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/ |
D | translate_client.h | 66 virtual void ShowReportLanguageDetectionErrorUI(const GURL& report_url) = 0;
|
/external/chromium_org/chrome/browser/translate/ |
D | chrome_translate_client.h | 106 const GURL& report_url) OVERRIDE;
|
D | chrome_translate_client.cc | 237 const GURL& report_url) { in ShowReportLanguageDetectionErrorUI() argument 250 browser, report_url, content::PAGE_TRANSITION_AUTO_BOOKMARK); in ShowReportLanguageDetectionErrorUI()
|