Searched defs:sync_pb (Results 1 - 25 of 41) sorted by last modified time

12

/external/chromium_org/sync/api/attachments/
H A Dattachment_id.h15 namespace sync_pb { namespace
17 } // namespace sync_pb
42 static AttachmentId CreateFromProto(const sync_pb::AttachmentIdProto& proto);
44 const sync_pb::AttachmentIdProto& GetProto() const;
47 // Necessary since we forward-declare sync_pb::AttachmentIdProto; see comments
50 typedef sync_pb::AttachmentIdProto* Wrapper;
53 static const sync_pb::AttachmentIdProto& Unwrap(const Wrapper& wrapper);
54 static sync_pb::AttachmentIdProto* UnwrapMutable(Wrapper* wrapper);
55 static void Swap(sync_pb::AttachmentIdProto* t1,
56 sync_pb
[all...]
H A Dfake_attachment_store.h21 namespace sync_pb { namespace
23 } // namespace sync_pb
/external/chromium_org/sync/api/
H A Dsync_data.h24 namespace sync_pb { namespace
27 } // namespace sync_pb
65 const sync_pb::EntitySpecifics& specifics);
69 const sync_pb::EntitySpecifics& specifics,
75 const sync_pb::EntitySpecifics& specifics,
89 const sync_pb::EntitySpecifics& GetSpecifics() const;
111 // Necessary since we forward-declare sync_pb::SyncEntity; see
114 typedef sync_pb::SyncEntity* Wrapper;
120 static const sync_pb::SyncEntity& Unwrap(const Wrapper& wrapper);
122 static sync_pb
[all...]
/external/chromium_org/sync/engine/
H A Dcommit_util.h13 namespace sync_pb { namespace
33 sync_pb::CommitMessage* message);
38 sync_pb::CommitMessage* message);
44 sync_pb::SyncEntity* sync_entry);
53 sync_pb::CommitResponse::ResponseType ProcessSingleCommitResponse(
55 const sync_pb::CommitResponse_EntryResponse& server_entry,
56 const sync_pb::SyncEntity& commit_request_entry,
H A Ddirectory_update_handler.h19 namespace sync_pb { namespace
54 sync_pb::DataTypeProgressMarker* progress_marker) const OVERRIDE;
55 virtual void GetDataTypeContext(sync_pb::DataTypeContext* context) const
58 const sync_pb::DataTypeProgressMarker& progress_marker,
59 const sync_pb::DataTypeContext& mutated_context,
82 const sync_pb::DataTypeProgressMarker& progress_marker);
87 const sync_pb::DataTypeProgressMarker& progress_marker);
90 const sync_pb::DataTypeProgressMarker& progress_marker) const;
100 scoped_ptr<sync_pb::GarbageCollectionDirective> cached_gc_directive_;
H A Dget_updates_processor.h19 namespace sync_pb { namespace
22 } // namespace sync_pb
70 sync_pb::ClientToServerMessage* message);
76 sync_pb::ClientToServerMessage* msg);
80 SyncerError ProcessResponse(const sync_pb::GetUpdatesResponse& gu_response,
87 const sync_pb::GetUpdatesResponse& gu_response,
92 sync_pb::DebugInfo* debug_info);
H A Dprocess_updates_util.h12 namespace sync_pb { namespace
29 typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList;
H A Dsyncer_proto_util.h18 namespace sync_pb { namespace
43 const sync_pb::ClientToServerResponse& response);
47 const sync_pb::ClientToServerResponse_Error& error);
57 sync_pb::ClientToServerMessage* msg,
58 sync_pb::ClientToServerResponse* response,
61 static bool ShouldMaintainPosition(const sync_pb::SyncEntity& sync_entity);
74 const sync_pb::SyncEntity& entry);
78 const sync_pb::CommitResponse_EntryResponse& entry);
83 const sync_pb::ClientToServerResponse& response);
89 sync_pb
[all...]
H A Dsyncer_util.h23 namespace sync_pb { namespace
25 } // namespace sync_pb
47 const sync_pb::SyncEntity& server_entry);
63 const sync_pb::SyncEntity& update,
69 const sync_pb::SyncEntity& update);
74 const sync_pb::SyncEntity& server_entry,
88 VerifyResult VerifyNewEntry(const sync_pb::SyncEntity& update,
96 const sync_pb::SyncEntity& update,
105 const sync_pb::SyncEntity& update,
H A Dtraffic_logger.h12 namespace sync_pb { namespace
15 } // namespace sync_pb
19 void LogClientToServerMessage(const sync_pb::ClientToServerMessage& msg);
21 const sync_pb::ClientToServerResponse& response);
H A Dupdate_handler.h13 namespace sync_pb { namespace
19 typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList;
38 sync_pb::DataTypeProgressMarker* progress_marker) const = 0;
42 virtual void GetDataTypeContext(sync_pb::DataTypeContext* context) const = 0;
57 const sync_pb::DataTypeProgressMarker& progress_marker,
58 const sync_pb::DataTypeContext& mutated_context,
/external/chromium_org/sync/engine/net/
H A Dserver_connection_manager.h22 namespace sync_pb { namespace
/external/chromium_org/sync/internal_api/public/base/
H A Dmodel_type.h25 namespace sync_pb { namespace
157 sync_pb::EntitySpecifics* specifics);
164 const sync_pb::SyncEntity& sync_entity);
170 const sync_pb::EntitySpecifics& specifics);
H A Dunique_position.h13 namespace sync_pb { namespace
56 // Converts from a 'sync_pb::UniquePosition' protobuf to a UniquePosition.
58 static UniquePosition FromProto(const sync_pb::UniquePosition& proto);
85 void ToProto(sync_pb::UniquePosition* proto) const;
/external/chromium_org/sync/internal_api/public/
H A Dbase_node.h27 namespace sync_pb { namespace
116 const sync_pb::BookmarkSpecifics& GetBookmarkSpecifics() const;
120 const sync_pb::AppSpecifics& GetAppSpecifics() const;
124 const sync_pb::AutofillSpecifics& GetAutofillSpecifics() const;
126 virtual const sync_pb::AutofillProfileSpecifics&
131 const sync_pb::NigoriSpecifics& GetNigoriSpecifics() const;
135 const sync_pb::PasswordSpecificsData& GetPasswordSpecifics() const;
139 const sync_pb::PreferenceSpecifics& GetPreferenceSpecifics() const;
143 const sync_pb::ThemeSpecifics& GetThemeSpecifics() const;
147 const sync_pb
[all...]
H A Dread_transaction.h17 namespace sync_pb { namespace
47 sync_pb::DataTypeContext* context) const;
H A Dsync_encryption_handler.h14 namespace sync_pb { namespace
74 const sync_pb::EncryptedData& pending_keys) = 0;
H A Dsync_manager.h40 namespace sync_pb { namespace
42 } // namespace sync_pb
H A Dwrite_node.h17 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
[all...]
/external/chromium_org/sync/internal_api/
H A Dsyncapi_internal.h15 namespace sync_pb { namespace
25 sync_pb::PasswordSpecificsData* DecryptPasswordSpecifics(
26 const sync_pb::EntitySpecifics& specifics,
37 const sync_pb::EntitySpecifics& left,
38 const sync_pb::EntitySpecifics& right);
41 bool AreAttachmentMetadataEqual(const sync_pb::AttachmentMetadata& left,
42 const sync_pb::AttachmentMetadata& right);
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.h16 namespace sync_pb { namespace
81 } // namespace sync_pb
99 const sync_pb::EncryptedData& encrypted_data);
103 const sync_pb::AppListSpecifics& proto);
107 const sync_pb::AppNotificationSettings& app_notification_settings);
112 const sync_pb::SessionHeader& session_header);
115 const sync_pb::SessionTab& session_tab);
118 const sync_pb::SessionWindow& session_window);
121 const sync_pb::TabNavigation& tab_navigation);
124 const sync_pb
[all...]
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store.h20 namespace sync_pb { namespace
152 sync_pb::EntitySpecifics* mutable_new_value));
H A Dnigori_handler.h18 namespace sync_pb { namespace
38 const sync_pb::NigoriSpecifics& nigori,
43 sync_pb::NigoriSpecifics* nigori,
H A Dnigori_util.h15 namespace sync_pb { namespace
55 const sync_pb::EntitySpecifics& specifics);
68 const sync_pb::EntitySpecifics& new_specifics,
76 sync_pb::NigoriSpecifics* nigori);
80 const sync_pb::NigoriSpecifics& nigori);
H A Dsyncable_proto_util.h13 namespace sync_pb { namespace
30 bool IsFolder(const sync_pb::SyncEntity& entity);
34 bool IsRoot(const sync_pb::SyncEntity& entity);

Completed in 1462 milliseconds

12