OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSyncDisabled
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc
431
if (
IsSyncDisabled
()) {
450
if (
IsSyncDisabled
()) {
491
DCHECK(!
IsSyncDisabled
());
507
if (
IsSyncDisabled
()) {
527
DCHECK(!
IsSyncDisabled
());
529
base::Bind(&ProfileSyncServiceHarness::
IsSyncDisabled
,
531
"
IsSyncDisabled
");
622
if ((this != *it) && (!(*it)->
IsSyncDisabled
())) {
637
if (!(*it)->
IsSyncDisabled
()) {
648
if (
IsSyncDisabled
()) {
[
all
...]
profile_sync_service_harness.h
61
bool
IsSyncDisabled
() const;
Completed in 24 milliseconds