HomeSort by relevance Sort by last modified time
    Searched refs:sync_pb (Results 1 - 25 of 324) 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);
process_commit_response_command.h 57 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::CommitResponse_EntryResponse& entry_response
    [all...]
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,
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::ClientToServerResponse& response)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
theme_util.h 12 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::ThemeSpecifics& theme_specifics, Profile* profile)
    [all...]
extension_util.h 20 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::ExtensionSpecifics* dest_specifics)
    [all...]
extension_data.h 29 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/protocol/
proto_enum_conversions.cc 24 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::SyncEnums, AUTO_SUBFRAME)
    [all...]
proto_enum_conversions.h 24 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::SessionTab::FaviconType favicon_type)
    [all...]
proto_enum_conversions_unittest.cc 31 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::GetUpdatesCallerInfo::GetUpdatesSource_MAX)
    [all...]
proto_value_conversions.h 16 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::DeviceInformation& device_information)
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.h 13 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::AutofillSpecifics& autofill_specifics)
    [all...]
proto_enum_conversions.cc 24 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::TabNavigation, AUTO_SUBFRAME)
    [all...]
proto_enum_conversions.h 22 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);
proto_enum_conversions_unittest.cc 31 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::GetUpdatesCallerInfo::GetUpdatesSource_MAX)
    [all...]
  /external/chromium_org/sync/internal_api/
syncapi_internal.h 15 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);
  /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...]
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...]
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/chrome/browser/sync/engine/
syncproto.h 36 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::CommitResponse CommitResponse
    [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/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/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/util/
cryptographer.h 61 bool CanDecrypt(const sync_pb::EncryptedData& encrypted) const;
65 bool CanDecryptUsingDefaultKey(const sync_pb::EncryptedData& encrypted) const;
71 sync_pb::EncryptedData* encrypted) const;
75 bool Decrypt(const sync_pb::EncryptedData& encrypted,
80 std::string DecryptToString(const sync_pb::EncryptedData& encrypted) const;
84 bool GetKeys(sync_pb::EncryptedData* encrypted) const;
94 bool SetKeys(const sync_pb::EncryptedData& encrypted);
99 void SetPendingKeys(const sync_pb::EncryptedData& encrypted);
125 const sync_pb::NigoriKeyBag& bag);
137 scoped_ptr<sync_pb::EncryptedData> pending_keys_
    [all...]
  /external/chromium_org/sync/sessions/
debug_info_getter.h 20 virtual void GetAndClearDebugInfo(sync_pb::DebugInfo* debug_info) = 0;
  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 60 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::EntitySpecifics& specifics
    [all...]

Completed in 608 milliseconds

1 2 3 4 5 6 7 8 91011>>