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

  /external/chromium_org/sync/internal_api/public/attachments/
attachment_service_impl.h 24 class SYNC_EXPORT AttachmentServiceImpl
50 AttachmentServiceImpl(scoped_refptr<AttachmentStore> attachment_store,
56 virtual ~AttachmentServiceImpl();
58 // Create an AttachmentServiceImpl suitable for use in tests.
115 base::WeakPtrFactory<AttachmentServiceImpl> weak_ptr_factory_;
117 DISALLOW_COPY_AND_ASSIGN(AttachmentServiceImpl);
  /external/chromium_org/sync/internal_api/attachments/
attachment_service_impl.cc 23 class AttachmentServiceImpl::GetOrDownloadState
61 AttachmentServiceImpl::GetOrDownloadState::GetOrDownloadState(
72 AttachmentServiceImpl::GetOrDownloadState::~GetOrDownloadState() {
76 void AttachmentServiceImpl::GetOrDownloadState::AddAttachment(
89 void AttachmentServiceImpl::GetOrDownloadState::AddUnavailableAttachmentId(
102 AttachmentServiceImpl::GetOrDownloadState::PostResultIfAllRequestsCompleted() {
113 AttachmentServiceImpl::AttachmentServiceImpl(
133 base::Bind(&AttachmentServiceImpl::BeginUpload,
141 AttachmentServiceImpl::~AttachmentServiceImpl()
    [all...]

Completed in 227 milliseconds