Home | History | Annotate | Download | only in prerender

Lines Matching refs:GURL

11 #include "googleurl/src/gurl.h"
21 const GURL& url,
24 std::vector<GURL>(), GURL()),
30 const GURL& url,
31 const std::vector<GURL> alias_urls,
33 : PrerenderContents(prerender_manager, NULL, url, alias_urls, GURL()),
86 bool AddSimplePreload(const GURL& url) {
87 return AddPreload(url, std::vector<GURL>(), GURL());
90 bool IsPendingEntry(const GURL& url) {
116 const GURL& url,
117 const std::vector<GURL>& alias_urls,
118 const GURL& referrer) OVERRIDE {
146 GURL url("http://www.google.com/");
151 GURL url("http://www.google.com/");
167 GURL url("http://www.google.com/");
191 GURL url("http://www.google.com/");
208 GURL url("http://www.google.com/");
217 GURL url1("http://news.google.com/");
235 GURL url("http://www.google.com/");
244 GURL url1("http://news.google.com/");
252 GURL url2("http://images.google.com/");
270 GURL url("http://www.google.com/");
271 GURL alias_url1("http://www.google.com/index.html");
272 GURL alias_url2("http://google.com/");
273 GURL not_an_alias_url("http://google.com/index.html");
274 std::vector<GURL> alias_urls;
282 EXPECT_TRUE(prerender_manager_->AddPreload(url, alias_urls, GURL()));
286 EXPECT_TRUE(prerender_manager_->AddPreload(url, alias_urls, GURL()));
289 EXPECT_TRUE(prerender_manager_->AddPreload(url, alias_urls, GURL()));
294 EXPECT_TRUE(prerender_manager_->AddPreload(url, alias_urls, GURL()));
306 GURL url("http://www.google.com/");
319 GURL url1("http://news.google.com/");
330 GURL url("http://www.google.com/");
343 GURL url1("http://news.google.com/");
355 GURL url("http://www.google.com/");
368 GURL pending_url("http://news.google.com/");
372 std::vector<GURL>(),
384 GURL url("http://www.google.com/");
402 GURL pending_url("http://news.google.com/");
406 std::vector<GURL>(),
414 GURL result;
416 GURL("http://www.google.com/url?sa=t&source=web&cd=1&ved=0CBcQFjAA&url=http%3A%2F%2Fwww.abercrombie.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FStoreLocator%3FcatalogId%3D%26storeId%3D10051%26langId%3D-1&rct=j&q=allinurl%3A%26&ei=KLyUTYGSEdTWiAKUmLCdCQ&usg=AFQjCNF8nJ2MpBFfr1ijO39_f22bcKyccw&sig2=2ymyGpO0unJwU1d4kdCUjQ"),
418 ASSERT_EQ(GURL("http://www.abercrombie.com/webapp/wcs/stores/servlet/StoreLocator?catalogId=&storeId=10051&langId=-1").spec(), result.spec());
420 GURL("http://www.google.com/url?sadf=test&blah=blahblahblah"), &result));
422 GURL("http://www.google.com/?url=INVALIDurlsAREsoMUCHfun.com"), &result));
424 GURL
426 ASSERT_EQ(GURL("http://validURLSareGREAT.com").spec(), result.spec());