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() {}
11 scoped_refptr<AttachmentStore> SyncableService::GetAttachmentStore() {
syncable_service.h 26 // TODO(zea): remove SupportsWeakPtr in favor of having all SyncableService
29 class SYNC_EXPORT SyncableService
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 33 milliseconds