Home
last modified time | relevance | path

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

/external/chromium_org/sync/syncable/
Ddirectory_unittest.cc1527 class StressTransactionsDelegate : public base::PlatformThread::Delegate { class
1529 StressTransactionsDelegate(Directory* dir, int thread_number) in StressTransactionsDelegate() function in syncer::syncable::StressTransactionsDelegate
1566 DISALLOW_COPY_AND_ASSIGN(StressTransactionsDelegate);
1573 scoped_ptr<StressTransactionsDelegate> thread_delegates[kThreadCount]; in TEST_F()
1576 thread_delegates[i].reset(new StressTransactionsDelegate(dir().get(), i)); in TEST_F()