Home | History | Annotate | Download | only in cookies

Lines Matching defs:GetCookies

88   std::string GetCookies(CookieStore* cs, const GURL& url) {
209 std::string cookies = GetCookies(cs, url);
217 cookies = GetCookies(cs, url);
256 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
260 this->GetCookies(cs.get(), this->url_google_));
265 "C=D", this->GetCookies(cs.get(), GURL("http://foo.www.google.izzle")));
271 this->GetCookies(cs.get(), this->url_google_));
278 this->GetCookies(cs.get(), this->url_google_));
284 this->GetCookies(cs.get(), GURL("http://a.izzle")));
289 this->GetCookies(cs.get(), GURL("http://bla.www.google.izzle")));
291 this->GetCookies(cs.get(), this->url_google_));
303 this->GetCookies(cs.get(), this->url_google_));
321 this->GetCookies(cs.get(), url_abcd));
322 this->MatchCookieLines("b=2; c=3; d=4", this->GetCookies(cs.get(), url_bcd));
323 this->MatchCookieLines("c=3; d=4", this->GetCookies(cs.get(), url_cd));
324 this->MatchCookieLines("d=4", this->GetCookies(cs.get(), url_d));
330 this->GetCookies(cs.get(), url_bcd));
331 this->MatchCookieLines("c=3; d=4; X=cd", this->GetCookies(cs.get(), url_cd));
382 this->GetCookies(cs.get(), url_foobar));
394 this->GetCookies(cs.get(), url_foocom));
408 this->MatchCookieLines("sawAd=1", this->GetCookies(cs.get(), url_hosted));
410 this->GetCookies
417 this->MatchCookieLines("a=1", this->GetCookies(cs.get(), url));
419 "a=1", this->GetCookies(cs.get(), GURL("http://sub.www.google.com")));
422 this->GetCookies(cs.get(), GURL("http://something-else.com")));
433 this->MatchCookieLines("a=1; b=2", this->GetCookies(cs.get(), url));
441 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), url_ip));
448 this->MatchCookieLines(std::string(), this->GetCookies(cs.get(), url_ip));
452 this->MatchCookieLines(std::string(), this->GetCookies(cs.get(), url_ip));
454 this->MatchCookieLines("b=2", this->GetCookies(cs.get(), url_ip));
467 this->MatchCookieLines("a=1", this->GetCookies(cs.get(), url));
472 this->GetCookies(cs.get(), GURL("http://hopefully-no-cookies.com/")));
475 this->GetCookies(cs.get(), GURL("http://.com/")));
485 this->MatchCookieLines("a=1", this->GetCookies(cs.get(), url));
488 this->GetCookies(cs.get(),
500 this->MatchCookieLines(std::string(), this->GetCookies(cs.get(), url));
508 this->MatchCookieLines(std::string(), this->GetCookies(cs.get(), url));
516 this->MatchCookieLines(std::string(), this->GetCookies(cs.get(), url));
519 this->GetCookies(cs.get(), GURL("http://something-else.co.uk")));
522 this->GetCookies(cs.get(), GURL("http://something-else.uk")));
531 this->MatchCookieLines("a=1", this->GetCookies(cs.get(), url));
542 this->MatchCookieLines("a=1", this->GetCookies(cs.get(), url));
549 this->MatchCookieLines("a=1", this->GetCookies(cs.get(), url));
553 this->MatchCookieLines("b=2", this->GetCookies(cs.get(), url_with_dot));
563 this->GetCookies(cs.get(), GURL("http://hopefully-no-cookies.com/")));
565 this->GetCookies(cs.get(), GURL("http://.com/")));
584 this->GetCookies(cs.get(), GURL(kUrlFtp)));
591 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), GURL(url + "/wee")));
593 this->GetCookies(cs.get(), GURL(url + "/wee/")));
595 this->GetCookies(cs.get(), GURL(url + "/wee/war")));
597 "A=B", this->GetCookies(cs.get(), GURL(url + "/wee/war/more/more")));
600 this->GetCookies(cs.get(), GURL(url + "/weehee")));
602 this->GetCookies(cs.get(), GURL(url + "/")));
607 this->GetCookies(cs.get(), GURL(url + "/wee")));
608 this->MatchCookieLines("A=C", this->GetCookies(cs.get(), GURL(url + "/")));
650 this->GetCookies(cs.get(), this->url_google_));
657 this->GetCookies(cs.get(), this->url_google_));
662 this->MatchCookieLines("A=C", this->GetCookies(cs.get(), this->url_google_));
673 this->MatchCookieLines("A=C", this->GetCookies(cs.get(), this->url_google_));
681 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
690 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
697 this->GetCookies(cs.get(), this->url_google_));
705 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
717 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
724 this->GetCookies(cs.get(), this->url_google_));
731 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
741 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
748 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
755 this->GetCookies(cs.get(), this->url_google_));
772 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
778 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
784 this->GetCookies(cs.get(), this->url_google_));
789 this->MatchCookieLines("C=D", this->GetCookies(cs.get(), this->url_google_));
795 this->GetCookies(cs.get(), this->url_google_));
803 this->GetCookies(cs.get(), this->url_google_));
805 "A=B", this->GetCookies(cs.get(), this->url_google_secure_));
811 this->GetCookies(cs.get(), this->url_google_));
813 this->GetCookies(cs.get(), this->url_google_secure_));
818 this->GetCookies(cs.get(), this->url_google_));
820 this->GetCookies(cs.get(), this->url_google_secure_));
824 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));
826 this->GetCookies(cs.get(), this->url_google_secure_));
838 std::string value = this->GetCookies(cs.get(), test_url);
845 std::string result = this->GetCookies(cs.get(), test_url);
902 this->GetCookies(cs.get(), GURL("http://www.google.com/path1")));
906 this->GetCookies(cs.get(), GURL("http://www.google.com/path1")));
910 this->GetCookies(cs.get(), GURL("http://www.google.com/path2")));
912 "a=val99", this->GetCookies(cs.get(), GURL("http://chromium.org/path1")));
940 this->GetCookies(cs.get(),
954 this->GetCookies(cs.get(), this->url_google_));
958 EXPECT_EQ("C=D", this->GetCookies(cs.get(), this->url_google_));
1060 this->MatchCookieLines("A=B", this->GetCookies(cs.get(), this->url_google_));