HomeSort by relevance Sort by last modified time
    Searched defs:AttachmentServiceImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/api/attachments/
attachment_service_impl.h 20 class SYNC_EXPORT AttachmentServiceImpl : public AttachmentService,
27 AttachmentServiceImpl(scoped_ptr<AttachmentStore> attachment_store,
31 virtual ~AttachmentServiceImpl();
33 // Create an AttachmentServiceImpl suitable for use in tests.
71 base::WeakPtrFactory<AttachmentServiceImpl> weak_ptr_factory_;
73 DISALLOW_COPY_AND_ASSIGN(AttachmentServiceImpl);
attachment_service_impl.cc 19 class AttachmentServiceImpl::GetOrDownloadState
57 AttachmentServiceImpl::GetOrDownloadState::GetOrDownloadState(
68 AttachmentServiceImpl::GetOrDownloadState::~GetOrDownloadState() {
72 void AttachmentServiceImpl::GetOrDownloadState::AddAttachment(
85 void AttachmentServiceImpl::GetOrDownloadState::AddUnavailableAttachmentId(
98 AttachmentServiceImpl::GetOrDownloadState::PostResultIfAllRequestsCompleted() {
109 AttachmentServiceImpl::AttachmentServiceImpl(
124 AttachmentServiceImpl::~AttachmentServiceImpl() {
    [all...]

Completed in 56 milliseconds