IsNigoriEnabled   178 chrome/browser/sync/glue/sync_backend_host.h   virtual bool IsNigoriEnabled() const = 0;
IsNigoriEnabled   164 chrome/browser/sync/glue/sync_backend_host_impl.cc   if (!IsNigoriEnabled()) {
IsNigoriEnabled   190 chrome/browser/sync/glue/sync_backend_host_impl.cc   if (!IsNigoriEnabled()) {
IsNigoriEnabled   455 chrome/browser/sync/glue/sync_backend_host_impl.cc   return registrar_.get() && registrar_->IsNigoriEnabled();
IsNigoriEnabled   120 chrome/browser/sync/glue/sync_backend_host_impl.h   virtual bool IsNigoriEnabled() const OVERRIDE;
IsNigoriEnabled    84 chrome/browser/sync/glue/sync_backend_host_mock.h   virtual bool IsNigoriEnabled() const OVERRIDE;
IsNigoriEnabled    67 chrome/browser/sync/glue/sync_backend_registrar.h   bool IsNigoriEnabled() const;
IsNigoriEnabled   123 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc   EXPECT_FALSE(registrar_->IsNigoriEnabled());
IsNigoriEnabled   136 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc   EXPECT_TRUE(registrar_->IsNigoriEnabled());
IsNigoriEnabled  1214 chrome/browser/sync/profile_sync_service.cc   DCHECK(backend_->IsNigoriEnabled());