Searched refs:GetCookiesWithOptions (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/cookies/
H A Dcookie_store_test_helpers.h45 virtual std::string GetCookiesWithOptions(const GURL& url,
H A Dcookie_store_test_helpers.cc97 std::string DelayedCookieMonster::GetCookiesWithOptions( function in class:net::DelayedCookieMonster
H A Dcookie_store_unittest.h103 std::string GetCookiesWithOptions(CookieStore* cs, function in class:net::CookieStoreTest
644 this->GetCookiesWithOptions(cs.get(), url, options));
649 this->GetCookiesWithOptions(cs.get(), url, options));
654 this->GetCookiesWithOptions(cs.get(), url, options));
673 "A=B", this->GetCookiesWithOptions(cs.get(), this->url_google_, options));
680 "A=B", this->GetCookiesWithOptions(cs.get(), this->url_google_, options));
688 "A=C", this->GetCookiesWithOptions(cs.get(), this->url_google_, options));
693 this->GetCookiesWithOptions(cs.get(), this->url_google_, options));
1124 "A=B", this->GetCookiesWithOptions(cs.get(), this->url_google_, options));
H A Dcookie_monster.h449 std::string GetCookiesWithOptions(const GURL& url,
H A Dcookie_monster.cc768 // Task class for GetCookiesWithOptions call.
797 GetCookiesWithOptions(url_, options_);
1310 std::string CookieMonster::GetCookiesWithOptions(const GURL& url, function in class:net::CookieMonster
H A Dcookie_monster_unittest.cc1142 EXPECT_EQ("A=B; C=D", GetCookiesWithOptions(cm.get(), url_google_, options));
1145 EXPECT_EQ("", GetCookiesWithOptions(cm.get(), url_google_, options));
1160 EXPECT_EQ("", GetCookiesWithOptions(cm.get(), url_google_, options));
/external/chromium_org/net/websockets/
H A Dwebsocket_job_test.cc173 std::string GetCookiesWithOptions(const GURL& url, function in class:net::__anon9840::MockCookieStore
204 callback.Run(GetCookiesWithOptions(url, options));

Completed in 627 milliseconds