Home
last modified time | relevance | path

Searched refs:AttachmentServiceProxy (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
Dattachment_service_proxy.cc40 AttachmentServiceProxy::AttachmentServiceProxy() { in AttachmentServiceProxy() function in syncer::AttachmentServiceProxy
43 AttachmentServiceProxy::AttachmentServiceProxy( in AttachmentServiceProxy() function in syncer::AttachmentServiceProxy
50 AttachmentServiceProxy::AttachmentServiceProxy( in AttachmentServiceProxy() function in syncer::AttachmentServiceProxy
58 AttachmentServiceProxy::~AttachmentServiceProxy() { in ~AttachmentServiceProxy()
61 AttachmentStore* AttachmentServiceProxy::GetStore() { in GetStore()
65 void AttachmentServiceProxy::GetOrDownloadAttachments( in GetOrDownloadAttachments()
81 void AttachmentServiceProxy::DropAttachments( in DropAttachments()
94 void AttachmentServiceProxy::UploadAttachments( in UploadAttachments()
102 AttachmentServiceProxy::Core::Core( in Core()
107 AttachmentServiceProxy::Core::~Core() { in ~Core()
[all …]
Dattachment_service_proxy_for_test.cc26 AttachmentServiceProxy AttachmentServiceProxyForTest::Create() { in Create()
59 : AttachmentServiceProxy(wrapped_task_runner, core) { in AttachmentServiceProxyForTest()
Dattachment_service_proxy_unittest.cc100 proxy.reset(new AttachmentServiceProxy(stub_thread->message_loop_proxy(), in SetUp()
147 scoped_ptr<AttachmentServiceProxy> proxy;
/external/chromium_org/sync/internal_api/public/attachments/
Dattachment_service_proxy.h35 class SYNC_EXPORT AttachmentServiceProxy : public AttachmentService {
40 AttachmentServiceProxy();
47 AttachmentServiceProxy(
51 virtual ~AttachmentServiceProxy();
106 AttachmentServiceProxy(
Dattachment_service_proxy_for_test.h21 : public AttachmentServiceProxy {
23 static AttachmentServiceProxy Create();
28 class OwningCore : public AttachmentServiceProxy::Core {
/external/chromium_org/sync/api/
Dsync_data.h78 const syncer::AttachmentServiceProxy& attachment_service);
139 AttachmentServiceProxy attachment_service_;
149 const syncer::AttachmentServiceProxy& attachment_service);
Dsync_data.cc70 const syncer::AttachmentServiceProxy& attachment_service) in SyncData()
114 AttachmentServiceProxy()); in CreateLocalDataWithAttachments()
123 const AttachmentServiceProxy& attachment_service) { in CreateRemoteData()
Dsync_data_unittest.cc44 AttachmentServiceProxy attachment_service_proxy;
/external/chromium_org/components/sync_driver/
Dgeneric_change_processor.h167 scoped_ptr<syncer::AttachmentServiceProxy> attachment_service_proxy_;
Dgeneric_change_processor.cc64 const syncer::AttachmentServiceProxy& attachment_service_proxy) { in BuildRemoteSyncData()
112 attachment_service_proxy_.reset(new syncer::AttachmentServiceProxy( in GenericChangeProcessor()
117 attachment_service_proxy_.reset(new syncer::AttachmentServiceProxy( in GenericChangeProcessor()
/external/chromium_org/chrome/browser/extensions/
Dextension_disabled_ui_browsertest.cc279 syncer::AttachmentServiceProxy()); in IN_PROC_BROWSER_TEST_F()