Lines Matching refs:destination_url

32   std::string destination_url;
55 match.destination_url = GURL(data[i].destination_url);
137 match->destination_url = GURL("http://" + url_id);
166 EXPECT_EQ(expected_match.destination_url.spec(),
167 match.destination_url.spec()) << i;
290 matches[1].destination_url = GURL();
291 matches[3].destination_url = GURL();
292 matches[4].destination_url = GURL();
307 EXPECT_TRUE(result.match_at(0)->destination_url.is_empty());
309 EXPECT_TRUE(result.match_at(1)->destination_url.is_empty());
311 EXPECT_TRUE(result.match_at(2)->destination_url.is_empty());
313 EXPECT_EQ("http://b/", result.match_at(3)->destination_url.spec());
335 matches[0].destination_url = GURL("http://www.foo.com/s?q=foo");
336 matches[1].destination_url = GURL("http://www.foo.com/s?q=foo2");
337 matches[2].destination_url = GURL("http://www.foo.com/s?q=foo&oq=f");
338 matches[3].destination_url = GURL("http://www.foo.com/s?q=foo&aqs=0");
339 matches[4].destination_url = GURL("http://www.foo.com/");
353 result.match_at(0)->destination_url.spec());
356 result.match_at(1)->destination_url.spec());
359 result.match_at(2)->destination_url.spec());
372 dup_match.destination_url = GURL("http://www.foo.com/s?q=foo&oq=dup");
387 matches[0].destination_url = GURL("http://www.foo.com/s?q=foo");
388 matches[1].destination_url = GURL("http://www.foo.com/s?q=foo2");
389 matches[2].destination_url = GURL("http://www.foo.com/s?q=foo&oq=f");
390 matches[3].destination_url = GURL("http://www.foo.com/s?q=foo&aqs=0");
391 matches[4].destination_url = GURL("http://www.foo.com/");
392 matches[5].destination_url = GURL("http://www.foo.com/s?q=foo2&oq=f");
410 EXPECT_EQ(matches[2].destination_url,
411 first_match->duplicate_matches.at(1).destination_url);
412 EXPECT_EQ(dup_match.destination_url,
413 first_match->duplicate_matches.at(2).destination_url);
414 EXPECT_EQ(matches[3].destination_url,
415 first_match->duplicate_matches.at(3).destination_url);
419 EXPECT_EQ(matches[5].destination_url,
420 result.match_at(1)->duplicate_matches.at(0).destination_url);
463 result.match_at(0)->destination_url.spec());
465 result.match_at(1)->destination_url.spec());
467 result.match_at(2)->destination_url.spec());
508 result.match_at(0)->destination_url.spec());
510 result.match_at(1)->destination_url.spec());
514 result.match_at(2)->destination_url.spec());
516 result.match_at(3)->destination_url.spec());
560 EXPECT_EQ("http://c/", result.match_at(0)->destination_url.spec());
561 EXPECT_EQ("http://a/", result.match_at(1)->destination_url.spec());
562 EXPECT_EQ("http://b/", result.match_at(2)->destination_url.spec());
563 EXPECT_EQ("http://d/", result.match_at(3)->destination_url.spec());
618 EXPECT_EQ("http://b/", result.match_at(0)->destination_url.spec());
619 EXPECT_EQ("http://a/", result.match_at(1)->destination_url.spec());
620 EXPECT_EQ("http://c/", result.match_at(2)->destination_url.spec());
621 EXPECT_EQ("http://d/", result.match_at(3)->destination_url.spec());
657 EXPECT_EQ("http://c/", result.match_at(0)->destination_url.spec());
658 EXPECT_EQ("http://a/", result.match_at(1)->destination_url.spec());
659 EXPECT_EQ("http://b/", result.match_at(2)->destination_url.spec());
660 EXPECT_EQ("http://d/", result.match_at(3)->destination_url.spec());
678 EXPECT_EQ("http://c/", result.match_at(0)->destination_url.spec());
679 EXPECT_EQ("http://a/", result.match_at(1)->destination_url.spec());
680 EXPECT_EQ("http://b/", result.match_at(2)->destination_url.spec());
681 EXPECT_EQ("http://d/", result.match_at(3)->destination_url.spec());
726 EXPECT_EQ("http://b/", result.match_at(0)->destination_url.spec());
727 EXPECT_EQ("http://a/", result.match_at(1)->destination_url.spec());
728 EXPECT_EQ("http://c/", result.match_at(2)->destination_url.spec());
729 EXPECT_EQ("http://d/", result.match_at(3)->destination_url.spec());