Lines Matching refs:specifics
279 // Returns the unencrypted specifics associated with |entry|. If |entry| was
282 // This method is invoked by the datatype specific Get<datatype>Specifics
359 // Set the bookmark specifics (url and favicon).
361 void SetBookmarkSpecifics(const sync_pb::BookmarkSpecifics& specifics);
369 // Set the app specifics (id, update url, enabled state, etc).
371 void SetAppSpecifics(const sync_pb::AppSpecifics& specifics);
373 // Set the autofill specifics (name and value).
375 void SetAutofillSpecifics(const sync_pb::AutofillSpecifics& specifics);
378 const sync_pb::AutofillProfileSpecifics& specifics);
380 // Set the nigori specifics.
382 void SetNigoriSpecifics(const sync_pb::NigoriSpecifics& specifics);
384 // Set the password specifics.
386 void SetPasswordSpecifics(const sync_pb::PasswordSpecificsData& specifics);
388 // Set the preference specifics (name and value).
390 void SetPreferenceSpecifics(const sync_pb::PreferenceSpecifics& specifics);
392 // Set the theme specifics (name and value).
394 void SetThemeSpecifics(const sync_pb::ThemeSpecifics& specifics);
396 // Set the typed_url specifics (url, title, typed_count, etc).
398 specifics);
400 // Set the extension specifics (id, update url, enabled state, etc).
402 void SetExtensionSpecifics(const sync_pb::ExtensionSpecifics& specifics);
404 // Set the session specifics (windows, tabs, navigations etc.).
406 void SetSessionSpecifics(const sync_pb::SessionSpecifics& specifics);
420 // Helper to set model type. This will clear any specifics data.
454 const sync_pb::EntitySpecifics& specifics);
460 // Encrypt the specifics if the datatype requries it.
649 sync_pb::EntitySpecifics specifics;