HomeSort by relevance Sort by last modified time
    Searched refs:sync_context_proxy_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/components/sync_driver/
non_blocking_data_type_controller.cc 36 sync_context_proxy_ = sync_context_proxy.Pass();
43 if (!sync_context_proxy_)
45 sync_context_proxy_.reset();
91 base::Passed(sync_context_proxy_->Clone())));
123 return sync_context_proxy_;
non_blocking_data_type_controller.h 132 scoped_ptr<syncer::SyncContextProxy> sync_context_proxy_; member in class:sync_driver::NonBlockingDataTypeController
  /external/chromium_org/sync/engine/
model_type_sync_proxy_impl.h 123 scoped_ptr<SyncContextProxy> sync_context_proxy_; member in class:syncer::ModelTypeSyncProxyImpl
model_type_sync_proxy_impl.cc 56 sync_context_proxy_ = sync_context_proxy.Pass();
57 sync_context_proxy_->ConnectTypeToSync(
77 if (sync_context_proxy_) {
78 sync_context_proxy_->Disconnect(GetModelType());
79 sync_context_proxy_.reset();
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 262 sync_context_proxy_.reset();
462 return sync_context_proxy_.get() ? scoped_ptr<syncer::SyncContextProxy>(
463 sync_context_proxy_->Clone())
646 sync_context_proxy_ = sync_context_proxy->Clone();
sync_backend_host_impl.h 327 scoped_ptr<syncer::SyncContextProxy> sync_context_proxy_; member in class:browser_sync::SyncBackendHostImpl
  /external/chromium_org/sync/internal_api/
sync_manager_impl.h 295 scoped_ptr<SyncContextProxy> sync_context_proxy_; member in class:syncer::SyncManagerImpl
sync_manager_impl.cc 317 sync_context_proxy_.reset(
    [all...]

Completed in 183 milliseconds