HomeSort by relevance Sort by last modified time
    Searched refs:report_url (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/components/translate/core/browser/
translate_client.h 66 // Presents |report_url|, a URL containing information relating to reporting
69 virtual void ShowReportLanguageDetectionErrorUI(const GURL& report_url) = 0;
  /external/chromium_org/chrome/browser/safe_browsing/
ping_manager.cc 68 GURL report_url = SafeBrowsingHitUrl(malicious_url, page_url, local
72 report_url,
86 GURL report_url = MalwareDetailsUrl(); local
88 report_url, net::URLFetcher::POST, this);
client_side_detection_service.h 280 static GURL GetClientReportUrl(const std::string& report_url);
safe_browsing_util.cc 501 GURL report_url(report_page + base::StringPrintf(kReportParams,
505 report_url, g_browser_process->GetApplicationLocale());
client_side_detection_service.cc 636 const std::string& report_url) {
637 GURL url(report_url);
  /external/chromium_org/chrome/browser/translate/
chrome_translate_client.h 97 const GURL& report_url) OVERRIDE;
chrome_translate_client.cc 250 const GURL& report_url) {
263 browser, report_url, ui::PAGE_TRANSITION_AUTO_BOOKMARK);
  /external/chromium_org/tools/
check_git_config.py 308 def check_git_config(conf, report_url, verbose):
318 report_url,
369 report_url,
429 conf, report_url, verbose, push_works, push_log, push_duration_ms):
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)

Completed in 356 milliseconds