Searched refs:attachment_service_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/sync/api/
H A Dsync_data.cc74 attachment_service_(attachment_service),
218 attachment_service_.GetOrDownloadAttachments(attachment_ids, callback);
224 attachment_service_.DropAttachments(attachment_ids, callback);
H A Dsync_data.h139 AttachmentServiceProxy attachment_service_; member in class:syncer::SyncData
/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor.h160 scoped_ptr<syncer::AttachmentService> attachment_service_; member in class:sync_driver::GenericChangeProcessor
162 // Must be destroyed before attachment_service_ to ensure WeakPtrs are
163 // invalidated before attachment_service_ is destroyed.
164 // Can be NULL if attachment_service_ is NULL;
H A Dgeneric_change_processor_unittest.cc83 : attachment_service_(attachment_service.Pass()) {}
96 EXPECT_TRUE(attachment_service_ != NULL);
97 return attachment_service_.Pass();
101 scoped_ptr<syncer::AttachmentService> attachment_service_; member in class:sync_driver::__anon6859::MockSyncApiComponentFactory
H A Dgeneric_change_processor.cc107 attachment_service_ = sync_factory->CreateAttachmentService(
111 attachment_service_.get()));
462 // which would initialize attachment_service_. Fail if it isn't so.
463 if (!attachment_service_.get()) {
474 attachment_service_->UploadAttachments(new_attachments);
707 DCHECK(attachment_service_.get());
714 attachment_service_->UploadAttachments(id_set);
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_service_impl_unittest.cc166 attachment_service_.reset();
192 attachment_service_.reset(
203 attachment_service_->SetTimerForTest(timer_to_pass.PassAs<base::Timer>());
206 AttachmentService* attachment_service() { return attachment_service_.get(); }
267 scoped_ptr<AttachmentServiceImpl> attachment_service_; member in class:syncer::AttachmentServiceImplTest

Completed in 233 milliseconds