Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:gurl

25 #include "googleurl/src/gurl.h"
66 bool SendClientReportPhishingRequest(const GURL& phishing_url,
100 void SetCache(const GURL& gurl, bool is_phishing, base::Time time) {
101 csd_service_->cache_[gurl] =
111 cache[GURL("http://first.url.com/")] =
117 cache[GURL("http://second.url.com/")] =
123 cache[GURL("http://third.url.com/")] =
128 cache[GURL("http://fourth.url.com/")] =
135 EXPECT_TRUE(cache.find(GURL("http://first.url.com/")) != cache.end());
136 EXPECT_TRUE(cache.find(GURL("http://third.url.com/")) != cache.end());
137 EXPECT_TRUE(cache.find(GURL("http://fourth.url.com/")) != cache.end());
143 GURL("http://first.url.com"), &is_phishing));
146 GURL("http://third.url.com"), &is_phishing));
148 GURL("http://fourth.url.com"), &is_phishing));
163 void SendRequestDone(GURL phishing_url, bool is_phishing) {
173 GURL phishing_url_;
231 GURL url("http://a.com/");
248 GURL second_url("http://b.com/");