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

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_service_proxy.cc40 AttachmentServiceProxy::AttachmentServiceProxy() { function in class:syncer::AttachmentServiceProxy
43 AttachmentServiceProxy::AttachmentServiceProxy( function in class:syncer::AttachmentServiceProxy
50 AttachmentServiceProxy::AttachmentServiceProxy( function in class:syncer::AttachmentServiceProxy
58 AttachmentServiceProxy::~AttachmentServiceProxy() {
61 AttachmentStore* AttachmentServiceProxy::GetStore() {
65 void AttachmentServiceProxy
[all...]
H A Dattachment_service_proxy_for_test.cc26 AttachmentServiceProxy AttachmentServiceProxyForTest::Create() {
28 // This class's base class, AttachmentServiceProxy, must be initialized with a
44 // Dummy runner for tests that don't care about AttachmentServiceProxy.
45 DVLOG(1) << "Creating dummy MessageLoop for AttachmentServiceProxy.";
59 : AttachmentServiceProxy(wrapped_task_runner, core) {
H A Dattachment_service_proxy_unittest.cc100 proxy.reset(new AttachmentServiceProxy(stub_thread->message_loop_proxy(),
147 scoped_ptr<AttachmentServiceProxy> proxy;
162 // Verify that each of AttachmentServiceProxy's methods are invoked on the stub.
182 // Verify that it's safe to use an AttachmentServiceProxy even after its wrapped
/external/chromium_org/sync/internal_api/public/attachments/
H A Dattachment_service_proxy_for_test.h15 // An self-contained AttachmentServiceProxy to reduce boilerplate code in tests.
21 : public AttachmentServiceProxy {
23 static AttachmentServiceProxy Create();
28 class OwningCore : public AttachmentServiceProxy::Core {
H A Dattachment_service_proxy.h20 // AttachmentServiceProxy wraps an AttachmentService allowing multiple threads
35 class SYNC_EXPORT AttachmentServiceProxy : public AttachmentService { class in namespace:syncer
39 // Construct an invalid AttachmentServiceProxy.
40 AttachmentServiceProxy();
42 // Construct an AttachmentServiceProxy that forwards calls to |wrapped| on the
47 AttachmentServiceProxy(
51 virtual ~AttachmentServiceProxy();
67 // thread to another so AttachmentServiceProxy can be an easy-to-use,
73 // Core is ref-counted because we want to allow AttachmentServiceProxy to be
105 // Used in tests to create an AttachmentServiceProxy wit
[all...]
/external/chromium_org/sync/api/
H A Dsync_data.h78 const syncer::AttachmentServiceProxy& attachment_service);
139 AttachmentServiceProxy attachment_service_;
149 const syncer::AttachmentServiceProxy& attachment_service);
H A Dsync_data.cc70 const syncer::AttachmentServiceProxy& attachment_service)
114 AttachmentServiceProxy());
123 const AttachmentServiceProxy& attachment_service) {
H A Dsync_data_unittest.cc44 AttachmentServiceProxy attachment_service_proxy;
/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor.h167 scoped_ptr<syncer::AttachmentServiceProxy> attachment_service_proxy_;
H A Dgeneric_change_processor.cc64 const syncer::AttachmentServiceProxy& attachment_service_proxy) {
112 attachment_service_proxy_.reset(new syncer::AttachmentServiceProxy(
117 attachment_service_proxy_.reset(new syncer::AttachmentServiceProxy(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_disabled_ui_browsertest.cc279 syncer::AttachmentServiceProxy());

Completed in 2731 milliseconds