Lines Matching defs:GetCookies

88   std::string GetCookies(CookieStore* cs, const GURL& url) {
230 std::string cookies = GetCookies(cs, url);
238 cookies = GetCookies(cs, url);
277 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
281 this->GetCookies(cs.get(), this->url_google_));
286 "C=D", this->GetCookies(cs.get(), GURL("http://foo.www.google.izzle")));
292 this->GetCookies(cs.get(), this->url_google_));
299 this->GetCookies(cs.get(), this->url_google_));
305 this->GetCookies(cs.get(), GURL("http://a.izzle")));
310 this->GetCookies(cs.get(), GURL("http://bla.www.google.izzle")));
312 this->GetCookies(cs.get(), this->url_google_));
324 this->GetCookies(cs.get(), this->url_google_));
342 this->GetCookies(cs.get(), url_abcd));
343 this->MatchCookieLines("b=2; c=3; d=4", this->GetCookies(cs.get(), url_bcd));
344 this->MatchCookieLines("c=3; d=4", this->GetCookies(cs.get(), url_cd));
345 this->MatchCookieLines("d=4", this->GetCookies(cs.get(), url_d));
351 this->GetCookies(cs.get(), url_bcd));
352 this->MatchCookieLines("c=3; d=4; X=cd", this->GetCookies(cs.get(), url_cd));
403 this->GetCookies(cs.get(), url_foobar));
415 this->GetCookies(cs.get(), url_foocom));
429 this->MatchCookieLines("sawAd=1", this->GetCookies(cs.get(), url_hosted));
431 this->GetCookies(cs.get(), url_filefront));
438 this->MatchCookieLines("a=1", this->GetCookies(cs.get(), url));
440 "a=1", this->GetCookies(cs.get(), GURL("http://sub.www.google.com")));
443 this->GetCookies(cs.get(), GURL("http://something-else.com")));
454 this->MatchCookieLines("a=1; b=2", this->GetCookies(cs.get(), url));
462 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), url_ip));
469 this->MatchCookieLines(std::string(), this->GetCookies(cs.get(), url_ip));
473 this->MatchCookieLines(std::string(), this->GetCookies(cs.get(), url_ip));
475 this->MatchCookieLines("b=2", this->GetCookies(cs.get(), url_ip));
488 this->MatchCookieLines("a=1", this->GetCookies(cs.get(), url));
493 this->GetCookies(cs.get(), GURL("http://hopefully-no-cookies.com/")));
496 this->GetCookies(cs.get(), GURL("http://.com/")));
506 this->MatchCookieLines("a=1", this->GetCookies(cs.get(), url));
509 this->GetCookies(cs.get(),
521 this->MatchCookieLines(std::string(), this->GetCookies(cs.get(), url));
529 this->MatchCookieLines(std::string(), this->GetCookies(cs.get(), url));
537 this->MatchCookieLines(std::string(), this->GetCookies(cs.get(), url));
540 this->GetCookies(cs.get(), GURL("http://something-else.co.uk")));
543 this->GetCookies(cs.get(), GURL("http://something-else.uk")));
552 this->MatchCookieLines("a=1", this->GetCookies(cs.get(), url));
563 this->MatchCookieLines("a=1", this->GetCookies(cs.get(), url));
570 this->MatchCookieLines("a=1", this->GetCookies(cs.get(), url));
574 this->MatchCookieLines("b=2", this->GetCookies(cs.get(), url_with_dot));
584 this->GetCookies(cs.get(), GURL("http://hopefully-no-cookies.com/")));
586 this->GetCookies(cs.get(), GURL("http://.com/")));
605 this->GetCookies(cs.get(), GURL(kUrlFtp)));
612 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), GURL(url + "/wee")));
614 this->GetCookies(cs.get(), GURL(url + "/wee/")));
616 this->GetCookies(cs.get(), GURL(url + "/wee/war")));
618 "A=B", this->GetCookies(cs.get(), GURL(url + "/wee/war/more/more")));
621 this->GetCookies(cs.get(), GURL(url + "/weehee")));
623 this->GetCookies(cs.get(), GURL(url + "/")));
628 this->GetCookies(cs.get(), GURL(url + "/wee")));
629 this->MatchCookieLines("A=C", this->GetCookies(cs.get(), GURL(url + "/")));
671 this->GetCookies(cs.get(), this->url_google_));
678 this->GetCookies(cs.get(), this->url_google_));
683 this->MatchCookieLines("A=C", this->GetCookies(cs.get(), this->url_google_));
694 this->MatchCookieLines("A=C", this->GetCookies(cs.get(), this->url_google_));
702 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
711 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
718 this->GetCookies(cs.get(), this->url_google_));
726 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
738 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
745 this->GetCookies(cs.get(), this->url_google_));
752 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
762 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
769 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
776 this->GetCookies(cs.get(), this->url_google_));
793 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
799 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
805 this->GetCookies(cs.get(), this->url_google_));
810 this->MatchCookieLines("C=D", this->GetCookies(cs.get(), this->url_google_));
816 this->GetCookies(cs.get(), this->url_google_));
844 this->GetCookies(cs.get(), this->url_google_));
846 "A=B", this->GetCookies(cs.get(), this->url_google_secure_));
852 this->GetCookies(cs.get(), this->url_google_));
854 this->GetCookies(cs.get(), this->url_google_secure_));
859 this->GetCookies(cs.get(), this->url_google_));
861 this->GetCookies(cs.get(), this->url_google_secure_));
865 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
867 this->GetCookies(cs.get(), this->url_google_secure_));
879 std::string value = this->GetCookies(cs.get(), test_url);
886 std::string result = this->GetCookies(cs.get(), test_url);
943 this->GetCookies(cs.get(), GURL("http://www.google.com/path1")));
947 this->GetCookies(cs.get(), GURL("http://www.google.com/path1")));
951 this->GetCookies(cs.get(), GURL("http://www.google.com/path2")));
953 "a=val99", this->GetCookies(cs.get(), GURL("http://chromium.org/path1")));
981 this->GetCookies(cs.get(),
995 this->GetCookies(cs.get(), this->url_google_));
999 EXPECT_EQ("C=D", this->GetCookies(cs.get(), this->url_google_));
1106 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));