Searched refs:report_ (Results 1 – 3 of 3) sorted by relevance
152 report_.reset(new ClientMalwareReportRequest()); in StartCollection()155 report_->set_malware_url(resource_.url.spec()); in StartCollection()160 report_->set_page_url(page_url.spec()); in StartCollection()168 report_->set_referrer_url(referrer_url.spec()); in StartCollection()261 report_->add_resources(); in OnCacheCollectionReady()265 report_->set_complete(cache_result_); in OnCacheCollectionReady()269 if (!report_->SerializeToString(&serialized)) { in OnCacheCollectionReady()
80 scoped_ptr<safe_browsing::ClientMalwareReportRequest> report_; variable
144 return report_.get(); in get_report()