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

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

Completed in 2680 milliseconds