HomeSort by relevance Sort by last modified time
    Searched refs:sync_pb (Results 51 - 75 of 343) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc 77 const sync_pb::CoalescedSyncedNotification_ReadState read_state) {
80 sync_pb::EntitySpecifics entity_specifics;
84 sync_pb::SyncedNotificationSpecifics* specifics =
88 sync_pb::CoalescedSyncedNotification* coalesced_notification =
90 sync_pb::SyncedNotificationRenderInfo* render_info =
92 sync_pb::ExpandedInfo* expanded_info =
94 sync_pb::SimpleExpandedLayout* simple_expanded_layout =
96 sync_pb::CollapsedInfo* collapsed_info =
98 sync_pb::SimpleCollapsedLayout* simple_collapsed_layout =
100 sync_pb::SyncedNotificationDestination* default_destination
    [all...]
  /external/chromium_org/sync/engine/
sync_directory_commit_contribution.h 54 void AddToCommitMessage(sync_pb::ClientToServerMessage* msg);
63 const sync_pb::ClientToServerResponse& response,
81 const google::protobuf::RepeatedPtrField<sync_pb::SyncEntity>& entities,
88 const google::protobuf::RepeatedPtrField<sync_pb::SyncEntity> entities_;
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);
commit_util.cc 48 sync_pb::CommitMessage* message) {
63 sync_pb::ChromiumExtensionsActivity* activity_message =
73 sync_pb::CommitMessage* message) {
74 sync_pb::ClientConfigParams* config_params = message->mutable_config_params();
87 sync_pb::SyncEntity* sync_entry) {
99 sync_pb::SyncEntity* sync_entry) {
185 void LogServerError(const sync_pb::CommitResponse_EntryResponse& res) {
193 const sync_pb::SyncEntity& committed_entry,
194 const sync_pb::CommitResponse_EntryResponse& entry_response) {
203 const sync_pb::SyncEntity& committed_entry
    [all...]
sync_directory_commit_contribution.cc 35 google::protobuf::RepeatedPtrField<sync_pb::SyncEntity> entities;
38 sync_pb::SyncEntity* entity = entities.Add();
48 sync_pb::ClientToServerMessage* msg) {
50 sync_pb::CommitMessage* commit_message = msg->mutable_commit();
58 const sync_pb::ClientToServerResponse& response,
61 const sync_pb::CommitResponse& commit_response = response.commit();
72 sync_pb::CommitResponse::ResponseType response_type =
80 case sync_pb::CommitResponse::INVALID_MESSAGE:
83 case sync_pb::CommitResponse::CONFLICT:
87 case sync_pb::CommitResponse::SUCCESS
    [all...]
download_unittest.cc 61 void InitFakeUpdateResponse(sync_pb::GetUpdatesResponse* response) {
65 sync_pb::DataTypeProgressMarker* marker =
97 sync_pb::ClientToServerMessage msg;
103 const sync_pb::GetUpdatesMessage& gu_msg = msg.get_updates();
104 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::LOCAL,
106 EXPECT_EQ(sync_pb::SyncEnums::GU_TRIGGER, gu_msg.get_updates_origin());
111 const sync_pb::DataTypeProgressMarker& progress_marker =
113 const sync_pb::GetUpdateTriggers& gu_trigger =
145 sync_pb::ClientToServerMessage msg;
151 const sync_pb::GetUpdatesMessage& gu_msg = msg.get_updates()
    [all...]
commit.h 42 const sync_pb::ClientToServerMessage& message,
71 sync_pb::ClientToServerMessage message_;
72 sync_pb::ClientToServerResponse response_;
traffic_recorder.h 18 namespace sync_pb { namespace
57 void RecordClientToServerMessage(const sync_pb::ClientToServerMessage& msg);
59 const sync_pb::ClientToServerResponse& response);
traffic_logger.cc 35 void LogClientToServerMessage(const sync_pb::ClientToServerMessage& msg) {
41 const sync_pb::ClientToServerResponse& response) {
  /external/chromium_org/chrome/browser/extensions/
app_sync_data_unittest.cc 25 sync_pb::ExtensionSpecifics* extension_specifics) {
36 sync_pb::EntitySpecifics entity;
37 sync_pb::AppSpecifics* app_specifics = entity.mutable_app();
58 sync_pb::EntitySpecifics entity;
59 sync_pb::AppSpecifics* input_specifics = entity.mutable_app();
73 const sync_pb::AppSpecifics& output_specifics =
81 sync_pb::EntitySpecifics entity;
82 sync_pb::AppSpecifics* app_specifics = entity.mutable_app();
  /external/chromium_org/sync/syncable/
syncable_proto_util.cc 19 bool IsFolder(const sync_pb::SyncEntity& entity) {
28 bool IsRoot(const sync_pb::SyncEntity& entity) {
nigori_util_unittest.cc 21 sync_pb::EntitySpecifics specifics;
28 sync_pb::EntitySpecifics bookmark_specifics;
41 sync_pb::EntitySpecifics password_specifics;
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 86 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::TypedUrlSpecifics& GetTypedUrlSpecifics() const
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
session_sync_test_helper.cc 25 sync_pb::SessionSpecifics* meta) {
27 sync_pb::SessionHeader* header = meta->mutable_header();
28 header->set_device_type(sync_pb::SyncEnums_DeviceType_TYPE_LINUX);
36 sync_pb::SessionSpecifics* meta) {
37 sync_pb::SessionHeader* header = meta->mutable_header();
38 sync_pb::SessionWindow* window = header->add_window();
41 window->set_browser_type(sync_pb::SessionWindow_BrowserType_TYPE_TABBED);
98 sync_pb::SessionSpecifics* tab_base) {
101 sync_pb::SessionTab* tab = tab_base->mutable_tab();
107 sync_pb::TabNavigation* navigation = tab->add_navigation()
    [all...]
device_info.cc 51 const sync_pb::SyncEnums::DeviceType device_type)
81 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const {
87 case sync_pb::SyncEnums_DeviceType_TYPE_WIN:
89 case sync_pb::SyncEnums_DeviceType_TYPE_MAC:
91 case sync_pb::SyncEnums_DeviceType_TYPE_LINUX:
93 case sync_pb::SyncEnums_DeviceType_TYPE_CROS:
95 case sync_pb::SyncEnums_DeviceType_TYPE_PHONE:
96 case sync_pb::SyncEnums_DeviceType_TYPE_TABLET:
107 case sync_pb::SyncEnums_DeviceType_TYPE_WIN:
108 case sync_pb::SyncEnums_DeviceType_TYPE_MAC
    [all...]
sync_frontend.h 20 namespace sync_pb { namespace
22 } // namespace sync_pb
72 const sync_pb::EncryptedData& pending_keys) = 0;
  /external/chromium_org/sync/internal_api/
debug_info_event_listener.cc 27 sync_pb::DebugEventInfo event_info;
28 sync_pb::SyncCycleCompletedEventInfo* sync_completed_event_info =
55 CreateAndAddEvent(sync_pb::DebugEventInfo::INITIALIZATION_COMPLETE);
61 CreateAndAddEvent(sync_pb::DebugEventInfo::CONNECTION_STATUS_CHANGE);
66 const sync_pb::EncryptedData& pending_keys) {
68 CreateAndAddEvent(sync_pb::DebugEventInfo::PASSPHRASE_REQUIRED);
73 CreateAndAddEvent(sync_pb::DebugEventInfo::PASSPHRASE_ACCEPTED);
80 CreateAndAddEvent(sync_pb::DebugEventInfo::BOOTSTRAP_TOKEN_UPDATED);
84 CreateAndAddEvent(sync_pb::DebugEventInfo::KEYSTORE_TOKEN_UPDATED);
89 CreateAndAddEvent(sync_pb::DebugEventInfo::STOP_SYNCING_PERMANENTLY)
    [all...]
write_node.cc 90 sync_pb::EntitySpecifics specifics = GetEntitySpecifics();
111 const sync_pb::AppSpecifics& new_value) {
112 sync_pb::EntitySpecifics entity_specifics;
118 const sync_pb::AutofillSpecifics& new_value) {
119 sync_pb::EntitySpecifics entity_specifics;
125 const sync_pb::AutofillProfileSpecifics& new_value) {
126 sync_pb::EntitySpecifics entity_specifics;
133 const sync_pb::BookmarkSpecifics& new_value) {
134 sync_pb::EntitySpecifics entity_specifics;
140 const sync_pb::NigoriSpecifics& new_value)
    [all...]
base_node.cc 28 using sync_pb::AutofillProfileSpecifics;
62 BaseNode::BaseNode() : password_data_(new sync_pb::PasswordSpecificsData) {}
69 const sync_pb::EntitySpecifics& specifics =
73 scoped_ptr<sync_pb::PasswordSpecificsData> data(DecryptPasswordSpecifics(
105 const sync_pb::EncryptedData& encrypted = specifics.encrypted();
128 const sync_pb::EntitySpecifics& BaseNode::GetUnencryptedSpecifics(
130 const sync_pb::EntitySpecifics& specifics = entry->GetSpecifics();
140 const sync_pb::BookmarkSpecifics& bookmark_specifics =
266 const sync_pb::AppSpecifics& BaseNode::GetAppSpecifics() const {
271 const sync_pb::AutofillSpecifics& BaseNode::GetAutofillSpecifics() const
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc 94 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::AutofillProfileSpecifics& proto)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
extension_util.cc 51 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::ExtensionSpecifics& specifics
    [all...]
  /external/chromium/chrome/browser/sync/util/
cryptographer_unittest.cc 21 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::EncryptedData encrypted4
    [all...]
  /external/chromium_org/sync/util/
cryptographer_unittest.cc 35 sync_pb::EncryptedData encrypted;
45 sync_pb::EncryptedData encrypted;
46 sync_pb::PasswordSpecificsData original;
55 sync_pb::EncryptedData encrypted;
67 sync_pb::PasswordSpecificsData original;
72 sync_pb::EncryptedData encrypted;
75 sync_pb::PasswordSpecificsData decrypted;
86 sync_pb::PasswordSpecificsData original;
91 sync_pb::EncryptedData encrypted;
94 sync_pb::EncryptedData encrypted2, encrypted3
    [all...]
  /external/chromium_org/sync/api/
sync_data.cc 22 *wrapper = new sync_pb::SyncEntity();
30 const sync_pb::SyncEntity& SyncData::ImmutableSyncEntityTraits::Unwrap(
35 sync_pb::SyncEntity* SyncData::ImmutableSyncEntityTraits::UnwrapMutable(
40 void SyncData::ImmutableSyncEntityTraits::Swap(sync_pb::SyncEntity* t1,
41 sync_pb::SyncEntity* t2) {
50 sync_pb::SyncEntity* entity,
63 sync_pb::EntitySpecifics specifics;
72 const sync_pb::EntitySpecifics& specifics) {
73 sync_pb::SyncEntity entity;
82 int64 id, const sync_pb::EntitySpecifics& specifics
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
nigori_util.h 31 const sync_pb::NigoriSpecifics& nigori);
35 sync_pb::NigoriSpecifics* nigori);

Completed in 910 milliseconds

1 23 4 5 6 7 8 91011>>