Home
last modified time | relevance | path

Searched refs:DumpDatabase (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/resources/sync_file_system_internals/
Ddump_database.js8 var DumpDatabase = (function() { class
11 var DumpDatabase = {};
67 DumpDatabase.onGetDatabaseDump = function(databaseDump) {
89 return DumpDatabase;
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
Ddump_database_handler.cc30 SyncFileSystemServiceFactory::GetForProfile(profile_)->DumpDatabase(); in GetDatabaseDump()
/external/chromium_org/chrome/browser/sync_file_system/
Dmock_remote_file_sync_service.h69 virtual scoped_ptr<base::ListValue> DumpDatabase() OVERRIDE;
Dremote_file_sync_service.h196 virtual scoped_ptr<base::ListValue> DumpDatabase() = 0;
Dmock_remote_file_sync_service.cc56 scoped_ptr<base::ListValue> MockRemoteFileSyncService::DumpDatabase() { in DumpDatabase() function in sync_file_system::MockRemoteFileSyncService
Dsync_file_system_service.h64 scoped_ptr<base::ListValue> DumpDatabase();
Dsync_file_system_service.cc327 scoped_ptr<base::ListValue> SyncFileSystemService::DumpDatabase() { in DumpDatabase() function in sync_file_system::SyncFileSystemService
328 scoped_ptr<base::ListValue> list = remote_service_->DumpDatabase(); in DumpDatabase()
332 scoped_ptr<base::ListValue> v2list = v2_remote_service_->DumpDatabase(); in DumpDatabase()
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dsync_engine.h82 virtual scoped_ptr<base::ListValue> DumpDatabase() OVERRIDE;
Dsync_engine.cc244 scoped_ptr<base::ListValue> SyncEngine::DumpDatabase() { in DumpDatabase() function in sync_file_system::drive_backend::SyncEngine
247 return metadata_database_->DumpDatabase(); in DumpDatabase()
Dmetadata_database.h140 scoped_ptr<base::ListValue> DumpDatabase();
Dmetadata_database.cc1899 scoped_ptr<base::ListValue> MetadataDatabase::DumpDatabase() { in DumpDatabase() function in sync_file_system::drive_backend::MetadataDatabase
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
Ddrive_file_sync_service.h108 virtual scoped_ptr<base::ListValue> DumpDatabase() OVERRIDE;
Ddrive_file_sync_service.cc247 scoped_ptr<base::ListValue> DriveFileSyncService::DumpDatabase() { in DumpDatabase() function in sync_file_system::DriveFileSyncService