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

/external/chromium_org/sync/api/attachments/
H A Dattachment_store.cc9 AttachmentStore::AttachmentStore() {} function in class:syncer::AttachmentStore
10 AttachmentStore::~AttachmentStore() {}
H A Dattachment_store.h28 class SYNC_EXPORT AttachmentStore : public base::RefCounted<AttachmentStore> { class in namespace:syncer
30 AttachmentStore();
48 // |callback| will be invoked when finished. AttachmentStore will attempt to
86 friend class base::RefCounted<AttachmentStore>;
87 virtual ~AttachmentStore();

Completed in 2683 milliseconds