HomeSort by relevance Sort by last modified time
    Searched refs:sync_pb (Results 1 - 25 of 314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/sync/engine/
traffic_logger.h 12 namespace sync_pb { namespace
15 } // namespace sync_pb
19 void LogClientToServerMessage(const sync_pb::ClientToServerMessage& msg);
21 const sync_pb::ClientToServerResponse& response);
update_handler.h 13 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,
syncer_proto_util.h 18 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::EntitySpecifics* filter)
    [all...]
commit_util.h 13 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,
get_updates_delegate.cc 53 sync_pb::GetUpdatesMessage* get_updates) const {
59 get_updates->set_get_updates_origin(sync_pb::SyncEnums::GU_TRIGGER);
64 if (nudge_tracker_.GetLegacySource() == sync_pb::GetUpdatesCallerInfo::RETRY)
65 get_updates->set_get_updates_origin(sync_pb::SyncEnums::RETRY);
69 sync_pb::DataTypeProgressMarker* progress_marker =
93 const sync_pb::ClientToServerMessage& request) const {
99 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source) : source_(source) {}
104 sync_pb::GetUpdatesMessage* get_updates) const {
118 const sync_pb::ClientToServerMessage& request) const {
126 sync_pb::SyncEnums::GetUpdatesOrigi
    [all...]
non_blocking_type_commit_contribution.h 25 const sync_pb::DataTypeContext& context,
26 const google::protobuf::RepeatedPtrField<sync_pb::SyncEntity>& entities,
32 virtual void AddToCommitMessage(sync_pb::ClientToServerMessage* msg) OVERRIDE;
34 const sync_pb::ClientToServerResponse& response,
44 const sync_pb::DataTypeContext context_;
47 const google::protobuf::RepeatedPtrField<sync_pb::SyncEntity> entities_;
get_updates_delegate.h 29 sync_pb::GetUpdatesMessage* get_updates) const = 0;
39 const sync_pb::ClientToServerMessage& request) const = 0;
50 sync_pb::GetUpdatesMessage* get_updates) const OVERRIDE;
60 const sync_pb::ClientToServerMessage& request) const OVERRIDE;
72 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source);
77 sync_pb::GetUpdatesMessage* get_updates) const OVERRIDE;
90 const sync_pb::ClientToServerMessage& request) const OVERRIDE;
94 static sync_pb::SyncEnums::GetUpdatesOrigin ConvertConfigureSourceToOrigin(
95 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source);
97 const sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source_
    [all...]
  /external/chromium_org/sync/protocol/
proto_enum_conversions.cc 24 sync_pb::AppListSpecifics::AppListItemType item_type) {
25 ASSERT_ENUM_BOUNDS(sync_pb::AppListSpecifics, AppListItemType,
28 ENUM_CASE(sync_pb::AppListSpecifics, TYPE_APP);
29 ENUM_CASE(sync_pb::AppListSpecifics, TYPE_REMOVE_DEFAULT_APP);
30 ENUM_CASE(sync_pb::AppListSpecifics, TYPE_FOLDER);
31 ENUM_CASE(sync_pb::AppListSpecifics, TYPE_URL);
38 sync_pb::SessionWindow::BrowserType browser_type) {
39 ASSERT_ENUM_BOUNDS(sync_pb::SessionWindow, BrowserType,
42 ENUM_CASE(sync_pb::SessionWindow, TYPE_TABBED);
43 ENUM_CASE(sync_pb::SessionWindow, TYPE_POPUP)
    [all...]
proto_value_conversions.h 16 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::NavigationRedirect& navigation_redirect)
    [all...]
proto_enum_conversions_unittest.cc 31 sync_pb::AppListSpecifics::AppListItemType_MIN,
32 sync_pb::AppListSpecifics::AppListItemType_MAX);
38 sync_pb::SessionWindow::BrowserType_MIN,
39 sync_pb::SessionWindow::BrowserType_MAX);
45 sync_pb::SyncEnums::PageTransition_MIN,
46 sync_pb::SyncEnums::PageTransition_MAX);
52 sync_pb::SyncEnums::PageTransitionRedirectType_MIN,
53 sync_pb::SyncEnums::PageTransitionRedirectType_MAX);
59 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource_MIN,
60 sync_pb::GetUpdatesCallerInfo::PERIODIC)
    [all...]
proto_enum_conversions.h 26 sync_pb::AppListSpecifics::AppListItemType item_type);
29 sync_pb::SessionWindow::BrowserType browser_type);
32 sync_pb::SyncEnums::PageTransition page_transition);
35 sync_pb::SyncEnums::PageTransitionRedirectType
39 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source);
42 sync_pb::SyncEnums::GetUpdatesOrigin origin);
45 sync_pb::CommitResponse::ResponseType response_type);
48 sync_pb::SyncEnums::ErrorType error_type);
51 sync_pb::SyncEnums::Action action);
54 sync_pb::AppSpecifics::LaunchType launch_type)
    [all...]
  /external/chromium_org/sync/internal_api/public/base/
