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

  /external/chromium_org/sync/internal_api/
sync_context_proxy.cc 9 SyncContextProxy::SyncContextProxy() {
12 SyncContextProxy::~SyncContextProxy() {
  /external/chromium_org/sync/internal_api/public/
sync_context_proxy.h 20 class SYNC_EXPORT_PRIVATE SyncContextProxy {
22 SyncContextProxy();
23 virtual ~SyncContextProxy();
41 // Creates a clone of this SyncContextProxy.
42 virtual scoped_ptr<SyncContextProxy> Clone() const = 0;

Completed in 1559 milliseconds