SetCookie 99 android_webview/native/cookie_manager.cc void SetCookie(const GURL& host, const std::string& cookie_value); SetCookie 454 android_webview/native/cookie_manager.cc CookieManager::GetInstance()->SetCookie(host, cookie_value); SetCookie 843 chrome/browser/policy/policy_browsertest.cc EXPECT_TRUE(content::SetCookie(profile, url, value)); SetCookie 1014 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc SetCookie("LSID=1234; secure; httponly"); SetCookie 1044 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc SetCookie("LSID=1234; domain=google.com; secure; httponly"); SetCookie 539 chrome/browser/ui/views/collected_cookies_views.cc cookie_info_view_->SetCookie(detailed_info.cookie->Domain(), SetCookie 85 chrome/browser/ui/views/cookie_info_view.cc SetCookie(pc.HasDomain() ? pc.Domain() : url.host(), cookie); SetCookie 36 chrome/browser/ui/views/cookie_info_view.h void SetCookie(const std::string& domain, SetCookie 1022 content/child/npapi/plugin_host.cc webplugin->SetCookie(cookies_url, cookies_url, cookie); SetCookie 67 content/child/npapi/webplugin.h virtual void SetCookie(const GURL& url, SetCookie 68 content/plugin/webplugin_proxy.h virtual void SetCookie(const GURL& url, SetCookie 176 content/public/test/browser_test_utils.h bool SetCookie(BrowserContext* browser_context, SetCookie 1006 content/renderer/npapi/webplugin_delegate_proxy.cc plugin_->SetCookie(url, first_party_for_cookies, cookie); SetCookie 110 content/renderer/npapi/webplugin_impl.h virtual void SetCookie(const GURL& url, SetCookie 133 net/cookies/cookie_monster_perftest.cc setCookieCallback.SetCookie(cm.get(), GURL(kGoogleURL), *it); SetCookie 166 net/cookies/cookie_monster_perftest.cc setCookieCallback.SetCookie(cm.get(), *it, cookie); SetCookie 224 net/cookies/cookie_monster_perftest.cc setCookieCallback.SetCookie(cm.get(), gurl, cookie); SetCookie 266 net/cookies/cookie_monster_perftest.cc setCookieCallback.SetCookie(cm.get(), gurl, cookie); SetCookie 376 net/cookies/cookie_monster_perftest.cc setCookieCallback.SetCookie(cm.get(), gurl, cookie_line); SetCookie 380 net/cookies/cookie_monster_perftest.cc setCookieCallback.SetCookie(cm.get(), gurl, cookie_line); SetCookie 433 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, cookie)); SetCookie 450 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, cookie_general)); SetCookie 452 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_specific, cookie_specific)); SetCookie 529 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm, url_google_, cookie)); SetCookie 627 net/cookies/cookie_monster_unittest.cc SetCookie(cm, GURL(base::StringPrintf("http://h%05d.izzle", i)), "a=1"); SetCookie 1137 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, kValidCookieLine)); SetCookie 1149 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie( SetCookie 1211 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "A=B")); SetCookie 1237 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "A=B")); SetCookie 1238 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "C=D")); SetCookie 1239 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "E=F")); SetCookie 1260 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), http_url, "x=1")); SetCookie 1261 net/cookies/cookie_monster_unittest.cc EXPECT_FALSE(SetCookie(cm.get(), foo_url, "x=1")); SetCookie 1262 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm_foo.get(), foo_url, "x=1")); SetCookie 1263 net/cookies/cookie_monster_unittest.cc EXPECT_FALSE(SetCookie(cm_foo.get(), http_url, "x=1")); SetCookie 1375 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "A=A1; path=/")); SetCookie 1376 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "A=A2; path=/foo")); SetCookie 1377 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "A=A3; path=/bar")); SetCookie 1378 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "B=B1; path=/")); SetCookie 1379 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "B=B2; path=/foo")); SetCookie 1380 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "B=B3; path=/bar")); SetCookie 1564 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "A=B")); SetCookie 1565 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "C=D")); SetCookie 1566 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "E=F")); SetCookie 1597 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), SetCookie 1847 net/cookies/cookie_monster_unittest.cc SetCookie(cm.get(), url_google_, "SetCookie1=A"); SetCookie 1848 net/cookies/cookie_monster_unittest.cc SetCookie(cm.get(), url_google_, "SetCookie2=A"); SetCookie 1849 net/cookies/cookie_monster_unittest.cc SetCookie(cm.get(), url_google_, "SetCookie3=A"); SetCookie 2012 net/cookies/cookie_monster_unittest.cc SetCookie(cm.get(), GURL("http://d.c.b.a.google.com/aa/x.html"), "c=1")); SetCookie 2013 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), SetCookie 2016 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), SetCookie 2019 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), SetCookie 2022 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie( SetCookie 2024 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie( SetCookie 2072 net/cookies/cookie_monster_unittest.cc SetCookie(cm.get(), GURL("http://newdomain.com"), "b=2"); SetCookie 2124 net/cookies/cookie_monster_unittest.cc SetCookie(cm.get(), GURL("http://newdomain.com"), "b=2"); SetCookie 2306 net/cookies/cookie_monster_unittest.cc ASSERT_TRUE(SetCookie(cm.get(), url_google_, kValidCookieLine)); SetCookie 2422 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "A=B")); SetCookie 2445 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "A=B")); SetCookie 2468 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "A=B")); SetCookie 2632 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "A=B")); SetCookie 2642 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "A=C")); SetCookie 2668 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie( SetCookie 2674 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "A=B; max-age=0")); SetCookie 2680 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie( SetCookie 2686 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie( SetCookie 2695 net/cookies/cookie_monster_unittest.cc EXPECT_TRUE(SetCookie(cm.get(), url_google_, "B=Bar")); SetCookie 143 net/cookies/cookie_store_unittest.h bool SetCookie(CookieStore* cs, SetCookie 276 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "A=B")); SetCookie 278 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie( SetCookie 289 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie( SetCookie 296 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie( SetCookie 303 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), this->url_google_, "I=J; domain=.izzle")); SetCookie 306 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie( SetCookie 319 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie( SetCookie 321 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie( SetCookie 336 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url_abcd, "a=1; domain=.a.b.c.d.com")); SetCookie 337 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url_abcd, "b=2; domain=.b.c.d.com")); SetCookie 338 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url_abcd, "c=3; domain=.c.d.com")); SetCookie 339 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url_abcd, "d=4; domain=.d.com")); SetCookie 348 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url_bcd, "X=bcd; domain=.b.c.d.com")); SetCookie 349 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url_bcd, "X=cd; domain=.c.d.com")); SetCookie 366 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), url_foobar, "a=1; domain=.yo.foo.bar.com")); SetCookie 368 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url_foobar, "b=2; domain=.foo.com")); SetCookie 370 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), url_foobar, "c=3; domain=.bar.foo.com")); SetCookie 374 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), url_foobar, "d=4; domain=.foo.bar.com.net")); SetCookie 377 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url_foobar, "e=5; domain=ar.com")); SetCookie 380 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url_foobar, "f=6; domain=.")); SetCookie 381 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url_foobar, "g=7; domain=/")); SetCookie 382 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie( SetCookie 385 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), url_foobar, "i=9; domain=..foo.bar.com")); SetCookie 387 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), url_foobar, "j=10; domain=..bar.com")); SetCookie 391 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie( SetCookie 393 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie( SetCookie 396 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), url_foobar, "m=13; domain=.foo.bar.com:80")); SetCookie 398 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), url_foobar, "n=14; domain=.foo.bar.com:")); SetCookie 400 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), url_foobar, "o=15; domain=.foo.bar.com#sup")); SetCookie 413 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), url_foocom, "a=1; domain=.foo.com.com.com")); SetCookie 428 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), url_hosted, "sawAd=1; domain=filefront.com")); SetCookie 437 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url, "a=1; domain=www.google.com")); SetCookie 452 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url, "a=1; domain=.GOOGLE.COM")); SetCookie 453 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url, "b=2; domain=.wWw.gOOgLE.coM")); SetCookie 461 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url_ip, kValidCookieLine)); SetCookie 467 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url_ip, "b=2; domain=.1.2.3.4")); SetCookie 468 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url_ip, "c=3; domain=.3.4")); SetCookie 472 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url_ip, "b=2; domain=1.2.3.3")); SetCookie 474 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url_ip, "b=2; domain=1.2.3.4")); SetCookie 485 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url, "a=1")); SetCookie 486 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url, "b=2; domain=.com")); SetCookie 487 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url, "c=3; domain=com")); SetCookie 505 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url, "a=1")); SetCookie 512 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url, "a=1")); SetCookie 519 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url, "a=1; domain=.b")); SetCookie 520 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url, "b=2; domain=b")); SetCookie 527 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url, "a=1; domain=.com")); SetCookie 528 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url, "b=2; domain=com")); SetCookie 535 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url, "a=1; domain=.co.uk")); SetCookie 536 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url, "b=2; domain=.uk")); SetCookie 549 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url, "a=1")); SetCookie 550 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url, "b=2; domain=.b")); SetCookie 551 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), url, "c=3; domain=b")); SetCookie 562 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url, "a=1")); SetCookie 569 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), url, "b=2; domain=.www.google.com.")); SetCookie 573 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), url_with_dot, "b=2; domain=.google.com.")); SetCookie 576 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url, "b=2; domain=.www.google.com.")); SetCookie 578 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), url_with_dot, "b=2; domain=.google.com.")); SetCookie 594 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), GURL(kUrlFtp), kValidCookieLine)); SetCookie 603 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), GURL(kUrlGoogle), kValidDomainCookieLine)); SetCookie 611 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), GURL(url), "A=B; path=/wee")); SetCookie 626 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), GURL(url), "A=C; path=")); SetCookie 676 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), this->url_google_, "A=C")); SetCookie 686 net/cookies/cookie_store_unittest.h EXPECT_FALSE(this->SetCookie(cs.get(), this->url_google_, "B=A; httponly")); SetCookie 701 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, kValidCookieLine)); SetCookie 704 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 710 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, kValidCookieLine)); SetCookie 713 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 721 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie( SetCookie 728 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 734 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie( SetCookie 740 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 748 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie( SetCookie 765 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie( SetCookie 771 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 791 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "A=B")); SetCookie 808 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "C=D")); SetCookie 825 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "A=B")); SetCookie 826 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "C=D")); SetCookie 827 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "Y=Z")); SetCookie 830 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), url_not_google, "E=F")); SetCookie 842 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "A=B")); SetCookie 849 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), this->url_google_secure_, "A=B; secure")); SetCookie 857 net/cookies/cookie_store_unittest.h this->SetCookie(cs.get(), this->url_google_secure_, "D=E; secure")); SetCookie 863 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_secure_, "A=B")); SetCookie 878 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), test_url, "foo=bar")); SetCookie 883 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), test_url, "x=1")); SetCookie 884 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), test_url, "y=2")); SetCookie 898 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 904 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 920 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 927 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 935 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 961 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie( SetCookie 963 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 968 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 973 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 976 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie( SetCookie 978 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie( SetCookie 988 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie( SetCookie 990 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), SetCookie 1105 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "A=B")); SetCookie 1122 net/cookies/cookie_store_unittest.h EXPECT_TRUE(this->SetCookie(cs.get(), this->url_google_, "A=B")); SetCookie 111 ppapi/tests/testing_instance.h void SetCookie(const std::string& name, const std::string& value);