Searched refs:report_url (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/tools/ |
D | check_git_config.py | 308 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/ |
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 | 501 GURL report_url(report_page + base::StringPrintf(kReportParams, in GeneratePhishingReportUrl() local 505 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()
|
/external/chromium_org/components/translate/core/browser/ |
D | translate_client.h | 69 virtual void ShowReportLanguageDetectionErrorUI(const GURL& report_url) = 0;
|
/external/chromium_org/chrome/browser/translate/ |
D | chrome_translate_client.cc | 250 const GURL& report_url) { in ShowReportLanguageDetectionErrorUI() argument 263 browser, report_url, ui::PAGE_TRANSITION_AUTO_BOOKMARK); in ShowReportLanguageDetectionErrorUI()
|
D | chrome_translate_client.h | 97 const GURL& report_url) OVERRIDE;
|