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

/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc2308 class MultiThreadedCookieMonsterTest : public CookieMonsterTest { class in namespace:net::__anon9283
2310 MultiThreadedCookieMonsterTest() : other_thread_("CMTthread") {} function in class:net::__anon9283::MultiThreadedCookieMonsterTest
2405 TEST_F(MultiThreadedCookieMonsterTest, ThreadCheckGetAllCookies) {
2416 base::Bind(&net::MultiThreadedCookieMonsterTest::GetAllCookiesTask,
2428 TEST_F(MultiThreadedCookieMonsterTest, ThreadCheckGetAllCookiesForURL) {
2439 base::Bind(&net::MultiThreadedCookieMonsterTest::GetAllCookiesForURLTask,
2451 TEST_F(MultiThreadedCookieMonsterTest, ThreadCheckGetAllCookiesForURLWithOpt) {
2464 &net::MultiThreadedCookieMonsterTest::GetAllCookiesForURLWithOptionsTask,
2476 TEST_F(MultiThreadedCookieMonsterTest, ThreadCheckSetCookieWithDetails) {
2490 &net::MultiThreadedCookieMonsterTest
[all...]

Completed in 124 milliseconds