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

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_test.cc244 // Note: This must be done prior to the call to SetupClients() because we want
307 LOG(FATAL) << "SetupClients() has not yet been called.";
315 LOG(FATAL) << "SetupClients() has not yet been called.";
323 LOG(FATAL) << "SetupClients() has not yet been called.";
343 LOG(FATAL) << "SetupClients() has not yet been called.";
351 bool SyncTest::SetupClients() { function in class:SyncTest
355 LOG(FATAL) << "SetupClients() has already been called.";
462 if (!SetupClients())
463 LOG(FATAL) << "SetupClients() failed.";

Completed in 1641 milliseconds