HomeSort by relevance Sort by last modified time
    Searched defs:SetupSync (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/
app_sync_bundle.cc 23 void AppSyncBundle::SetupSync(
extension_sync_bundle.cc 23 void ExtensionSyncBundle::SetupSync(
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 128 bool ProfileSyncServiceHarness::SetupSync() {
134 return SetupSync(synced_datatypes);
137 bool ProfileSyncServiceHarness::SetupSync(
142 LOG(ERROR) << "SetupSync(): service_ is null.";
497 DCHECK(SetupSync(synced_datatypes)) << "Reinitialization of Client " << id_
541 DCHECK(SetupSync()) << "Reinitialization of Client " << id_ << " failed.";
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_service.cc 346 SetupSync();
382 void ManagedUserService::SetupSync() {
536 // Continue in SetupSync() once the Sync backend has been initialized.
538 SetupSync();
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_harness.cc 171 bool ProfileSyncServiceHarness::SetupSync() {
172 bool result = SetupSync(syncer::ModelTypeSet::All());
176 << ": SetupSync failed. Syncer status:\n" << status;
178 DVLOG(1) << profile_debug_name_ << ": SetupSync successful.";
183 bool ProfileSyncServiceHarness::SetupSync(
189 LOG(ERROR) << "SetupSync(): service_ is null.";
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 335 bool SyncTest::SetupSync() {
344 if (!GetClient(i)->SetupSync())
345 LOG(FATAL) << "SetupSync() failed.";

Completed in 118 milliseconds