Home
last modified time | relevance | path

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

/external/chromium_org/tools/
Dcheck_git_config.py308 def check_git_config(conf, report_url, verbose): argument
318 report_url,
369 report_url,
429 conf, report_url, verbose, push_works, push_log, push_duration_ms): argument
455 url=report_url,
466 urlparse.urlparse(report_url).netloc)
505 check_git_config(config, options.report_url, True)
529 ok = check_git_config(config, options.report_url, False)
/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.cc501 GURL report_url(report_page + base::StringPrintf(kReportParams, in GeneratePhishingReportUrl() local
505 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()
/external/chromium_org/components/translate/core/browser/
Dtranslate_client.h69 virtual void ShowReportLanguageDetectionErrorUI(const GURL& report_url) = 0;
/external/chromium_org/chrome/browser/translate/
Dchrome_translate_client.cc250 const GURL& report_url) { in ShowReportLanguageDetectionErrorUI() argument
263 browser, report_url, ui::PAGE_TRANSITION_AUTO_BOOKMARK); in ShowReportLanguageDetectionErrorUI()
Dchrome_translate_client.h97 const GURL& report_url) OVERRIDE;