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

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DProfileSyncService.java24 * Android wrapper of the ProfileSyncService which provides access from the Java layer.
29 * Only usable from the UI thread as the native ProfileSyncService requires its access to be in the
34 public class ProfileSyncService { class
41 private static final String TAG = "ProfileSyncService";
46 private static ProfileSyncService sSyncSetupManager;
66 public static ProfileSyncService get(Context context) {
69 sSyncSetupManager = new ProfileSyncService(context);
77 private ProfileSyncService(Context context) { method in class:ProfileSyncService
82 // This may cause us to create ProfileSyncService even if sync has not
83 // been set up, but ProfileSyncService
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.h93 // ProfileSyncService is the layer between browser subsystems like bookmarks,
152 // The "sync everything" state cannot be read from ProfileSyncService, but
176 class ProfileSyncService : public ProfileSyncServiceBase, class in inherits:ProfileSyncServiceBase,browser_sync::SyncFrontend,sync_driver::SyncPrefObserver,browser_sync::DataTypeManagerObserver,syncer::UnrecoverableErrorHandler,KeyedService,browser_sync::DataTypeEncryptionHandler,OAuth2TokenService::Consumer,OAuth2TokenService::Observer,SessionsSyncManager::SyncInternalApiDelegate,SigninManagerBase::Observer
267 ProfileSyncService(
273 virtual ~ProfileSyncService();
316 // TODO(tim): Remove this? Nothing in ProfileSyncService uses it, and outside
333 // ProfileSyncService. It declares that this sync type may be activated at
474 // ProfileSyncService uses this to determine if it's OK to start syncing, or
478 // Called by the UI to notify the ProfileSyncService that UI is visible so it
725 // If true, the ProfileSyncService ha
[all...]
H A Dprofile_sync_service.cc123 const char* ProfileSyncService::kSyncServerUrl =
126 const char* ProfileSyncService::kDevServerUrl =
148 // TODO(pavely): crbug.com/246686 ProfileSyncService should retry
188 ProfileSyncService::ProfileSyncService( function in class:ProfileSyncService
224 base::Bind(&ProfileSyncService::StartUpSlowBackendComponents,
230 base::Bind(&ProfileSyncService::StartUpSlowBackendComponents,
233 base::Bind(&ProfileSyncService::StartUpSlowBackendComponents,
248 ProfileSyncService::~ProfileSyncService() {
[all...]

Completed in 200 milliseconds