HomeSort by relevance Sort by last modified time
    Searched refs:attachment_service_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/sync/api/attachments/
attachment_service_impl_unittest.cc 123 attachment_service_.reset(new AttachmentServiceImpl(
131 attachment_service_.reset();
136 AttachmentService* attachment_service() { return attachment_service_.get(); }
173 scoped_ptr<AttachmentService> attachment_service_; member in class:syncer::AttachmentServiceImplTest
  /external/chromium_org/sync/api/
sync_data.cc 92 attachment_service_(attachment_service),
244 attachment_service_.GetOrDownloadAttachments(attachment_ids, callback);
250 attachment_service_.DropAttachments(attachment_ids, callback);
sync_data.h 141 AttachmentServiceProxy attachment_service_; member in class:syncer::SyncData
  /external/chromium_org/components/sync_driver/
generic_change_processor.h 151 scoped_ptr<syncer::AttachmentService> attachment_service_; member in class:browser_sync::GenericChangeProcessor
152 // Must be destroyed before attachment_service_ to ensure WeakPtrs are
153 // invalidated before attachment_service_ is destroyed.
generic_change_processor_unittest.cc 80 : attachment_service_(attachment_service.Pass()) {}
91 EXPECT_TRUE(attachment_service_ != NULL);
92 return attachment_service_.Pass();
96 scoped_ptr<syncer::AttachmentService> attachment_service_; member in class:browser_sync::__anon11219::MockSyncApiComponentFactory
generic_change_processor.cc 100 attachment_service_(sync_factory->CreateAttachmentService(this)),
101 attachment_service_weak_ptr_factory_(attachment_service_.get()),
106 DCHECK(attachment_service_);
475 StoreAttachments(attachment_service_.get(), new_attachments);

Completed in 101 milliseconds