Searched defs:SyncContextProxy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Dsync_context_proxy.cc9 SyncContextProxy::SyncContextProxy() { function in class:syncer::SyncContextProxy
12 SyncContextProxy::~SyncContextProxy() {
/external/chromium_org/sync/internal_api/public/
H A Dsync_context_proxy.h20 class SYNC_EXPORT_PRIVATE SyncContextProxy { class in namespace:syncer
22 SyncContextProxy();
23 virtual ~SyncContextProxy();
41 // Creates a clone of this SyncContextProxy.
42 virtual scoped_ptr<SyncContextProxy> Clone() const = 0;

Completed in 2763 milliseconds