Searched defs:malicious_url (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dping_manager.cc62 const GURL& malicious_url,
68 GURL report_url = SafeBrowsingHitUrl(malicious_url, page_url,
99 const GURL& malicious_url, const GURL& page_url,
131 net::EscapeQueryParamValue(malicious_url.spec(), true).c_str(),
61 ReportSafeBrowsingHit( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SBThreatType threat_type, const std::string& post_data) argument
98 SafeBrowsingHitUrl( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SBThreatType threat_type) const argument
H A Dui_manager.cc184 const GURL& malicious_url,
197 malicious_url, page_url, referrer_url, is_subresource,
212 const GURL& malicious_url,
225 DVLOG(1) << "ReportSafeBrowsingHit: " << malicious_url << " " << page_url
229 malicious_url, page_url,
183 ReportSafeBrowsingHit( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SBThreatType threat_type, const std::string& post_data) argument
211 ReportSafeBrowsingHitOnIOThread( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SBThreatType threat_type, const std::string& post_data) argument

Completed in 114 milliseconds