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

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 169 virtual bool IsNigoriEnabled() const = 0;
sync_backend_host_mock.cc 94 bool SyncBackendHostMock::IsNigoriEnabled() const {
sync_backend_host_mock.h 85 virtual bool IsNigoriEnabled() const OVERRIDE;
sync_backend_registrar.h 70 bool IsNigoriEnabled() const;
sync_backend_registrar_unittest.cc 114 EXPECT_FALSE(registrar_->IsNigoriEnabled());
127 EXPECT_TRUE(registrar_->IsNigoriEnabled());
sync_backend_host_impl.cc 186 if (!IsNigoriEnabled()) {
212 if (!IsNigoriEnabled()) {
482 bool SyncBackendHostImpl::IsNigoriEnabled() const {
483 return registrar_.get() && registrar_->IsNigoriEnabled();
sync_backend_host_impl.h 123 virtual bool IsNigoriEnabled() const OVERRIDE;
sync_backend_registrar.cc 138 bool SyncBackendRegistrar::IsNigoriEnabled() const {
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc     [all...]

Completed in 229 milliseconds