Searched defs:SyncableService (Results 1 - 2 of 2) sorted by path

/external/chromium_org/sync/api/
H A Dsyncable_service.cc9 SyncableService::~SyncableService() {}
11 scoped_refptr<AttachmentStore> SyncableService::GetAttachmentStore() {
H A Dsyncable_service.h26 // TODO(zea): remove SupportsWeakPtr in favor of having all SyncableService
29 class SYNC_EXPORT SyncableService class in namespace:syncer
31 public base::SupportsWeakPtr<SyncableService> {
33 // A StartSyncFlare is useful when your SyncableService has a need for sync
45 // two. After this, the SyncableService's local data should match the server
80 virtual ~SyncableService();

Completed in 217 milliseconds