Searched refs:MultiThreadedCookieMonsterTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc2315 class MultiThreadedCookieMonsterTest : public CookieMonsterTest { class in namespace:net::__anon9126
2317 MultiThreadedCookieMonsterTest() : other_thread_("CMTthread") {} function in class:net::__anon9126::MultiThreadedCookieMonsterTest
2420 TEST_F(MultiThreadedCookieMonsterTest, ThreadCheckGetAllCookies) {
2431 base::Bind(&net::MultiThreadedCookieMonsterTest::GetAllCookiesTask,
2443 TEST_F(MultiThreadedCookieMonsterTest, ThreadCheckGetAllCookiesForURL) {
2454 base::Bind(&net::MultiThreadedCookieMonsterTest::GetAllCookiesForURLTask,
2466 TEST_F(MultiThreadedCookieMonsterTest, ThreadCheckGetAllCookiesForURLWithOpt) {
2479 &net::MultiThreadedCookieMonsterTest::GetAllCookiesForURLWithOptionsTask,
2491 TEST_F(MultiThreadedCookieMonsterTest, ThreadCheckSetCookieWithDetails) {
2505 &net::MultiThreadedCookieMonsterTest
[all...]
H A Dcookie_monster.h347 FRIEND_TEST_ALL_PREFIXES(MultiThreadedCookieMonsterTest,

Completed in 36 milliseconds