Searched refs:sync_pb (Results 1 - 25 of 324) sorted by relevance

1234567891011>>

/external/chromium_org/sync/protocol/
H A Dproto_enum_conversions.cc24 sync_pb::SessionWindow::BrowserType browser_type) {
25 ASSERT_ENUM_BOUNDS(sync_pb::SessionWindow, BrowserType,
28 ENUM_CASE(sync_pb::SessionWindow, TYPE_TABBED);
29 ENUM_CASE(sync_pb::SessionWindow, TYPE_POPUP);
36 sync_pb::SyncEnums::PageTransition page_transition) {
37 ASSERT_ENUM_BOUNDS(sync_pb::SyncEnums, PageTransition,
40 ENUM_CASE(sync_pb::SyncEnums, LINK);
41 ENUM_CASE(sync_pb::SyncEnums, TYPED);
42 ENUM_CASE(sync_pb::SyncEnums, AUTO_BOOKMARK);
43 ENUM_CASE(sync_pb
[all...]
H A Dproto_enum_conversions.h24 sync_pb::SessionWindow::BrowserType browser_type);
27 sync_pb::SyncEnums::PageTransition page_transition);
30 sync_pb::SyncEnums::PageTransitionRedirectType
34 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source);
37 sync_pb::SyncEnums::GetUpdatesOrigin origin);
40 sync_pb::CommitResponse::ResponseType response_type);
43 sync_pb::SyncEnums::ErrorType error_type);
46 sync_pb::SyncEnums::Action action);
48 const char* GetDeviceTypeString(sync_pb::SyncEnums::DeviceType device_type);
50 const char* GetFaviconTypeString(sync_pb
[all...]
H A Dproto_enum_conversions_unittest.cc31 sync_pb::SessionWindow::BrowserType_MIN,
32 sync_pb::SessionWindow::BrowserType_MAX);
38 sync_pb::SyncEnums::PageTransition_MIN,
39 sync_pb::SyncEnums::PageTransition_MAX);
45 sync_pb::SyncEnums::PageTransitionRedirectType_MIN,
46 sync_pb::SyncEnums::PageTransitionRedirectType_MAX);
52 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource_MIN,
53 sync_pb::GetUpdatesCallerInfo::PERIODIC);
56 sync_pb::GetUpdatesCallerInfo::NEWLY_SUPPORTED_DATATYPE,
57 sync_pb
[all...]
H A Dproto_value_conversions.h16 namespace sync_pb { namespace
66 } // namespace sync_pb
84 const sync_pb::EncryptedData& encrypted_data);
88 const sync_pb::AppNotificationSettings& app_notification_settings);
93 const sync_pb::SessionHeader& session_header);
96 const sync_pb::SessionTab& session_tab);
99 const sync_pb::SessionWindow& session_window);
102 const sync_pb::TabNavigation& tab_navigation);
107 const sync_pb::PasswordSpecificsData& password_specifics_data);
112 const sync_pb
[all...]
/external/chromium/chrome/browser/sync/glue/
H A Dextension_util.h20 namespace sync_pb { namespace
22 } // sync_pb
31 const sync_pb::ExtensionSpecifics& specifics);
36 const sync_pb::ExtensionSpecifics& specifics);
41 const sync_pb::ExtensionSpecifics& specifics);
45 bool AreExtensionSpecificsEqual(const sync_pb::ExtensionSpecifics& a,
46 const sync_pb::ExtensionSpecifics& b);
53 const sync_pb::ExtensionSpecifics& specifics);
60 const sync_pb::ExtensionSpecifics& specifics,
61 sync_pb
[all...]
H A Dtheme_util.h12 namespace sync_pb { namespace
14 } // sync_pb
21 bool AreThemeSpecificsEqual(const sync_pb::ThemeSpecifics& a,
22 const sync_pb::ThemeSpecifics& b);
26 const sync_pb::ThemeSpecifics& a,
27 const sync_pb::ThemeSpecifics& b,
33 const sync_pb::ThemeSpecifics& theme_specifics,
40 sync_pb::ThemeSpecifics* theme_specifics);
47 sync_pb::ThemeSpecifics* theme_specifics);
52 const sync_pb
[all...]
H A Dextension_data.h29 Source source, const sync_pb::ExtensionSpecifics& data);
37 const sync_pb::ExtensionSpecifics& merged_data() const;
48 const sync_pb::ExtensionSpecifics& data);
55 typedef std::map<Source, sync_pb::ExtensionSpecifics> SourceDataMap;
57 sync_pb::ExtensionSpecifics merged_data_;
/external/chromium_org/sync/engine/
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 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,
69 const sync_pb::SyncEntity& server_entry);
71 static bool ShouldMaintainPosition(const sync_pb::SyncEntity& sync_entity);
84 const sync_pb::SyncEntity& entry);
88 const sync_pb::CommitResponse_EntryResponse& entry);
93 const sync_pb
[all...]
H A Dprocess_commit_response_command.h57 const sync_pb::ClientToServerMessage& commit_message,
58 const sync_pb::ClientToServerResponse& commit_response);
69 sync_pb::CommitResponse::ResponseType ProcessSingleCommitResponse(
71 const sync_pb::CommitResponse_EntryResponse& pb_commit_response,
72 const sync_pb::SyncEntity& pb_committed_entry,
77 const sync_pb::SyncEntity& committed_entry,
78 const sync_pb::CommitResponse_EntryResponse& entry_response,
85 const sync_pb::SyncEntity& committed_entry,
86 const sync_pb::CommitResponse_EntryResponse& entry_response,
93 const sync_pb
[all...]
H A Dsyncer_util.h22 namespace sync_pb { namespace
24 } // namespace sync_pb
45 const sync_pb::SyncEntity& server_entry);
60 UniquePosition GetUpdatePosition(const sync_pb::SyncEntity& update,
65 std::string GetUniqueBookmarkTagFromUpdate(const sync_pb::SyncEntity& update);
70 const sync_pb::SyncEntity& server_entry,
84 VerifyResult VerifyNewEntry(const sync_pb::SyncEntity& update,
91 const sync_pb::SyncEntity& update,
100 const sync_pb::SyncEntity& update,
/external/chromium/chrome/browser/sync/protocol/
H A Dproto_enum_conversions.cc24 sync_pb::SessionWindow::BrowserType browser_type) {
25 ASSERT_ENUM_BOUNDS(sync_pb::SessionWindow, BrowserType,
28 ENUM_CASE(sync_pb::SessionWindow, TYPE_NORMAL);
29 ENUM_CASE(sync_pb::SessionWindow, TYPE_POPUP);
36 sync_pb::TabNavigation::PageTransition page_transition) {
37 ASSERT_ENUM_BOUNDS(sync_pb::TabNavigation, PageTransition,
40 ENUM_CASE(sync_pb::TabNavigation, LINK);
41 ENUM_CASE(sync_pb::TabNavigation, TYPED);
42 ENUM_CASE(sync_pb::TabNavigation, AUTO_BOOKMARK);
43 ENUM_CASE(sync_pb
[all...]
H A Dproto_enum_conversions.h22 sync_pb::SessionWindow::BrowserType browser_type);
25 sync_pb::TabNavigation::PageTransition page_transition);
28 sync_pb::TabNavigation::PageTransitionQualifier
32 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source);
H A Dproto_enum_conversions_unittest.cc31 sync_pb::SessionWindow::BrowserType_MIN,
32 sync_pb::SessionWindow::BrowserType_MAX);
39 sync_pb::TabNavigation::PageTransition_MIN,
40 sync_pb::TabNavigation::KEYWORD_GENERATED);
43 sync_pb::TabNavigation::CHAIN_START,
44 sync_pb::TabNavigation::PageTransition_MAX);
50 sync_pb::TabNavigation::PageTransitionQualifier_MIN,
51 sync_pb::TabNavigation::PageTransitionQualifier_MAX);
57 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource_MIN,
58 sync_pb
[all...]
H A Dproto_value_conversions.h13 namespace sync_pb { namespace
33 } // namespace sync_pb
51 const sync_pb::EncryptedData& encrypted_data);
56 const sync_pb::SessionHeader& session_header);
59 const sync_pb::SessionTab& session_tab);
62 const sync_pb::SessionWindow& session_window);
65 const sync_pb::TabNavigation& tab_navigation);
70 const sync_pb::PasswordSpecificsData& password_specifics_data);
75 const sync_pb::AppSpecifics& app_specifics);
78 const sync_pb
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncproto.h36 class SyncEntity : public IdWrapper<sync_pb::SyncEntity> {
39 explicit SyncEntity(const sync_pb::SyncEntity& other)
40 : IdWrapper<sync_pb::SyncEntity>(other) {
50 IdWrapper<sync_pb::SyncEntity>::set_old_parent_id(
55 sync_pb::SyncEntity::old_parent_id());
72 : public IdWrapper<sync_pb::CommitResponse_EntryResponse> {
75 class ClientToServerMessage : public sync_pb::ClientToServerMessage {
82 typedef sync_pb::CommitMessage CommitMessage;
83 typedef sync_pb::ClientToServerResponse ClientToServerResponse;
84 typedef sync_pb
[all...]
H A Ddownload_updates_command.h14 namespace sync_pb { namespace
47 sync_pb::EntitySpecifics* filter_protobuf);
/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);
/external/chromium_org/sync/internal_api/
H A Dsyncapi_internal.h15 namespace sync_pb { namespace
24 sync_pb::PasswordSpecificsData* DecryptPasswordSpecifics(
25 const sync_pb::EntitySpecifics& specifics,
34 const sync_pb::EntitySpecifics& left,
35 const sync_pb::EntitySpecifics& right);
H A Ddebug_info_event_listener_unittest.cc16 sync_pb::DebugEventInfo::ENCRYPTION_COMPLETE);
18 const sync_pb::DebugEventInfo& debug_info =
22 sync_pb::DebugEventInfo::ENCRYPTION_COMPLETE);
29 sync_pb::DebugEventInfo::ENCRYPTION_COMPLETE);
31 sync_pb::DebugInfo debug_info;
40 sync_pb::DebugEventInfo::ENCRYPTION_COMPLETE);
42 sync_pb::DebugInfo debug_info;
48 sync_pb::DebugEventInfo::ENCRYPTION_COMPLETE);
/external/chromium_org/sync/api/
H A Dsync_data.h18 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
[all...]
/external/chromium_org/sync/internal_api/public/
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...]
H A Dbase_node.h26 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
[all...]
/external/chromium_org/sync/test/engine/
H A Dmock_connection_manager.h60 sync_pb::SyncEntity* AddUpdateDirectory(
68 sync_pb::SyncEntity* AddUpdateBookmark(syncable::Id id,
76 sync_pb::SyncEntity* AddUpdateDirectory(
84 sync_pb::SyncEntity* AddUpdateBookmark(int id,
92 sync_pb::SyncEntity* AddUpdateDirectory(
100 sync_pb::SyncEntity* AddUpdateBookmark(std::string id,
108 sync_pb::SyncEntity* AddUpdateSpecifics(
116 const sync_pb::EntitySpecifics& specifics);
117 sync_pb::SyncEntity* AddUpdateSpecifics(
125 const sync_pb
[all...]
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dsync_notifier_test_utils.h78 sync_pb::CoalescedSyncedNotification_Priority_LOW);
80 const sync_pb::CoalescedSyncedNotification_ReadState kRead =
81 sync_pb::CoalescedSyncedNotification_ReadState_READ;
82 const sync_pb::CoalescedSyncedNotification_ReadState kDismissed =
83 sync_pb::CoalescedSyncedNotification_ReadState_DISMISSED;
84 const sync_pb::CoalescedSyncedNotification_ReadState kUnread =
85 sync_pb::CoalescedSyncedNotification_ReadState_UNREAD;
96 const sync_pb::CoalescedSyncedNotification_ReadState read_state);

Completed in 369 milliseconds

1234567891011>>