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

/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc525 scoped_ptr<WaitableEvent> *wait_for_start,
529 wait_for_start_(wait_for_start),
1068 scoped_ptr<WaitableEvent> wait_for_start(new WaitableEvent(true, false));
1071 service_.get(), &wait_for_start, &wait_for_syncapi));
1075 wait_for_start->Wait();
524 FakeServerUpdater(TestProfileSyncService *service, scoped_ptr<WaitableEvent> *wait_for_start, scoped_ptr<WaitableEvent> *wait_for_syncapi) argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc831 scoped_ptr<WaitableEvent>* wait_for_start,
835 wait_for_start_(wait_for_start),
1387 scoped_ptr<WaitableEvent> wait_for_start(new WaitableEvent(true, false));
1390 sync_service_, &wait_for_start, &wait_for_syncapi));
1394 wait_for_start->Wait();
830 FakeServerUpdater(TestProfileSyncService* service, scoped_ptr<WaitableEvent>* wait_for_start, scoped_ptr<WaitableEvent>* wait_for_syncapi) argument

Completed in 128 milliseconds