Home | History | Annotate | Download | only in webui

Lines Matching refs:Has

87   result.SetBoolean("appsSynced", types.Has(syncer::APPS));
88 result.SetBoolean("autofillSynced", types.Has(syncer::AUTOFILL));
89 result.SetBoolean("bookmarksSynced", types.Has(syncer::BOOKMARKS));
90 result.SetBoolean("extensionsSynced", types.Has(syncer::EXTENSIONS));
91 result.SetBoolean("passwordsSynced", types.Has(syncer::PASSWORDS));
92 result.SetBoolean("preferencesSynced", types.Has(syncer::PREFERENCES));
93 result.SetBoolean("tabsSynced", types.Has(syncer::PROXY_TABS));
94 result.SetBoolean("themesSynced", types.Has(syncer::THEMES));
95 result.SetBoolean("typedUrlsSynced", types.Has(syncer::TYPED_URLS));
160 CheckBool(dictionary, "appsSynced", types.Has(syncer::APPS));
161 CheckBool(dictionary, "autofillSynced", types.Has(syncer::AUTOFILL));
162 CheckBool(dictionary, "bookmarksSynced", types.Has(syncer::BOOKMARKS));
163 CheckBool(dictionary, "extensionsSynced", types.Has(syncer::EXTENSIONS));
164 CheckBool(dictionary, "passwordsSynced", types.Has(syncer::PASSWORDS));
165 CheckBool(dictionary, "preferencesSynced", types.Has(syncer::PREFERENCES));
166 CheckBool(dictionary, "tabsSynced", types.Has(syncer::PROXY_TABS));
167 CheckBool(dictionary, "themesSynced", types.Has(syncer::THEMES));
168 CheckBool(dictionary, "typedUrlsSynced", types.Has(syncer::TYPED_URLS));
523 // Now, act as if the ProfileSyncService has started up.
546 // Verifies the case where the user cancels after the sync backend has
550 // before the user has continued on.