attachment_id_proto.h 13 // Helper functions that are logically part of sync_pb::AttachmentIdProto.
16 SYNC_EXPORT_PRIVATE sync_pb::AttachmentIdProto CreateAttachmentIdProto();
23 SYNC_EXPORT_PRIVATE sync_pb::AttachmentMetadata CreateAttachmentMetadata(
24 const google::protobuf::RepeatedPtrField<sync_pb::AttachmentIdProto>& ids);
attachment_id_proto.cc 13 sync_pb::AttachmentIdProto CreateAttachmentIdProto() {
14 sync_pb::AttachmentIdProto proto;
23 sync_pb::AttachmentMetadata CreateAttachmentMetadata(
24 const google::protobuf::RepeatedPtrField<sync_pb::AttachmentIdProto>& ids) {
25 sync_pb::AttachmentMetadata result;
27 sync_pb::AttachmentMetadataRecord* record = result.add_record();
  /external/chromium_org/sync/internal_api/
syncapi_internal.h 15 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/api/attachments/
attachment_id.h 15 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::AttachmentIdProto* t2)
    [all...]
attachment_id.cc 15 *wrapper = new sync_pb::AttachmentIdProto();
23 const sync_pb::AttachmentIdProto&
28 sync_pb::AttachmentIdProto*
35 sync_pb::AttachmentIdProto* t1,
36 sync_pb::AttachmentIdProto* t2) {
56 sync_pb::AttachmentIdProto proto = CreateAttachmentIdProto();
62 const sync_pb::AttachmentIdProto& proto) {
63 sync_pb::AttachmentIdProto copy_of_proto(proto);
67 const sync_pb::AttachmentIdProto& AttachmentId::GetProto() const {
71 AttachmentId::AttachmentId(sync_pb::AttachmentIdProto* proto
    [all...]
  /external/chromium_org/sync/syncable/
syncable_proto_util.h 13 namespace sync_pb { namespace
30 bool IsFolder(const sync_pb::SyncEntity& entity);
34 bool IsRoot(const sync_pb::SyncEntity& entity);
  /external/chromium_org/sync/test/engine/
single_type_mock_server.h 27 sync_pb::SyncEntity TypeRootUpdate();
33 sync_pb::SyncEntity UpdateFromServer(
36 const sync_pb::EntitySpecifics& specifics);
40 sync_pb::SyncEntity TombstoneFromServer(int64 version_offset,
51 sync_pb::ClientToServerResponse DoSuccessfulCommit(
52 const sync_pb::ClientToServerMessage& message);
57 sync_pb::ClientToServerMessage GetNthCommitMessage(size_t n) const;
62 sync_pb::SyncEntity GetLastCommittedEntity(const std::string& tag_hash) const;
66 sync_pb::DataTypeProgressMarker GetProgress() const;
67 sync_pb::DataTypeContext GetContext() const
    [all...]
mock_update_handler.h 22 sync_pb::DataTypeProgressMarker* progress_marker) const OVERRIDE;
23 virtual void GetDataTypeContext(sync_pb::DataTypeContext* context) const
26 const sync_pb::DataTypeProgressMarker& progress_marker,
27 const sync_pb::DataTypeContext& mutated_context,
40 sync_pb::DataTypeProgressMarker progress_marker_;
  /external/chromium_org/sync/internal_api/public/
base_node.h 27 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::TypedUrlSpecifics& GetTypedUrlSpecifics() const
    [all...]
change_record.h 29 const sync_pb::PasswordSpecificsData& data);
35 const sync_pb::PasswordSpecificsData& unencrypted() const;
37 sync_pb::PasswordSpecificsData unencrypted_;
58 sync_pb::EntitySpecifics specifics;
  /external/chromium_org/components/sync_driver/
device_info.cc 14 const sync_pb::SyncEnums::DeviceType device_type,
46 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const {
56 case sync_pb::SyncEnums_DeviceType_TYPE_WIN:
58 case sync_pb::SyncEnums_DeviceType_TYPE_MAC:
60 case sync_pb::SyncEnums_DeviceType_TYPE_LINUX:
62 case sync_pb::SyncEnums_DeviceType_TYPE_CROS:
64 case sync_pb::SyncEnums_DeviceType_TYPE_PHONE:
65 case sync_pb::SyncEnums_DeviceType_TYPE_TABLET:
76 case sync_pb::SyncEnums_DeviceType_TYPE_WIN:
77 case sync_pb::SyncEnums_DeviceType_TYPE_MAC
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
session_sync_test_helper.h 13 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/dom_distiller/core/
article_entry.h 20 typedef sync_pb::ArticleSpecifics ArticleEntry;
21 typedef sync_pb::ArticlePage ArticleEntryPage;
28 sync_pb::EntitySpecifics SpecificsFromEntry(const ArticleEntry& entry);
29 ArticleEntry EntryFromSpecifics(const sync_pb::EntitySpecifics& specifics);
  /external/chromium_org/sync/internal_api/public/events/
configure_get_updates_request_event.h 23 sync_pb::SyncEnums::GetUpdatesOrigin origin,
24 const sync_pb::ClientToServerMessage& request);
35 const sync_pb::SyncEnums::GetUpdatesOrigin origin_;
36 const sync_pb::ClientToServerMessage request_;

Completed in 298 milliseconds

1 2 3 4 5 6 7 8 91011>>