Searched defs:sync_prefs (Results 1 - 7 of 7) sorted by last modified time

/external/chromium_org/chrome/browser/sync/
H A Dbackup_rollback_controller.cc12 #include "components/sync_driver/sync_prefs.h"
26 sync_driver::SyncPrefs* sync_prefs,
30 : sync_prefs_(sync_prefs),
25 BackupRollbackController( sync_driver::SyncPrefs* sync_prefs, const SupervisedUserSigninManagerWrapper* signin, base::Closure start_backup, base::Closure start_rollback) argument
H A Dprofile_sync_components_factory_impl.cc437 const base::WeakPtr<sync_driver::SyncPrefs>& sync_prefs,
440 sync_prefs, sync_folder);
433 CreateSyncBackendHost( const std::string& name, Profile* profile, invalidation::InvalidationService* invalidator, const base::WeakPtr<sync_driver::SyncPrefs>& sync_prefs, const base::FilePath& sync_folder) argument
H A Dstartup_controller.cc14 #include "components/sync_driver/sync_prefs.h"
40 const sync_driver::SyncPrefs* sync_prefs,
46 sync_prefs_(sync_prefs),
37 StartupController( ProfileSyncServiceStartBehavior start_behavior, const ProfileOAuth2TokenService* token_service, const sync_driver::SyncPrefs* sync_prefs, const SupervisedUserSigninManagerWrapper* signin, base::Closure start_backend) argument
H A Dstartup_controller_unittest.cc18 #include "components/sync_driver/sync_prefs.h"
96 sync_driver::SyncPrefs* sync_prefs() { return sync_prefs_.get(); } function in class:browser_sync::StartupControllerTest
113 sync_prefs()->SetSyncSetupCompleted();
131 sync_prefs()->SetSyncSetupCompleted();
132 sync_prefs()->SetStartSuppressed(true);
143 sync_prefs()->SetSyncSetupCompleted();
144 sync_prefs()->SetManagedForTest(true);
156 sync_prefs()->SetSyncSetupCompleted();
178 sync_prefs()->SetSyncSetupCompleted();
195 sync_prefs()
[all...]
H A Dtest_profile_sync_service.cc37 const base::WeakPtr<sync_driver::SyncPrefs>& sync_prefs,
41 sync_prefs, base::FilePath(FILE_PATH_LITERAL("test"))),
34 SyncBackendHostForProfileSyncTest( Profile* profile, invalidation::InvalidationService* invalidator, const base::WeakPtr<sync_driver::SyncPrefs>& sync_prefs, base::Closure callback) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl.cc22 #include "components/sync_driver/sync_prefs.h"
74 const base::WeakPtr<sync_driver::SyncPrefs>& sync_prefs,
80 sync_prefs_(sync_prefs),
70 SyncBackendHostImpl( const std::string& name, Profile* profile, invalidation::InvalidationService* invalidator, const base::WeakPtr<sync_driver::SyncPrefs>& sync_prefs, const base::FilePath& sync_folder) argument
/external/chromium_org/chrome/browser/extensions/
H A Dpending_enables.cc9 #include "components/sync_driver/sync_prefs.h"
13 PendingEnables::PendingEnables(scoped_ptr<sync_driver::SyncPrefs> sync_prefs, argument
16 : sync_prefs_(sync_prefs.Pass()),

Completed in 139 milliseconds