OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:synced_preferences_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/glue/
preference_model_associator.h
46
return
synced_preferences_
;
124
std::set<std::string>
synced_preferences_
;
member in class:browser_sync::PreferenceModelAssociator
preference_model_associator.cc
37
synced_preferences_
.insert(kSynchronizedPreferences[i]);
133
for (std::set<std::string>::iterator it =
synced_preferences_
.begin();
134
it !=
synced_preferences_
.end(); ++it) {
/external/chromium_org/chrome/browser/prefs/
pref_model_associator.cc
194
synced_preferences_
.insert(preference.name());
207
synced_preferences_
.insert(pref_name);
287
(
synced_preferences_
.count(migrated_pref_iter->first) == 0) ?
292
synced_preferences_
.insert(migrated_pref_iter->first);
437
for (PreferenceSet::const_iterator iter =
synced_preferences_
.begin();
438
iter !=
synced_preferences_
.end();
518
synced_preferences_
.insert(name);
540
return
synced_preferences_
.find(name) !=
synced_preferences_
.end();
606
if (
synced_preferences_
.count(name) == 0)
[
all
...]
pref_model_associator.h
165
PreferenceSet
synced_preferences_
;
member in class:PrefModelAssociator
Completed in 86 milliseconds