HomeSort by relevance Sort by last modified time
    Searched defs:sync_pb (Results 26 - 49 of 49) sorted by null

12

  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.h 20 namespace sync_pb { namespace
54 const sync_pb::ThemeSpecifics& a,
55 const sync_pb::ThemeSpecifics& b,
60 void MaybeSetTheme(const sync_pb::ThemeSpecifics& current_specs,
64 const sync_pb::ThemeSpecifics& theme_specifics);
70 sync_pb::ThemeSpecifics* theme_specifics) const;
75 const sync_pb::ThemeSpecifics& theme_specifics);
  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.h 34 namespace sync_pb { namespace
136 sync_pb::EntitySpecifics* autofill_specifics);
140 const sync_pb::AutofillSpecifics& autofill);
  /external/chromium_org/sync/api/
sync_data.h 18 namespace sync_pb { namespace
21 } // namespace sync_pb
50 const sync_pb::EntitySpecifics& specifics);
55 const sync_pb::EntitySpecifics& specifics,
67 const sync_pb::EntitySpecifics& GetSpecifics() const;
93 // Necessary since we forward-declare sync_pb::SyncEntity; see
96 typedef sync_pb::SyncEntity* Wrapper;
102 static const sync_pb::SyncEntity& Unwrap(const Wrapper& wrapper);
104 static sync_pb::SyncEntity* UnwrapMutable(Wrapper* wrapper);
106 static void Swap(sync_pb::SyncEntity* t1, sync_pb::SyncEntity* t2)
    [all...]
  /external/chromium_org/sync/internal_api/public/
base_node.h 26 namespace sync_pb { namespace
115 const sync_pb::BookmarkSpecifics& GetBookmarkSpecifics() const;
119 const sync_pb::AppSpecifics& GetAppSpecifics() const;
123 const sync_pb::AutofillSpecifics& GetAutofillSpecifics() const;
125 virtual const sync_pb::AutofillProfileSpecifics&
130 const sync_pb::NigoriSpecifics& GetNigoriSpecifics() const;
134 const sync_pb::PasswordSpecificsData& GetPasswordSpecifics() const;
138 const sync_pb::PreferenceSpecifics& GetPreferenceSpecifics() const;
142 const sync_pb::ThemeSpecifics& GetThemeSpecifics() const;
146 const sync_pb::TypedUrlSpecifics& GetTypedUrlSpecifics() const
    [all...]
sync_manager.h 30 namespace sync_pb { namespace
32 } // namespace sync_pb
write_node.h 17 namespace sync_pb { namespace
116 void SetBookmarkSpecifics(const sync_pb::BookmarkSpecifics& specifics);
119 void SetEntitySpecifics(const sync_pb::EntitySpecifics& specifics);
130 void SetAppSpecifics(const sync_pb::AppSpecifics& specifics);
134 void SetAutofillSpecifics(const sync_pb::AutofillSpecifics& specifics);
137 const sync_pb::AutofillProfileSpecifics& specifics);
141 void SetNigoriSpecifics(const sync_pb::NigoriSpecifics& specifics);
145 void SetPasswordSpecifics(const sync_pb::PasswordSpecificsData& specifics);
149 void SetThemeSpecifics(const sync_pb::ThemeSpecifics& specifics);
153 void SetTypedUrlSpecifics(const sync_pb::TypedUrlSpecifics& specifics)
    [all...]
sync_encryption_handler.h 14 namespace sync_pb { namespace
74 const sync_pb::EncryptedData& pending_keys) = 0;
  /external/chromium_org/sync/syncable/
directory_backing_store.h 20 namespace sync_pb { namespace
151 sync_pb::EntitySpecifics* mutable_new_value));
  /external/chromium/chrome/browser/sync/glue/
