Searched refs:attachment_store_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_service_impl.cc120 : attachment_store_(attachment_store),
126 DCHECK(attachment_store_.get());
165 return attachment_store_.get();
174 attachment_store_->Read(attachment_ids,
184 attachment_store_->Drop(attachment_ids,
276 attachment_store_->Read(attachment_ids,
H A Dattachment_service_impl_unittest.cc167 ASSERT_FALSE(attachment_store_); variable
184 attachment_store_ = attachment_store->AsWeakPtr();
247 MockAttachmentStore* store() { return attachment_store_.get(); }
264 base::WeakPtr<MockAttachmentStore> attachment_store_; member in class:syncer::AttachmentServiceImplTest
/external/chromium_org/sync/internal_api/public/attachments/
H A Dattachment_service_impl.h101 scoped_refptr<AttachmentStore> attachment_store_; member in class:syncer::AttachmentServiceImpl

Completed in 89 milliseconds