sync_status 167 chrome/browser/prefs/pref_service_syncable.cc const user_prefs::PrefRegistrySyncable::PrefSyncStatus sync_status) { sync_status 169 chrome/browser/prefs/pref_service_syncable.cc if (sync_status == user_prefs::PrefRegistrySyncable::SYNCABLE_PREF) { sync_status 171 chrome/browser/prefs/pref_service_syncable.cc } else if (sync_status == sync_status 175 chrome/browser/prefs/pref_service_syncable.cc NOTREACHED() << "invalid sync_status: " << sync_status; sync_status 94 chrome/browser/prefs/pref_service_syncable.h const user_prefs::PrefRegistrySyncable::PrefSyncStatus sync_status); sync_status 72 chrome/browser/sync_file_system/drive_backend/sync_engine.cc SyncStatusCode sync_status, bool used_network) { sync_status 73 chrome/browser/sync_file_system/drive_backend/sync_engine.cc sync_engine_->NotifyLastOperationStatus(sync_status, used_network); sync_status 395 chrome/browser/sync_file_system/drive_backend/sync_engine.cc SyncStatusCode sync_status, sync_status 397 chrome/browser/sync_file_system/drive_backend/sync_engine.cc UpdateServiceStateFromSyncStatusCode(sync_status, used_network); sync_status 64 chrome/browser/sync_file_system/drive_backend/sync_engine.h SyncStatusCode sync_status, bool used_network) OVERRIDE; sync_status 189 chrome/browser/sync_file_system/drive_backend/sync_engine.h void NotifyLastOperationStatus(SyncStatusCode sync_status, bool used_network); sync_status 145 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc SyncStatusCode sync_status) { sync_status 146 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc EXPECT_EQ(expected_sync_status, sync_status); sync_status 163 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc SyncStatusCode sync_status = SYNC_STATUS_UNKNOWN; sync_status 167 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc sync_engine()->RegisterOrigin(origin, CreateResultReceiver(&sync_status)); sync_status 169 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc EXPECT_EQ(SYNC_STATUS_OK, sync_status); sync_status 173 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc sync_engine()->DisableOrigin(origin, CreateResultReceiver(&sync_status)); sync_status 175 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc EXPECT_EQ(SYNC_STATUS_OK, sync_status); sync_status 179 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc sync_engine()->EnableOrigin(origin, CreateResultReceiver(&sync_status)); sync_status 181 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc EXPECT_EQ(SYNC_STATUS_OK, sync_status); sync_status 188 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc CreateResultReceiver(&sync_status)); sync_status 190 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc EXPECT_EQ(SYNC_STATUS_OK, sync_status); sync_status 195 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc SyncStatusCode sync_status = SYNC_STATUS_UNKNOWN; sync_status 208 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc sync_status = SYNC_STATUS_UNKNOWN; sync_status 209 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc sync_engine()->RegisterOrigin(origin, CreateResultReceiver(&sync_status)); sync_status 211 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc EXPECT_EQ(SYNC_STATUS_OK, sync_status); sync_status 243 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc SyncStatusCode sync_status = SYNC_STATUS_UNKNOWN; sync_status 247 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc CreateResultReceiver(&sync_status)); sync_status 249 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc EXPECT_EQ(SYNC_STATUS_OK, sync_status); sync_status 252 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc CreateResultReceiver(&sync_status)); sync_status 254 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc EXPECT_EQ(SYNC_STATUS_OK, sync_status); sync_status 263 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc CreateResultReceiver(&sync_status)); sync_status 265 chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc EXPECT_EQ(SYNC_STATUS_OK, sync_status); sync_status 472 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc SyncStatusCode sync_status, sync_status 474 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc switch (sync_status) { sync_status 1240 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc SyncStatusCode sync_status, sync_status 1242 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc UpdateServiceStateFromLastOperationStatus(sync_status, last_gdata_error_); sync_status 1410 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc SyncFileStatus sync_status, sync_status 1413 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc if (sync_status != SYNC_FILE_STATUS_SYNCED) { sync_status 1420 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc OnFileStatusChanged(url, sync_status, action_taken, direction)); sync_status 145 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h SyncStatusCode sync_status, sync_status 186 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h SyncStatusCode sync_status, sync_status 323 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h SyncFileStatus sync_status, sync_status 163 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc SyncFileStatus sync_status, sync_status 25 chrome/browser/sync_file_system/file_status_observer.h SyncFileStatus sync_status, sync_status 752 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc backend()->sync_context()->sync_status()->AddObserver(this); sync_status 235 chrome/browser/sync_file_system/local/local_file_sync_context.cc const bool syncable = sync_status()->IsSyncable(url); sync_status 238 chrome/browser/sync_file_system/local/local_file_sync_context.cc sync_status()->StartSyncing(url); sync_status 263 chrome/browser/sync_file_system/local/local_file_sync_context.cc if (sync_status()->IsSyncable(url)) { sync_status 288 chrome/browser/sync_file_system/local/local_file_sync_context.cc DCHECK(!sync_status()->IsWritable(url)); sync_status 289 chrome/browser/sync_file_system/local/local_file_sync_context.cc DCHECK(!sync_status()->IsWriting(url)); sync_status 316 chrome/browser/sync_file_system/local/local_file_sync_context.cc file_system_context, sync_status(), url, sync_status 371 chrome/browser/sync_file_system/local/local_file_sync_context.cc DCHECK(!sync_status()->IsWritable(url)); sync_status 372 chrome/browser/sync_file_system/local/local_file_sync_context.cc DCHECK(!sync_status()->IsWriting(url)); sync_status 566 chrome/browser/sync_file_system/local/local_file_sync_context.cc sync_status()->IsWriting(url_waiting_sync_on_io_)) { sync_status 935 chrome/browser/sync_file_system/local/local_file_sync_context.cc sync_status()->EndSyncing(url); sync_status 939 chrome/browser/sync_file_system/local/local_file_sync_context.cc sync_status()->StartWriting(url); sync_status 952 chrome/browser/sync_file_system/local/local_file_sync_context.cc sync_status()->EndWriting(url); sync_status 203 chrome/browser/sync_file_system/local/local_file_sync_context.h LocalFileSyncStatus* sync_status() const; sync_status 174 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc SyncStatusCode sync_status = SYNC_STATUS_UNKNOWN; sync_status 179 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc AssignAndQuitCallback(&run_loop, &sync_status)); sync_status 186 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc sync_status == SYNC_STATUS_OK, sync_status 190 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc return sync_status; sync_status 39 chrome/browser/sync_file_system/local/root_delete_helper.cc LocalFileSyncStatus* sync_status, sync_status 45 chrome/browser/sync_file_system/local/root_delete_helper.cc sync_status_(sync_status), sync_status 36 chrome/browser/sync_file_system/local/root_delete_helper.h LocalFileSyncStatus* sync_status, sync_status 47 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc LocalFileSyncStatus* sync_status) sync_status 48 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc : sync_status_(sync_status), sync_status 79 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc if ((*iter)->IsRunnable(sync_status())) { sync_status 84 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc task->Start(sync_status()); sync_status 96 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc DCHECK(sync_status()->IsWriting(target_paths[i])); sync_status 97 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc sync_status()->EndWriting(target_paths[i]); sync_status 56 chrome/browser/sync_file_system/local/syncable_file_operation_runner.h LocalFileSyncStatus* sync_status); sync_status 79 chrome/browser/sync_file_system/local/syncable_file_operation_runner.h LocalFileSyncStatus* sync_status() const { return sync_status_; } sync_status 97 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc return file_system_.backend()->sync_context()->sync_status(); sync_status 162 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc sync_status()->StartSyncing(URL(kFile)); sync_status 163 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc ASSERT_FALSE(sync_status()->IsWritable(URL(kFile))); sync_status 183 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc sync_status()->EndSyncing(URL(kFile)); sync_status 184 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc ASSERT_TRUE(sync_status()->IsWritable(URL(kFile))); sync_status 204 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc sync_status()->StartSyncing(URL(kDir)); sync_status 205 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc ASSERT_FALSE(sync_status()->IsWritable(URL(kDir))); sync_status 232 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc sync_status()->EndSyncing(URL(kDir)); sync_status 233 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc ASSERT_TRUE(sync_status()->IsWritable(URL(kDir))); sync_status 246 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc sync_status()->StartSyncing(URL(kParent)); sync_status 270 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc sync_status()->StartSyncing(URL("dest-copy2")); sync_status 283 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc sync_status()->EndSyncing(URL("dest-copy2")); sync_status 293 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc sync_status()->EndSyncing(URL(kParent)); sync_status 308 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc sync_status()->StartSyncing(URL(kFile)); sync_status 317 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc sync_status()->EndSyncing(URL(kFile)); sync_status 329 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc sync_status()->StartSyncing(URL(kFile)); sync_status 330 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc ASSERT_FALSE(sync_status()->IsWritable(URL(kFile))); sync_status 361 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc sync_status()->StartSyncing(URL(kFile)); sync_status 362 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc ASSERT_FALSE(sync_status()->IsWritable(URL(kFile))); sync_status 373 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc sync_status()->EndSyncing(URL(kFile)); sync_status 374 chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc ASSERT_TRUE(sync_status()->IsWritable(URL(kFile))); sync_status 85 chrome/browser/sync_file_system/mock_remote_file_sync_service.cc SyncFileStatus sync_status, sync_status 89 chrome/browser/sync_file_system/mock_remote_file_sync_service.cc OnFileStatusChanged(url, sync_status, sync_status 86 chrome/browser/sync_file_system/mock_remote_file_sync_service.h SyncFileStatus sync_status, sync_status 529 chrome/browser/sync_file_system/sync_file_system_service.cc SyncStatusCode sync_status, sync_status 727 chrome/browser/sync_file_system/sync_file_system_service.cc SyncFileStatus sync_status, sync_status 732 chrome/browser/sync_file_system/sync_file_system_service.cc OnFileSynced(url, sync_status, action_taken, direction)); sync_status 136 chrome/browser/sync_file_system/sync_file_system_service.h SyncFileStatus sync_status, sync_status 1252 chrome/browser/ui/webui/options/browser_options_handler.cc scoped_ptr<base::DictionaryValue> sync_status(new base::DictionaryValue); sync_status 1255 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean("supervisedUser", true); sync_status 1256 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean("signinAllowed", false); sync_status 1257 chrome/browser/ui/webui/options/browser_options_handler.cc return sync_status.Pass(); sync_status 1262 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean("signinAllowed", false); sync_status 1263 chrome/browser/ui/webui/options/browser_options_handler.cc return sync_status.Pass(); sync_status 1265 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean("supervisedUser", false); sync_status 1278 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean("signoutAllowed", !signout_prohibited); sync_status 1279 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean("signinAllowed", signin->IsSigninAllowed()); sync_status 1280 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean("syncSystemEnabled", (service != NULL)); sync_status 1281 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean("setupCompleted", sync_status 1283 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean("setupInProgress", sync_status 1291 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetString("statusText", status_label); sync_status 1292 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetString("actionLinkText", link_label); sync_status 1293 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean("hasError", status_has_error); sync_status 1295 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean("managed", service && service->IsManaged()); sync_status 1296 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean("signedIn", sync_status 1298 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean("hasUnrecoverableError", sync_status 1300 chrome/browser/ui/webui/options/browser_options_handler.cc sync_status->SetBoolean( sync_status 1306 chrome/browser/ui/webui/options/browser_options_handler.cc return sync_status.Pass(); sync_status 79 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 82 components/user_prefs/pref_registry_syncable.cc sync_status); sync_status 87 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 90 components/user_prefs/pref_registry_syncable.cc sync_status); sync_status 95 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 98 components/user_prefs/pref_registry_syncable.cc sync_status); sync_status 103 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 106 components/user_prefs/pref_registry_syncable.cc sync_status); sync_status 112 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 116 components/user_prefs/pref_registry_syncable.cc sync_status); sync_status 120 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 121 components/user_prefs/pref_registry_syncable.cc RegisterSyncablePreference(path, new base::ListValue(), sync_status); sync_status 126 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 127 components/user_prefs/pref_registry_syncable.cc RegisterSyncablePreference(path, default_value, sync_status); sync_status 131 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 132 components/user_prefs/pref_registry_syncable.cc RegisterSyncablePreference(path, new base::DictionaryValue(), sync_status); sync_status 138 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 139 components/user_prefs/pref_registry_syncable.cc RegisterSyncablePreference(path, default_value, sync_status); sync_status 145 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 150 components/user_prefs/pref_registry_syncable.cc sync_status); sync_status 156 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 161 components/user_prefs/pref_registry_syncable.cc sync_status); sync_status 167 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 172 components/user_prefs/pref_registry_syncable.cc sync_status); sync_status 178 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 183 components/user_prefs/pref_registry_syncable.cc sync_status); sync_status 189 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 193 components/user_prefs/pref_registry_syncable.cc sync_status); sync_status 199 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 203 components/user_prefs/pref_registry_syncable.cc sync_status); sync_status 209 components/user_prefs/pref_registry_syncable.cc PrefSyncStatus sync_status) { sync_status 212 components/user_prefs/pref_registry_syncable.cc if (sync_status == PrefRegistrySyncable::SYNCABLE_PREF || sync_status 213 components/user_prefs/pref_registry_syncable.cc sync_status == PrefRegistrySyncable::SYNCABLE_PRIORITY_PREF) { sync_status 214 components/user_prefs/pref_registry_syncable.cc syncable_preferences_[path] = sync_status; sync_status 217 components/user_prefs/pref_registry_syncable.cc callback_.Run(path, sync_status); sync_status 48 components/user_prefs/pref_registry_syncable.h base::Callback<void(const char* path, const PrefSyncStatus sync_status)> sync_status 69 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 72 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 75 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 78 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 81 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 83 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 85 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 88 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 91 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 94 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 97 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 100 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 103 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 106 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 109 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 120 components/user_prefs/pref_registry_syncable.h PrefSyncStatus sync_status); sync_status 64 ppapi/proxy/host_dispatcher.cc SyncMessageStatusReceiver* sync_status, sync_status 67 ppapi/proxy/host_dispatcher.cc sync_status_(sync_status), sync_status 53 ppapi/proxy/host_dispatcher.h SyncMessageStatusReceiver* sync_status,