Searched refs:www_foo_bar_ (Results 1 – 2 of 2) sorted by relevance
/external/cronet/net/cookies/ |
D | cookie_store_unittest.h | 127 www_foo_bar_("http://www.foo.com/bar"), in CookieStoreTest() 444 const CookieURLHelper www_foo_bar_; variable 484 this->www_foo_bar_.url(), "C", "D", this->www_foo_bar_.domain(), "/bar", in TYPED_TEST_P() 490 cs, std::move(cc), this->www_foo_bar_.url(), true /*modify_httponly*/)); in TYPED_TEST_P() 546 this->GetCookieListWithOptions(cs, this->www_foo_bar_.url(), options); in TYPED_TEST_P() 552 cookies = this->GetAllCookiesForURL(cs, this->www_foo_bar_.url()); in TYPED_TEST_P() 558 EXPECT_EQ(this->www_foo_bar_.Format(".%D"), it->Domain()); in TYPED_TEST_P() 599 std::string foo_bar_domain(this->www_foo_bar_.domain()); in TYPED_TEST_P() 616 this->www_foo_bar_.url(), true)); in TYPED_TEST_P() 755 cookies = this->GetAllCookiesForURL(cs, this->www_foo_bar_.url()); in TYPED_TEST_P() [all …]
|
D | cookie_monster_unittest.cc | 2080 EXPECT_TRUE(CreateAndSetCookie(cm.get(), www_foo_bar_.url(), in TEST_F() 2098 cookies = GetAllCookiesForURL(cm.get(), www_foo_bar_.url()); in TEST_F() 2119 EXPECT_TRUE(CreateAndSetCookie(cm.get(), www_foo_bar_.url(), in TEST_F() 2136 excluded_cookies = GetExcludedCookiesForURL(cm.get(), www_foo_bar_.url(), in TEST_F()
|