Lines Matching defs:ProfileSyncService

59 const char* ProfileSyncService::kSyncServerUrl =
62 const char* ProfileSyncService::kDevServerUrl =
67 ProfileSyncService::ProfileSyncService(ProfileSyncFactory* factory,
109 ProfileSyncService::~ProfileSyncService() {
113 bool ProfileSyncService::AreCredentialsAvailable() {
130 void ProfileSyncService::Initialize() {
174 void ProfileSyncService::RegisterAuthNotifications() {
189 void ProfileSyncService::RegisterDataTypeController(
197 ProfileSyncService::GetSessionModelAssociator() {
209 void ProfileSyncService::ResetClearServerDataState() {
213 ProfileSyncService::ClearServerDataState
214 ProfileSyncService::GetClearServerDataState() {
218 void ProfileSyncService::GetDataTypeControllerStates(
226 void ProfileSyncService::InitSettings() {
246 void ProfileSyncService::RegisterPreferences() {
283 void ProfileSyncService::ClearPreferences() {
294 SyncCredentials ProfileSyncService::GetCredentials() {
304 void ProfileSyncService::InitializeBackend(bool delete_sync_data_folder) {
328 void ProfileSyncService::CreateBackend() {
332 bool ProfileSyncService::IsEncryptedDatatypeEnabled() const {
336 void ProfileSyncService::StartUp() {
356 void ProfileSyncService::Shutdown(bool sync_disabled) {
391 void ProfileSyncService::ClearServerData() {
395 &ProfileSyncService::OnClearServerDataTimeout);
399 void ProfileSyncService::DisableForUser() {
412 bool ProfileSyncService::HasSyncSetupCompleted() const {
416 void ProfileSyncService::SetSyncSetupCompleted() {
424 void ProfileSyncService::UpdateLastSyncedTime() {
431 void ProfileSyncService::NotifyObservers() {
440 const char* ProfileSyncService::GetPrefNameForDataType(
472 void ProfileSyncService::OnUnrecoverableError(
486 LOG(ERROR) << "Unrecoverable error detected -- ProfileSyncService unusable."
495 &ProfileSyncService::Shutdown, true));
498 void ProfileSyncService::OnBackendInitialized() {
524 void ProfileSyncService::OnSyncCycleCompleted() {
530 void ProfileSyncService::UpdateAuthErrorState(
554 void ProfileSyncService::OnAuthError() {
558 void ProfileSyncService::OnStopSyncingPermanently() {
567 void ProfileSyncService::OnClearServerDataTimeout() {
575 void ProfileSyncService::OnClearServerDataFailed() {
588 void ProfileSyncService::OnClearServerDataSucceeded() {
599 void ProfileSyncService::OnPassphraseRequired(bool for_decryption) {
645 void ProfileSyncService::OnPassphraseAccepted() {
661 void ProfileSyncService::OnEncryptionComplete(
669 void ProfileSyncService::OnMigrationNeededForTypes(
679 void ProfileSyncService::ShowLoginDialog(gfx::NativeWindow parent_window) {
699 void ProfileSyncService::ShowErrorUI(gfx::NativeWindow parent_window) {
718 void ProfileSyncService::ShowConfigure(
731 void ProfileSyncService::PromptForExistingPassphrase(
741 void ProfileSyncService::SigninForPassphraseMigration(
747 SyncBackendHost::StatusSummary ProfileSyncService::QuerySyncStatusSummary() {
754 SyncBackendHost::Status ProfileSyncService::QueryDetailedSyncStatus() {
764 bool ProfileSyncService::SetupInProgress() const {
768 std::string ProfileSyncService::BuildSyncStatusSummaryText(
783 bool ProfileSyncService::unrecoverable_error_detected() const {
787 string16 ProfileSyncService::GetLastSyncedTimeString() const {
799 string16 ProfileSyncService::GetAuthenticatedUsername() const {
806 void ProfileSyncService::OnUserSubmittedAuth(
844 void ProfileSyncService::OnUserChoseDatatypes(bool sync_everything,
858 void ProfileSyncService::OnUserCancelledDialog() {
879 void ProfileSyncService::ChangePreferredDataTypes(
907 void ProfileSyncService::GetPreferredDataTypes(
941 void ProfileSyncService::GetRegisteredDataTypes(
953 bool ProfileSyncService::IsUsingSecondaryPassphrase() const {
959 bool ProfileSyncService::IsCryptographerReady(
964 SyncBackendHost* ProfileSyncService::GetBackendForTest() {
970 void ProfileSyncService::ConfigureDataTypeManager() {
1014 sync_api::UserShare* ProfileSyncService::GetUserShare() const {
1023 ProfileSyncService::GetLastSessionSnapshot() const {
1031 bool ProfileSyncService::HasUnsyncedItems() const {
1039 void ProfileSyncService::GetModelSafeRoutingInfo(
1049 ProfileSyncService::GetAutofillMigrationState() {
1057 void ProfileSyncService::SetAutofillMigrationState(
1067 ProfileSyncService::GetAutofillMigrationDebugInfo() {
1076 void ProfileSyncService::SetAutofillMigrationDebugInfo(
1086 void ProfileSyncService::ActivateDataType(
1098 void ProfileSyncService::DeactivateDataType(
1106 void ProfileSyncService::SetPassphrase(const std::string& passphrase,
1122 void ProfileSyncService::EncryptDataTypes(
1127 void ProfileSyncService::GetEncryptedDataTypes(
1132 void ProfileSyncService::Observe(NotificationType type,
1261 void ProfileSyncService::AddObserver(Observer* observer) {
1265 void ProfileSyncService::RemoveObserver(Observer* observer) {
1269 bool ProfileSyncService::HasObserver(Observer* observer) const {
1273 browser_sync::JsFrontend* ProfileSyncService::GetJsFrontend() {
1277 void ProfileSyncService::SyncEvent(SyncEventCodes code) {
1282 bool ProfileSyncService::IsSyncEnabled() {
1288 bool ProfileSyncService::IsManaged() {
1293 bool ProfileSyncService::ShouldPushChanges() {