Searched defs:sync_pb (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/sync/engine/
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 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 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 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,
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 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_;
/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 Dsyncable_proto_util.h13 namespace sync_pb { namespace
30 bool IsFolder(const sync_pb::SyncEntity& entity);
34 bool IsRoot(const sync_pb::SyncEntity& entity);
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);
/external/chromium_org/chrome/browser/sync/glue/
H A Dsession_sync_test_helper.h13 namespace sync_pb { namespace
26 sync_pb::SessionSpecifics* meta);
30 sync_pb::SessionSpecifics* meta);
40 sync_pb::SessionSpecifics* tab_base);
42 sync_pb::SessionSpecifics BuildForeignSession(
45 std::vector<sync_pb::SessionSpecifics>* tabs);
/external/chromium_org/components/sync_driver/
H A Dsync_frontend.h24 namespace sync_pb { namespace
26 } // namespace sync_pb
105 const sync_pb::EncryptedData& pending_keys) = 0;
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_builder_test_helper.h18 namespace sync_pb { namespace
60 sync_pb::SessionSpecifics* meta);
63 sync_pb::SessionSpecifics* meta);
67 sync_pb::SessionSpecifics* tab_base);
/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/internal_api/public/base/
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 Dread_transaction.h17 namespace sync_pb { namespace
47 sync_pb::DataTypeContext* context) const;
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsetting_sync_data.h17 namespace sync_pb { namespace
82 const sync_pb::ExtensionSettingSpecifics& specifics);
/external/chromium_org/chrome/browser/history/
H A Ddelete_directive_handler.h15 namespace sync_pb { namespace
52 const sync_pb::HistoryDeleteDirectiveSpecifics& delete_directive);
/external/chromium_org/chrome/browser/themes/
H A Dtheme_syncable_service.h20 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/
H A Dautocomplete_syncable_service.h39 namespace sync_pb { namespace
136 sync_pb::EntitySpecifics* autofill_specifics);
140 const sync_pb::AutofillSpecifics& autofill);
/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...]

Completed in 305 milliseconds

12