DumpDatabase      164 chrome/browser/sync_file_system/drive_backend/metadata_database.h   scoped_ptr<base::ListValue> DumpDatabase();
DumpDatabase      296 chrome/browser/sync_file_system/drive_backend/sync_engine.cc   return context_->GetMetadataDatabase()->DumpDatabase();
DumpDatabase      106 chrome/browser/sync_file_system/drive_backend/sync_engine.h   virtual scoped_ptr<base::ListValue> DumpDatabase() OVERRIDE;
DumpDatabase      106 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h   virtual scoped_ptr<base::ListValue> DumpDatabase() OVERRIDE;
DumpDatabase       74 chrome/browser/sync_file_system/mock_remote_file_sync_service.h   virtual scoped_ptr<base::ListValue> DumpDatabase() OVERRIDE;
DumpDatabase      198 chrome/browser/sync_file_system/remote_file_sync_service.h   virtual scoped_ptr<base::ListValue> DumpDatabase() = 0;
DumpDatabase      331 chrome/browser/sync_file_system/sync_file_system_service.cc   scoped_ptr<base::ListValue> list = remote_service_->DumpDatabase();
DumpDatabase      335 chrome/browser/sync_file_system/sync_file_system_service.cc     scoped_ptr<base::ListValue> v2list = v2_remote_service_->DumpDatabase();
DumpDatabase       64 chrome/browser/sync_file_system/sync_file_system_service.h   scoped_ptr<base::ListValue> DumpDatabase();
DumpDatabase       33 chrome/browser/ui/webui/sync_file_system_internals/dump_database_handler.cc     list = sync_service->DumpDatabase();