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

/external/chromium_org/sync/api/
H A Dsyncable_service.cc9 SyncableService::~SyncableService() {}
H A Dsyncable_service.h25 // TODO(zea): remove SupportsWeakPtr in favor of having all SyncableService
28 class SYNC_EXPORT SyncableService class in namespace:syncer
30 public base::SupportsWeakPtr<SyncableService> {
32 // A StartSyncFlare is useful when your SyncableService has a need for sync
44 // two. After this, the SyncableService's local data should match the server
69 virtual ~SyncableService();

Completed in 74 milliseconds