Searched refs:DumpDatabase (Results 1 – 13 of 13) sorted by relevance
8 var DumpDatabase = (function() { class11 var DumpDatabase = {};67 DumpDatabase.onGetDatabaseDump = function(databaseDump) {89 return DumpDatabase;
30 SyncFileSystemServiceFactory::GetForProfile(profile_)->DumpDatabase(); in GetDatabaseDump()
69 virtual scoped_ptr<base::ListValue> DumpDatabase() OVERRIDE;
196 virtual scoped_ptr<base::ListValue> DumpDatabase() = 0;
56 scoped_ptr<base::ListValue> MockRemoteFileSyncService::DumpDatabase() { in DumpDatabase() function in sync_file_system::MockRemoteFileSyncService
64 scoped_ptr<base::ListValue> DumpDatabase();
327 scoped_ptr<base::ListValue> SyncFileSystemService::DumpDatabase() { in DumpDatabase() function in sync_file_system::SyncFileSystemService328 scoped_ptr<base::ListValue> list = remote_service_->DumpDatabase(); in DumpDatabase()332 scoped_ptr<base::ListValue> v2list = v2_remote_service_->DumpDatabase(); in DumpDatabase()
82 virtual scoped_ptr<base::ListValue> DumpDatabase() OVERRIDE;
244 scoped_ptr<base::ListValue> SyncEngine::DumpDatabase() { in DumpDatabase() function in sync_file_system::drive_backend::SyncEngine247 return metadata_database_->DumpDatabase(); in DumpDatabase()
140 scoped_ptr<base::ListValue> DumpDatabase();
1899 scoped_ptr<base::ListValue> MetadataDatabase::DumpDatabase() { in DumpDatabase() function in sync_file_system::drive_backend::MetadataDatabase
108 virtual scoped_ptr<base::ListValue> DumpDatabase() OVERRIDE;
247 scoped_ptr<base::ListValue> DriveFileSyncService::DumpDatabase() { in DumpDatabase() function in sync_file_system::DriveFileSyncService