ProfileSyncServiceHarness   34 chrome/browser/extensions/api/push_messaging/sync_setup_helper.cc       ProfileSyncServiceHarness::Create(profile_, username_, password_));
ProfileSyncServiceHarness   78 chrome/browser/extensions/api/push_messaging/sync_setup_helper.cc   std::vector<ProfileSyncServiceHarness*> clients;
ProfileSyncServiceHarness   80 chrome/browser/extensions/api/push_messaging/sync_setup_helper.cc   return ProfileSyncServiceHarness::AwaitQuiescence(clients);
ProfileSyncServiceHarness   16 chrome/browser/extensions/api/push_messaging/sync_setup_helper.h class ProfileSyncServiceHarness;
ProfileSyncServiceHarness   66 chrome/browser/extensions/api/push_messaging/sync_setup_helper.h   scoped_ptr<ProfileSyncServiceHarness> client_;
ProfileSyncServiceHarness   74 chrome/browser/sync/test/integration/migration_test.cc   explicit MigrationChecker(ProfileSyncServiceHarness* harness)
ProfileSyncServiceHarness  146 chrome/browser/sync/test/integration/migration_test.cc   ProfileSyncServiceHarness* harness_;
ProfileSyncServiceHarness   21 chrome/browser/sync/test/integration/performance/sync_timing_helper.cc     ProfileSyncServiceHarness* client) {
ProfileSyncServiceHarness   29 chrome/browser/sync/test/integration/performance/sync_timing_helper.cc     ProfileSyncServiceHarness* client, ProfileSyncServiceHarness* partner) {
ProfileSyncServiceHarness   37 chrome/browser/sync/test/integration/performance/sync_timing_helper.cc     std::vector<ProfileSyncServiceHarness*>& clients) {
ProfileSyncServiceHarness   39 chrome/browser/sync/test/integration/performance/sync_timing_helper.cc   EXPECT_TRUE(ProfileSyncServiceHarness::AwaitQuiescence(clients));
ProfileSyncServiceHarness   17 chrome/browser/sync/test/integration/performance/sync_timing_helper.h class ProfileSyncServiceHarness;
ProfileSyncServiceHarness   25 chrome/browser/sync/test/integration/performance/sync_timing_helper.h   static base::TimeDelta TimeSyncCycle(ProfileSyncServiceHarness* client);
ProfileSyncServiceHarness   30 chrome/browser/sync/test/integration/performance/sync_timing_helper.h       ProfileSyncServiceHarness* client, ProfileSyncServiceHarness* partner);
ProfileSyncServiceHarness   35 chrome/browser/sync/test/integration/performance/sync_timing_helper.h       std::vector<ProfileSyncServiceHarness*>& clients);
ProfileSyncServiceHarness  108 chrome/browser/sync/test/integration/profile_sync_service_harness.cc ProfileSyncServiceHarness* ProfileSyncServiceHarness::Create(
ProfileSyncServiceHarness  112 chrome/browser/sync/test/integration/profile_sync_service_harness.cc   return new ProfileSyncServiceHarness(profile, username, password);
ProfileSyncServiceHarness  115 chrome/browser/sync/test/integration/profile_sync_service_harness.cc ProfileSyncServiceHarness::ProfileSyncServiceHarness(
ProfileSyncServiceHarness  127 chrome/browser/sync/test/integration/profile_sync_service_harness.cc ProfileSyncServiceHarness::~ProfileSyncServiceHarness() { }
ProfileSyncServiceHarness  129 chrome/browser/sync/test/integration/profile_sync_service_harness.cc void ProfileSyncServiceHarness::SetCredentials(const std::string& username,
ProfileSyncServiceHarness  135 chrome/browser/sync/test/integration/profile_sync_service_harness.cc bool ProfileSyncServiceHarness::SetupSync() {
ProfileSyncServiceHarness  147 chrome/browser/sync/test/integration/profile_sync_service_harness.cc bool ProfileSyncServiceHarness::SetupSync(
ProfileSyncServiceHarness  243 chrome/browser/sync/test/integration/profile_sync_service_harness.cc bool ProfileSyncServiceHarness::AwaitMutualSyncCycleCompletion(
ProfileSyncServiceHarness  244 chrome/browser/sync/test/integration/profile_sync_service_harness.cc     ProfileSyncServiceHarness* partner) {
ProfileSyncServiceHarness  245 chrome/browser/sync/test/integration/profile_sync_service_harness.cc   std::vector<ProfileSyncServiceHarness*> harnesses;
ProfileSyncServiceHarness  251 chrome/browser/sync/test/integration/profile_sync_service_harness.cc bool ProfileSyncServiceHarness::AwaitGroupSyncCycleCompletion(
ProfileSyncServiceHarness  252 chrome/browser/sync/test/integration/profile_sync_service_harness.cc     std::vector<ProfileSyncServiceHarness*>& partners) {
ProfileSyncServiceHarness  257 chrome/browser/sync/test/integration/profile_sync_service_harness.cc bool ProfileSyncServiceHarness::AwaitQuiescence(
ProfileSyncServiceHarness  258 chrome/browser/sync/test/integration/profile_sync_service_harness.cc     std::vector<ProfileSyncServiceHarness*>& clients) {
ProfileSyncServiceHarness  264 chrome/browser/sync/test/integration/profile_sync_service_harness.cc   for (std::vector<ProfileSyncServiceHarness*>::iterator it = clients.begin();
ProfileSyncServiceHarness  273 chrome/browser/sync/test/integration/profile_sync_service_harness.cc std::string ProfileSyncServiceHarness::GenerateFakeOAuth2RefreshTokenString() {
ProfileSyncServiceHarness  278 chrome/browser/sync/test/integration/profile_sync_service_harness.cc bool ProfileSyncServiceHarness::IsSyncDisabled() const {
ProfileSyncServiceHarness  283 chrome/browser/sync/test/integration/profile_sync_service_harness.cc void ProfileSyncServiceHarness::FinishSyncSetup() {
ProfileSyncServiceHarness  288 chrome/browser/sync/test/integration/profile_sync_service_harness.cc SyncSessionSnapshot ProfileSyncServiceHarness::GetLastSessionSnapshot() const {
ProfileSyncServiceHarness  296 chrome/browser/sync/test/integration/profile_sync_service_harness.cc bool ProfileSyncServiceHarness::EnableSyncForDatatype(
ProfileSyncServiceHarness  331 chrome/browser/sync/test/integration/profile_sync_service_harness.cc bool ProfileSyncServiceHarness::DisableSyncForDatatype(
ProfileSyncServiceHarness  364 chrome/browser/sync/test/integration/profile_sync_service_harness.cc bool ProfileSyncServiceHarness::EnableSyncForAllDatatypes() {
ProfileSyncServiceHarness  386 chrome/browser/sync/test/integration/profile_sync_service_harness.cc bool ProfileSyncServiceHarness::DisableSyncForAllDatatypes() {
ProfileSyncServiceHarness  403 chrome/browser/sync/test/integration/profile_sync_service_harness.cc std::string ProfileSyncServiceHarness::GetClientInfoString(
ProfileSyncServiceHarness  438 chrome/browser/sync/test/integration/profile_sync_service_harness.cc bool ProfileSyncServiceHarness::IsTypePreferred(syncer::ModelType type) {
ProfileSyncServiceHarness  442 chrome/browser/sync/test/integration/profile_sync_service_harness.cc std::string ProfileSyncServiceHarness::GetServiceStatus() {
ProfileSyncServiceHarness   24 chrome/browser/sync/test/integration/profile_sync_service_harness.h class ProfileSyncServiceHarness {
ProfileSyncServiceHarness   26 chrome/browser/sync/test/integration/profile_sync_service_harness.h   static ProfileSyncServiceHarness* Create(
ProfileSyncServiceHarness   30 chrome/browser/sync/test/integration/profile_sync_service_harness.h   virtual ~ProfileSyncServiceHarness();
ProfileSyncServiceHarness   52 chrome/browser/sync/test/integration/profile_sync_service_harness.h   bool AwaitMutualSyncCycleCompletion(ProfileSyncServiceHarness* partner);
ProfileSyncServiceHarness   59 chrome/browser/sync/test/integration/profile_sync_service_harness.h       std::vector<ProfileSyncServiceHarness*>& partners);
ProfileSyncServiceHarness   66 chrome/browser/sync/test/integration/profile_sync_service_harness.h       std::vector<ProfileSyncServiceHarness*>& clients);
ProfileSyncServiceHarness  102 chrome/browser/sync/test/integration/profile_sync_service_harness.h   ProfileSyncServiceHarness(
ProfileSyncServiceHarness  133 chrome/browser/sync/test/integration/profile_sync_service_harness.h   DISALLOW_COPY_AND_ASSIGN(ProfileSyncServiceHarness);
ProfileSyncServiceHarness   10 chrome/browser/sync/test/integration/status_change_checker.h class ProfileSyncServiceHarness;
ProfileSyncServiceHarness  287 chrome/browser/sync/test/integration/sync_test.cc ProfileSyncServiceHarness* SyncTest::GetClient(int index) {
ProfileSyncServiceHarness  377 chrome/browser/sync/test/integration/sync_test.cc       ProfileSyncServiceHarness::Create(
ProfileSyncServiceHarness  780 chrome/browser/sync/test/integration/sync_test.cc   return ProfileSyncServiceHarness::AwaitQuiescence(clients());
ProfileSyncServiceHarness   26 chrome/browser/sync/test/integration/sync_test.h class ProfileSyncServiceHarness;
ProfileSyncServiceHarness  137 chrome/browser/sync/test/integration/sync_test.h   ProfileSyncServiceHarness* GetClient(int index) WARN_UNUSED_RESULT;
ProfileSyncServiceHarness  141 chrome/browser/sync/test/integration/sync_test.h   std::vector<ProfileSyncServiceHarness*>& clients() WARN_UNUSED_RESULT {
ProfileSyncServiceHarness  380 chrome/browser/sync/test/integration/sync_test.h   ScopedVector<ProfileSyncServiceHarness> clients_;