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

12345

/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_;
H A Dextension_sync_traits.h19 namespace sync_pb { namespace
22 } // namespace sync_pb
32 typedef const sync_pb::ExtensionSpecifics& (*ExtensionSpecificsGetter)(
38 const sync_pb::ExtensionSpecifics&, sync_api::WriteNode*);
44 const sync_pb::EntitySpecifics&, sync_pb::ExtensionSpecifics*);
H A Dextension_sync_traits.cc38 const sync_pb::ExtensionSpecifics& GetExtensionSpecifics(
44 const sync_pb::ExtensionSpecifics& extension_specifics,
51 const sync_pb::EntitySpecifics& entity_specifics,
52 sync_pb::ExtensionSpecifics* extension_specifics) {
53 if (!entity_specifics.HasExtension(sync_pb::extension)) {
56 *extension_specifics = entity_specifics.GetExtension(sync_pb::extension);
98 const sync_pb::ExtensionSpecifics& GetExtensionSpecificsOfApp(
104 const sync_pb::ExtensionSpecifics& extension_specifics,
107 sync_pb::AppSpecifics app_specifics;
113 const sync_pb
[all...]
H A Dextension_util.cc51 const sync_pb::ExtensionSpecifics& specifics) {
65 const sync_pb::ExtensionSpecifics& specifics) {
86 const sync_pb::ExtensionSpecifics& specifics) {
91 bool AreExtensionSpecificsEqual(const sync_pb::ExtensionSpecifics& a,
92 const sync_pb::ExtensionSpecifics& b) {
104 const sync_pb::ExtensionSpecifics& specifics) {
106 sync_pb::ExtensionSpecifics());
110 const sync_pb::ExtensionSpecifics& specifics,
111 sync_pb::ExtensionSpecifics* dest_specifics) {
118 const sync_pb
[all...]
/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...]
H A Dproto_value_conversions.cc94 DictionaryValue* EncryptedDataToValue(const sync_pb::EncryptedData& proto) {
103 const sync_pb::SessionHeader& proto) {
110 const sync_pb::SessionTab& proto) {
123 const sync_pb::SessionWindow& proto) {
133 const sync_pb::TabNavigation& proto) {
146 const sync_pb::PasswordSpecificsData& proto) {
164 const sync_pb::AppSpecifics& proto) {
171 const sync_pb::AutofillSpecifics& proto) {
183 const sync_pb::AutofillCreditCardSpecifics& proto) {
198 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);
H A Dsyncer_proto_util.h22 namespace sync_pb { namespace
25 } // namespace sync_pb
47 sync_pb::ClientToServerResponse* response,
71 const sync_pb::SyncEntity& entry);
81 sync_pb::EntitySpecifics* filter);
85 const sync_pb::ClientToServerResponse& response);
89 static std::string SyncEntityDebugString(const sync_pb::SyncEntity& entry);
103 const sync_pb::ClientToServerResponse* response);
108 const sync_pb::ClientToServerResponse* response,
116 sync_pb
[all...]
H A Ddownload_updates_command_unittest.cc51 sync_pb::EntitySpecifics get_updates_filter;
53 ProtoExtensionValidator<sync_pb::EntitySpecifics> v(get_updates_filter);
54 v.ExpectHasExtension(sync_pb::autofill);
55 v.ExpectHasExtension(sync_pb::preference);
56 v.ExpectHasExtension(sync_pb::bookmark);
65 sync_pb::EntitySpecifics get_updates_filter;
67 ProtoExtensionValidator<sync_pb::EntitySpecifics> v(get_updates_filter);
68 v.ExpectHasExtension(sync_pb::bookmark);
76 sync_pb::EntitySpecifics get_updates_filter;
78 ProtoExtensionValidator<sync_pb
[all...]
H A Dsyncapi.h86 namespace sync_pb { namespace
182 const sync_pb::BookmarkSpecifics& GetBookmarkSpecifics() const;
200 const sync_pb::AppSpecifics& GetAppSpecifics() const;
204 const sync_pb::AutofillSpecifics& GetAutofillSpecifics() const;
206 virtual const sync_pb::AutofillProfileSpecifics&
211 const sync_pb::NigoriSpecifics& GetNigoriSpecifics() const;
215 const sync_pb::PasswordSpecificsData& GetPasswordSpecifics() const;
219 const sync_pb::PreferenceSpecifics& GetPreferenceSpecifics() const;
223 const sync_pb::ThemeSpecifics& GetThemeSpecifics() const;
227 const sync_pb
[all...]
H A Dprocess_commit_response_command.h37 const sync_pb::CommitResponse_EntryResponse& pb_commit_response,
38 const sync_pb::SyncEntity& pb_committed_entry,
47 const sync_pb::SyncEntity& committed_entry,
55 const sync_pb::SyncEntity& committed_entry,
70 const sync_pb::SyncEntity& committed_entry,
81 const sync_pb::SyncEntity& committed_entry,
87 const sync_pb::SyncEntity& committed_entry,
H A Dprocess_updates_command.h16 namespace sync_pb { namespace
42 const sync_pb::SyncEntity& proto_update);
H A Dclear_data_command.h14 namespace sync_pb { namespace
/external/chromium/chrome/browser/sync/util/
H A Dcryptographer.h61 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
[all...]
H A Dprotobuf_unittest.cc18 sync_pb::UnknownFieldsTestA a;
19 sync_pb::UnknownFieldsTestB b;
20 sync_pb::UnknownFieldsTestB b2;
H A Dcryptographer_unittest.cc21 sync_pb::EncryptedData encrypted;
35 sync_pb::EncryptedData encrypted;
49 sync_pb::PasswordSpecificsData original;
54 sync_pb::EncryptedData encrypted;
57 sync_pb::PasswordSpecificsData decrypted;
70 sync_pb::PasswordSpecificsData original;
75 sync_pb::EncryptedData encrypted1;
77 sync_pb::EncryptedData encrypted2;
84 sync_pb::EncryptedData encrypted3;
86 sync_pb
[all...]
H A Dcryptographer.cc35 bool Cryptographer::CanDecrypt(const sync_pb::EncryptedData& data) const {
40 const sync_pb::EncryptedData& data) const {
45 sync_pb::EncryptedData* encrypted) const {
64 bool Cryptographer::Decrypt(const sync_pb::EncryptedData& encrypted,
72 const sync_pb::EncryptedData& encrypted) const {
87 bool Cryptographer::GetKeys(sync_pb::EncryptedData* encrypted) const {
92 sync_pb::NigoriKeyBag bag;
96 sync_pb::NigoriKey* key = bag.add_key();
133 bool Cryptographer::SetKeys(const sync_pb::EncryptedData& encrypted) {
136 sync_pb
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type.cc25 sync_pb::EntitySpecifics* specifics) {
28 specifics->MutableExtension(sync_pb::bookmark);
31 specifics->MutableExtension(sync_pb::password);
34 specifics->MutableExtension(sync_pb::preference);
37 specifics->MutableExtension(sync_pb::autofill);
40 specifics->MutableExtension(sync_pb::autofill_profile);
43 specifics->MutableExtension(sync_pb::theme);
46 specifics->MutableExtension(sync_pb::typed_url);
49 specifics->MutableExtension(sync_pb::extension);
52 specifics->MutableExtension(sync_pb
[all...]
H A Dnigori_util.h31 const sync_pb::NigoriSpecifics& nigori);
35 sync_pb::NigoriSpecifics* nigori);

Completed in 197 milliseconds

12345