HomeSort by relevance Sort by last modified time
    Searched defs:SyncableService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/api/
syncable_service.cc 9 SyncableService::~SyncableService() {}
syncable_service.h 25 // TODO(zea): remove SupportsWeakPtr in favor of having all SyncableService
28 class SYNC_EXPORT SyncableService
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
60 // to date representation of the SyncableService's view of that datatype, and
74 virtual ~SyncableService();

Completed in 47 milliseconds