OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:user_types
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/sync/
sync_prefs_unittest.cc
113
const syncer::ModelTypeSet
user_types
= syncer::UserTypes();
local
114
EXPECT_TRUE(
user_types
.Equals(
115
sync_prefs.GetPreferredDataTypes(
user_types
)));
121
sync_prefs.SetPreferredDataTypes(
user_types
, preferred_types);
122
EXPECT_TRUE(
user_types
.Equals(
123
sync_prefs.GetPreferredDataTypes(
user_types
)));
132
const syncer::ModelTypeSet
user_types
= syncer::UserTypes();
local
133
EXPECT_FALSE(
user_types
.Equals(
134
sync_prefs.GetPreferredDataTypes(
user_types
)));
168
sync_prefs.SetPreferredDataTypes(
user_types
, preferred_types)
[
all
...]
sync_prefs.cc
67
syncer::ModelTypeSet
user_types
= syncer::UserTypes();
local
71
user_types
.PutAll(syncer::ProxyTypes());
75
user_types
.Remove(syncer::BOOKMARKS);
81
for (syncer::ModelTypeSet::Iterator it =
user_types
.First();
profile_sync_service_startup_unittest.cc
372
syncer::ModelTypeSet
user_types
= syncer::UserTypes();
local
373
for (syncer::ModelTypeSet::Iterator iter =
user_types
.First();
Completed in 24 milliseconds