Searched refs:StressTransactionsDelegate (Results 1 – 1 of 1) sorted by relevance
1527 class StressTransactionsDelegate : public base::PlatformThread::Delegate { class1529 StressTransactionsDelegate(Directory* dir, int thread_number) in StressTransactionsDelegate() function in syncer::syncable::StressTransactionsDelegate1566 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()