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

1 2 3

  /external/chromium/chrome/browser/sync/engine/
clear_data_command.h 14 namespace sync_pb { namespace
download_updates_command.h 14 namespace sync_pb { namespace
47 sync_pb::EntitySpecifics* filter_protobuf);
process_updates_command.h 16 namespace sync_pb { namespace
42 const sync_pb::SyncEntity& proto_update);
syncer_proto_util.h 22 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::ClientToServerResponse* response)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
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...]
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_sync.h 24 namespace sync_pb { namespace
26 } // namespace sync_pb
  /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...]
  /external/chromium_org/sync/engine/
syncer_util.h 22 namespace sync_pb { namespace
24 } // namespace sync_pb
46 const sync_pb::SyncEntity& server_entry);
61 UniquePosition GetUpdatePosition(const sync_pb::SyncEntity& update,
66 std::string GetUniqueBookmarkTagFromUpdate(const sync_pb::SyncEntity& update);
71 const sync_pb::SyncEntity& server_entry,
85 VerifyResult VerifyNewEntry(const sync_pb::SyncEntity& update,
93 const sync_pb::SyncEntity& update,
102 const sync_pb::SyncEntity& update,
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);
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,
download.h 14 namespace sync_pb { namespace
16 } // namespace sync_pb
37 sync_pb::ClientToServerMessage* client_to_server_message);
44 sync_pb::GetUpdatesMessage* get_updates);
52 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source,
54 sync_pb::ClientToServerMessage* client_to_server_message);
60 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source,
61 sync_pb::GetUpdatesMessage* get_updates);
70 sync_pb::ClientToServerMessage* client_to_server_message);
76 sync_pb::GetUpdatesMessage* get_updates)
    [all...]
process_updates_util.h 16 namespace sync_pb { namespace
35 typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList;
43 const sync_pb::GetUpdatesResponse& updates,
61 const sync_pb::SyncEntity& entry,
67 const sync_pb::SyncEntity& proto_update,
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...]
sync_directory_update_handler.h 17 namespace sync_pb { namespace
49 sync_pb::DataTypeProgressMarker* progress_marker) const;
58 const sync_pb::DataTypeProgressMarker& progress_marker,
80 const sync_pb::DataTypeProgressMarker& progress_marker);
  /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/protocol/
proto_value_conversions.h 16 namespace sync_pb { namespace
75 } // namespace sync_pb
93 const sync_pb::EncryptedData& encrypted_data);
97 const sync_pb::AppListSpecifics& proto);
101 const sync_pb::AppNotificationSettings& app_notification_settings);
106 const sync_pb::SessionHeader& session_header);
109 const sync_pb::SessionTab& session_tab);
112 const sync_pb::SessionWindow& session_window);
115 const sync_pb::TabNavigation& tab_navigation);
120 const sync_pb::PasswordSpecificsData& password_specifics_data)
    [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);
nigori_handler.h 18 namespace sync_pb { namespace
38 const sync_pb::NigoriSpecifics& nigori,
43 sync_pb::NigoriSpecifics* nigori,
nigori_util.h 15 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/
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);
sync_frontend.h 20 namespace sync_pb { namespace
22 } // namespace sync_pb
72 const sync_pb::EncryptedData& pending_keys) = 0;
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.h 17 namespace sync_pb { namespace
58 sync_pb::SessionSpecifics* meta);
61 sync_pb::SessionSpecifics* meta);
65 sync_pb::SessionSpecifics* tab_base);
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.h 24 namespace sync_pb { namespace
170 sync_pb::EntitySpecifics* mutable_new_value));
  /external/chromium_org/sync/internal_api/public/base/
unique_position.h 13 namespace sync_pb { namespace
52 // Converts from a 'sync_pb::UniquePosition' protobuf to a UniquePosition.
54 static UniquePosition FromProto(const sync_pb::UniquePosition& proto);
81 void ToProto(sync_pb::UniquePosition* proto) const;

Completed in 576 milliseconds

1 2 3