extension_sync_traits.h 19 namespace sync_pb { namespace
22 } // namespace sync_pb
32 typedef const sync_pb::ExtensionSpecifics& (*ExtensionSpecificsGetter)(
38 const sync_pb::ExtensionSpecifics&, sync_api::WriteNode*);
44 const sync_pb::EntitySpecifics&, sync_pb::ExtensionSpecifics*);
session_model_associator.h 41 namespace sync_pb { namespace
43 } // namespace sync_pb
139 bool AssociateForeignSpecifics(const sync_pb::SessionSpecifics& specifics,
338 const sync_pb::SessionWindow& window,
344 static void PopulateSessionTabFromSpecifics(const sync_pb::SessionTab& tab,
350 const sync_pb::TabNavigation& navigation,
356 sync_pb::TabNavigation* tab_navigation);
368 sync_pb::SessionHeader* header_s);
372 sync_pb::SessionWindow* session_window);
386 sync_pb::SessionTab* session_tab)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_sync_data.h 18 namespace sync_pb { namespace
43 void PopulateExtensionSpecifics(sync_pb::ExtensionSpecifics* specifics) const;
47 const sync_pb::ExtensionSpecifics& specifics);
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.h 27 namespace sync_pb { namespace
108 sync_pb::TypedUrlSpecifics* specifics);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.h 23 namespace sync_pb { namespace
101 sync_pb::EntitySpecifics GetEntitySpecifics() const;
116 sync_pb::SyncedNotificationSpecifics specifics_;
  /external/chromium_org/chrome/browser/prefs/
pref_model_associator.h 24 namespace sync_pb { namespace
96 const sync_pb::PreferenceSpecifics& specifics,
  /external/chromium_org/sync/engine/
traffic_recorder.h 18 namespace sync_pb { namespace
57 void RecordClientToServerMessage(const sync_pb::ClientToServerMessage& msg);
59 const sync_pb::ClientToServerResponse& response);
  /external/chromium_org/sync/util/
cryptographer.h 18 namespace sync_pb { namespace
69 bool CanDecrypt(const sync_pb::EncryptedData& encrypted) const;
73 bool CanDecryptUsingDefaultKey(const sync_pb::EncryptedData& encrypted) const;
82 sync_pb::EncryptedData* encrypted) const;
91 sync_pb::EncryptedData* encrypted) const;
95 bool Decrypt(const sync_pb::EncryptedData& encrypted,
100 std::string DecryptToString(const sync_pb::EncryptedData& encrypted) const;
104 bool GetKeys(sync_pb::EncryptedData* encrypted) const;
133 void InstallKeys(const sync_pb::EncryptedData& encrypted);
138 void SetPendingKeys(const sync_pb::EncryptedData& encrypted)
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
model_type.h 23 namespace sync_pb { namespace
86 sync_pb::EntitySpecifics* specifics);
92 ModelType GetModelType(const sync_pb::SyncEntity& sync_entity);
97 ModelType GetModelTypeFromSpecifics(const sync_pb::EntitySpecifics& specifics);
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.h 38 namespace sync_pb { namespace
44 } // namespace sync_pb
132 void AssociateForeignSpecifics(const sync_pb::SessionSpecifics& specifics,
309 const sync_pb::SessionHeader& header_specifics,
317 const sync_pb::SessionWindow& window,
324 void LoadForeignTabFavicon(const sync_pb::SessionTab& tab);
  /external/chromium_org/components/sessions/
serialized_navigation_entry.h 30 namespace sync_pb { namespace
72 const sync_pb::TabNavigation& sync_data);
89 sync_pb::TabNavigation ToSyncData() const;
  /external/chromium_org/sync/engine/net/
server_connection_manager.h 21 namespace sync_pb { namespace
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 25 namespace sync_pb { namespace
152 sync_pb::EntitySpecifics* specifics);
159 const sync_pb::SyncEntity& sync_entity);
165 const sync_pb::EntitySpecifics& specifics);
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 26 namespace sync_pb { namespace
395 bool FillMessageWithShareDetails(sync_pb::ClientToServerMessage* csm,
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 86 namespace sync_pb { namespace
182 const sync_pb::BookmarkSpecifics& GetBookmarkSpecifics() const;
200 const sync_pb::AppSpecifics& GetAppSpecifics() const;
204 const sync_pb::AutofillSpecifics& GetAutofillSpecifics() const;
206 virtual const sync_pb::AutofillProfileSpecifics&
211 const sync_pb::NigoriSpecifics& GetNigoriSpecifics() const;
215 const sync_pb::PasswordSpecificsData& GetPasswordSpecifics() const;
219 const sync_pb::PreferenceSpecifics& GetPreferenceSpecifics() const;
223 const sync_pb::ThemeSpecifics& GetThemeSpecifics() const;
227 const sync_pb::TypedUrlSpecifics& GetTypedUrlSpecifics() const
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 71 namespace sync_pb { namespace
73 } // namespace sync_pb
309 const sync_pb::EncryptedData& pending_keys) OVERRIDE;
    [all...]

Completed in 1749 milliseconds

12