OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNigoriEnabled
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h
173
virtual bool
IsNigoriEnabled
() const = 0;
sync_backend_host_mock.h
82
virtual bool
IsNigoriEnabled
() const OVERRIDE;
sync_backend_host_mock.cc
85
bool SyncBackendHostMock::
IsNigoriEnabled
() const {
sync_backend_registrar.h
67
bool
IsNigoriEnabled
() const;
sync_backend_host_impl.cc
161
if (!
IsNigoriEnabled
()) {
187
if (!
IsNigoriEnabled
()) {
444
bool SyncBackendHostImpl::
IsNigoriEnabled
() const {
445
return registrar_.get() && registrar_->
IsNigoriEnabled
();
sync_backend_registrar_unittest.cc
123
EXPECT_FALSE(registrar_->
IsNigoriEnabled
());
136
EXPECT_TRUE(registrar_->
IsNigoriEnabled
());
sync_backend_host_impl.h
117
virtual bool
IsNigoriEnabled
() const OVERRIDE;
sync_backend_registrar.cc
136
bool SyncBackendRegistrar::
IsNigoriEnabled
() const {
/external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc
167
bool SyncBackendHost::
IsNigoriEnabled
() const {
177
return
IsNigoriEnabled
() && syncapi_initialized_ &&
221
if (!
IsNigoriEnabled
()) {
458
if (
IsNigoriEnabled
())
[
all
...]
sync_backend_host.h
239
bool
IsNigoriEnabled
() const;
/external/chromium/chrome/browser/sync/
profile_sync_service.cc
601
DCHECK(backend_->
IsNigoriEnabled
());
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service.cc
[
all
...]
Completed in 600 milliseconds