Home | History | Annotate | Download | only in safe_browsing

Lines Matching full:report

205 //              do will report all the chunks we have. If that chunk is still
218 // See if this is a safebrowsing report fetcher. We don't take any action for
223 const URLFetcher* report = *sit;
225 delete report;
657 URLFetcher* report = new URLFetcher(
659 report->set_load_flags(net::LOAD_DISABLE_CACHE);
660 report->set_request_context(request_context_getter_);
662 report->set_upload_data("text/plain", post_data);
663 report->Start();
664 safebrowsing_reports_.insert(report);
669 const std::string& report) {
674 fetcher->set_upload_data("application/octet-stream", report);
773 std::string url = ComposeUrl(http_url_prefix_, "report", client_name_,