Home
last modified time | relevance | path

Searched refs:other_thread_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/
Dsequence_checker_unittest.cc57 SequenceCheckerTest() : other_thread_("sequence_checker_test_other_thread") {} in SequenceCheckerTest()
62 other_thread_.Start(); in SetUp()
67 other_thread_.Stop(); in TearDown()
72 base::Thread* other_thread() { return &other_thread_; } in other_thread()
116 base::Thread other_thread_; member in base::__anone1ca24990111::SequenceCheckerTest
/external/chromium_org/net/cookies/
Dcookie_store_unittest.h1031 MultiThreadedCookieStoreTest() : other_thread_("CMTthread") {} in MultiThreadedCookieStoreTest()
1089 other_thread_.Start(); in RunOnOtherThread()
1090 other_thread_.message_loop()->PostTask(FROM_HERE, task); in RunOnOtherThread()
1092 other_thread_.Stop(); in RunOnOtherThread()
1095 Thread other_thread_; variable
1107 StringResultCookieCallback callback(&this->other_thread_); in TYPED_TEST_P()
1125 StringResultCookieCallback callback(&this->other_thread_); in TYPED_TEST_P()
1142 ResultSavingCookieCallback<bool> callback(&this->other_thread_); in TYPED_TEST_P()
1162 NoResultCookieCallback callback(&this->other_thread_); in TYPED_TEST_P()
1187 ResultSavingCookieCallback<int> callback(&this->other_thread_); in TYPED_TEST_P()
Dcookie_monster_unittest.cc2317 MultiThreadedCookieMonsterTest() : other_thread_("CMTthread") {} in MultiThreadedCookieMonsterTest()
2409 other_thread_.Start(); in RunOnOtherThread()
2410 other_thread_.message_loop()->PostTask(FROM_HERE, task); in RunOnOtherThread()
2412 other_thread_.Stop(); in RunOnOtherThread()
2415 Thread other_thread_; member in net::__anona25f32d50311::MultiThreadedCookieMonsterTest
2429 GetCookieListCallback callback(&other_thread_); in TEST_F()
2452 GetCookieListCallback callback(&other_thread_); in TEST_F()
2477 GetCookieListCallback callback(&other_thread_); in TEST_F()
2503 ResultSavingCookieCallback<bool> callback(&other_thread_); in TEST_F()
2522 ResultSavingCookieCallback<int> callback(&other_thread_); in TEST_F()
[all …]