Home | History | Annotate | Download | only in base

Lines Matching refs:gurl

12 #include "googleurl/src/gurl.h"
48 static const GURL kUrlGoogle("http://www.google.izzle");
80 std::vector<GURL> gurls; // just wanna have ffffuunnn
82 gurls.push_back(GURL(base::StringPrintf("http://a%04d.izzle", i)));
87 for (std::vector<GURL>::const_iterator it = gurls.begin();
94 for (std::vector<GURL>::const_iterator it = gurls.begin();
143 GURL gurl("https://" + *it + "/");
146 EXPECT_TRUE(cm->SetCookie(gurl, cookie));
150 GURL probe_gurl("https://b.a.b.a.top.com/");
166 GURL probe_gurl("https://b.a.b.a.top.com/");
170 // by effective TLD+1 will apply to probe GURL.
185 GURL gurl("https://" + *it + "/");
188 EXPECT_TRUE(cm->SetCookie(gurl, cookie));
212 std::string gurl("www" + domain_name);
216 AddCookieToList(gurl, cookie_line,
227 GURL gurl("www.google.com");
230 cm->GetCookiesWithOptions(gurl, options);
293 GURL gurl("http://google.com");
296 EXPECT_TRUE(cm->SetCookie(gurl, cookie_line));
300 EXPECT_TRUE(cm->SetCookie(gurl, cookie_line));