Searched refs:GetCookiesWithOptions (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/net/cookies/ |
D | cookie_store_unittest.h | 103 std::string GetCookiesWithOptions(CookieStore* cs, in GetCookiesWithOptions() function 644 this->GetCookiesWithOptions(cs.get(), url, options)); in TYPED_TEST_P() 649 this->GetCookiesWithOptions(cs.get(), url, options)); in TYPED_TEST_P() 654 this->GetCookiesWithOptions(cs.get(), url, options)); in TYPED_TEST_P() 673 "A=B", this->GetCookiesWithOptions(cs.get(), this->url_google_, options)); in TYPED_TEST_P() 680 "A=B", this->GetCookiesWithOptions(cs.get(), this->url_google_, options)); in TYPED_TEST_P() 688 "A=C", this->GetCookiesWithOptions(cs.get(), this->url_google_, options)); in TYPED_TEST_P() 693 this->GetCookiesWithOptions(cs.get(), this->url_google_, options)); in TYPED_TEST_P() 1124 "A=B", this->GetCookiesWithOptions(cs.get(), this->url_google_, options)); in TYPED_TEST_P()
|
D | cookie_store_test_helpers.h | 45 virtual std::string GetCookiesWithOptions(const GURL& url,
|
D | cookie_store_test_helpers.cc | 97 std::string DelayedCookieMonster::GetCookiesWithOptions( in GetCookiesWithOptions() function in net::DelayedCookieMonster
|
D | cookie_monster.h | 448 std::string GetCookiesWithOptions(const GURL& url,
|
D | cookie_monster.cc | 797 GetCookiesWithOptions(url_, options_); in Run() 1311 std::string CookieMonster::GetCookiesWithOptions(const GURL& url, in GetCookiesWithOptions() function in net::CookieMonster
|
D | cookie_monster_unittest.cc | 1142 EXPECT_EQ("A=B; C=D", GetCookiesWithOptions(cm.get(), url_google_, options)); in TEST_F() 1145 EXPECT_EQ("", GetCookiesWithOptions(cm.get(), url_google_, options)); in TEST_F() 1160 EXPECT_EQ("", GetCookiesWithOptions(cm.get(), url_google_, options)); in TEST_F()
|
/external/chromium_org/net/websockets/ |
D | websocket_job_test.cc | 173 std::string GetCookiesWithOptions(const GURL& url, in GetCookiesWithOptions() function in net::__anonf5362b420111::MockCookieStore 204 callback.Run(GetCookiesWithOptions(url, options)); in GetCookiesWithOptionsAsync()
|