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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/sync/sessions/
data_type_tracker.h 73 sync_pb::DataTypeProgressMarker* progress) const;
78 void FillGetUpdatesTriggersMessage(sync_pb::GetUpdateTriggers* msg) const;
test_util.h 21 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source,
25 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source,
29 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source,
33 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source,
nudge_tracker.cc 19 : updates_source_(sync_pb::GetUpdatesCallerInfo::UNKNOWN),
55 updates_source_ = sync_pb::GetUpdatesCallerInfo::UNKNOWN;
71 if (updates_source_ != sync_pb::GetUpdatesCallerInfo::NOTIFICATION
72 && updates_source_ != sync_pb::GetUpdatesCallerInfo::DATATYPE_REFRESH) {
73 updates_source_ = sync_pb::GetUpdatesCallerInfo::LOCAL;
87 if (updates_source_ != sync_pb::GetUpdatesCallerInfo::NOTIFICATION) {
88 updates_source_ = sync_pb::GetUpdatesCallerInfo::DATATYPE_REFRESH;
99 updates_source_ = sync_pb::GetUpdatesCallerInfo::NOTIFICATION;
189 sync_pb::DataTypeProgressMarker* progress) const {
194 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource NudgeTracker::updates_source(
    [all...]
nudge_tracker_unittest.cc 42 sync_pb::GetUpdateTriggers gu_trigger;
48 sync_pb::GetUpdateTriggers gu_trigger;
54 sync_pb::GetUpdateTriggers gu_trigger;
74 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::UNKNOWN,
77 sync_pb::GetUpdateTriggers gu_trigger;
80 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::UNKNOWN,
89 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::LOCAL,
94 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::DATATYPE_REFRESH,
99 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::DATATYPE_REFRESH,
106 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::NOTIFICATION
    [all...]
  /external/chromium/chrome/browser/sync/engine/
read_node_mock.h 22 const sync_pb::AutofillProfileSpecifics&());
syncapi.cc 98 using sync_pb::AutofillProfileSpecifics;
190 sync_pb::EntitySpecifics serialized_type;
201 sync_pb::PasswordSpecificsData* DecryptPasswordSpecifics(
202 const sync_pb::EntitySpecifics& specifics, Cryptographer* crypto) {
203 if (!specifics.HasExtension(sync_pb::password))
205 const sync_pb::PasswordSpecifics& password_specifics =
206 specifics.GetExtension(sync_pb::password);
209 const sync_pb::EncryptedData& encrypted = password_specifics.encrypted();
210 scoped_ptr<sync_pb::PasswordSpecificsData> data(
211 new sync_pb::PasswordSpecificsData)
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
model_type.h 23 namespace sync_pb { namespace
86 sync_pb::EntitySpecifics* specifics);
92 ModelType GetModelType(const sync_pb::SyncEntity& sync_entity);
97 ModelType GetModelTypeFromSpecifics(const sync_pb::EntitySpecifics& specifics);
directory_backing_store_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/sync/glue/
device_info.h 31 const sync_pb::SyncEnums::DeviceType device_type);
55 sync_pb::SyncEnums::DeviceType device_type() const;
76 static sync_pb::SyncEnums::DeviceType GetLocalDeviceType();
112 const sync_pb::SyncEnums::DeviceType device_type_;
generic_change_processor_unittest.cc 115 sync_pb::PasswordSpecificsData password_data;
118 sync_pb::EntitySpecifics password_holder;
148 const sync_pb::PasswordSpecificsData& sync_password =
150 const sync_pb::PasswordSpecificsData& change_password =
163 const sync_pb::EntitySpecifics& raw_specifics = node.GetEntitySpecifics();
172 sync_pb::PasswordSpecificsData password_data;
175 sync_pb::EntitySpecifics password_holder;
219 const sync_pb::PasswordSpecificsData& sync_password =
221 const sync_pb::PasswordSpecificsData& change_password =
234 const sync_pb::EntitySpecifics& raw_specifics = node.GetEntitySpecifics()
    [all...]
  /external/chromium/chrome/browser/sync/glue/
extension_data.cc 13 Source source, const sync_pb::ExtensionSpecifics& data) {
24 const sync_pb::ExtensionSpecifics& ExtensionData::merged_data() const {
38 const sync_pb::ExtensionSpecifics& data) {
autofill_profile_model_associator_unittest.cc 51 void(const sync_pb::AutofillProfileSpecifics&,
56 const sync_pb::AutofillProfileSpecifics&));
74 const sync_pb::AutofillProfileSpecifics& profile,
100 sync_pb::EntitySpecifics specifics;
102 sync_pb::AutofillProfileSpecifics *profile_specifics =
103 specifics.MutableExtension(sync_pb::autofill_profile);
181 sync_pb::EntitySpecifics specifics;
183 sync_pb::AutofillProfileSpecifics *profile_specifics =
184 specifics.MutableExtension(sync_pb::autofill_profile);
217 sync_pb::AutofillProfileSpecifics profile_specifics
    [all...]
extension_util_unittest.cc 160 sync_pb::ExtensionSpecifics specifics;
165 sync_pb::ExtensionSpecifics specifics;
171 sync_pb::ExtensionSpecifics specifics;
177 sync_pb::ExtensionSpecifics specifics;
183 sync_pb::ExtensionSpecifics specifics;
189 sync_pb::ExtensionSpecifics specifics;
195 sync_pb::ExtensionSpecifics specifics;
202 sync_pb::ExtensionSpecifics specifics;
214 sync_pb::ExtensionSpecifics specifics_copy(specifics);
220 sync_pb::ExtensionSpecifics specifics_copy(specifics)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
id_mapping_helper_unittest.cc 36 sync_pb::SyncEnums_DeviceType_TYPE_LINUX));
40 sync_pb::SyncEnums_DeviceType_TYPE_LINUX));
57 sync_pb::SyncEnums_DeviceType_TYPE_LINUX));
  /external/chromium_org/chrome/browser/extensions/
app_sync_data.h 16 namespace sync_pb { namespace
60 void PopulateAppSpecifics(sync_pb::AppSpecifics* specifics) const;
64 const sync_pb::AppSpecifics& specifics);
extension_sync_data.h 18 namespace sync_pb { namespace
43 void PopulateExtensionSpecifics(sync_pb::ExtensionSpecifics* specifics) const;
47 const sync_pb::ExtensionSpecifics& specifics);
  /external/chromium_org/chrome/browser/sessions/
session_types.cc 25 void SessionTab::SetFromSyncData(const sync_pb::SessionTab& sync_data,
43 sync_pb::SessionTab SessionTab::ToSyncData() const {
44 sync_pb::SessionTab sync_data;
  /external/chromium_org/components/dom_distiller/core/
article_entry_unittest.cc 10 using sync_pb::EntitySpecifics;
11 using sync_pb::ArticlePage;
12 using sync_pb::ArticleSpecifics;
  /external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot.h 44 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource legacy_updates_source);
66 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource legacy_updates_source() const;
88 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource legacy_updates_source_;
  /external/chromium_org/sync/engine/
apply_control_data_updates_unittest.cc 83 sync_pb::EntitySpecifics specifics;
84 sync_pb::NigoriSpecifics* nigori = specifics.mutable_nigori();
150 sync_pb::EntitySpecifics specifics;
151 sync_pb::NigoriSpecifics* nigori = specifics.mutable_nigori();
267 sync_pb::EntitySpecifics specifics;
268 sync_pb::NigoriSpecifics* nigori = specifics.mutable_nigori();
328 sync_pb::EntitySpecifics server_specifics;
329 sync_pb::NigoriSpecifics* server_nigori = server_specifics.mutable_nigori();
344 sync_pb::EntitySpecifics local_specifics;
345 sync_pb::NigoriSpecifics* local_nigori = local_specifics.mutable_nigori()
    [all...]
sync_directory_commit_contribution_unittest.cc 53 const sync_pb::SyncEntity& entity,
54 sync_pb::CommitResponse::EntryResponse* response) {
55 response->set_response_type(sync_pb::CommitResponse::SUCCESS);
140 sync_pb::ClientToServerMessage message;
144 const sync_pb::CommitMessage& commit_message = message.commit();
149 const sync_pb::SyncEntity& entity = commit_message.entries(i);
192 sync_pb::ClientToServerMessage message;
196 const sync_pb::CommitMessage& commit_message = message.commit();
199 sync_pb::ClientToServerResponse response;
201 sync_pb::SyncEntity entity = commit_message.entries(i)
    [all...]
syncer_proto_util_unittest.cc 28 using sync_pb::ClientToServerMessage;
29 using sync_pb::CommitResponse_EntryResponse;
30 using sync_pb::SyncEntity;
55 sync_pb::ClientToServerResponse response;
70 sync_pb::ClientToServerResponse_Error error_pb;
71 error_pb.set_error_type(sync_pb::SyncEnums::THROTTLED);
209 sync_pb::ClientToServerResponse response;
226 response.set_error_code(sync_pb::SyncEnums::CLEAR_PENDING);
232 sync_pb::ClientToServerResponse response;
236 response.set_error_code(sync_pb::SyncEnums::NOT_MY_BIRTHDAY)
    [all...]
  /external/chromium_org/sync/syncable/
model_type.cc 29 sync_pb::EntitySpecifics* specifics) {
138 return sync_pb::EntitySpecifics::kBookmarkFieldNumber;
141 return sync_pb::EntitySpecifics::kPasswordFieldNumber;
144 return sync_pb::EntitySpecifics::kPreferenceFieldNumber;
147 return sync_pb::EntitySpecifics::kAutofillFieldNumber;
150 return sync_pb::EntitySpecifics::kAutofillProfileFieldNumber;
153 return sync_pb::EntitySpecifics::kThemeFieldNumber;
156 return sync_pb::EntitySpecifics::kTypedUrlFieldNumber;
159 return sync_pb::EntitySpecifics::kExtensionFieldNumber;
162 return sync_pb::EntitySpecifics::kNigoriFieldNumber
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_apitest.cc 35 sync_pb::SessionSpecifics* meta) {
37 sync_pb::SessionHeader* header = meta->mutable_header();
38 header->set_device_type(sync_pb::SyncEnums_DeviceType_TYPE_LINUX);
44 sync_pb::SessionSpecifics* meta) {
45 sync_pb::SessionHeader* header = meta->mutable_header();
46 sync_pb::SessionWindow* window = header->add_window();
49 window->set_browser_type(sync_pb::SessionWindow_BrowserType_TYPE_TABBED);
57 sync_pb::SessionSpecifics* tab_base) {
60 sync_pb::SessionTab* tab = tab_base->mutable_tab();
66 sync_pb::TabNavigation* navigation = tab->add_navigation()
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 183 sync_pb::SessionSpecifics meta;
188 sync_pb::SessionSpecifics tab_base;
234 sync_pb::SessionSpecifics* meta) {
237 sync_pb::SessionHeader* header = meta->mutable_header();
238 header->set_device_type(sync_pb::SyncEnums_DeviceType_TYPE_CROS);
245 sync_pb::SessionSpecifics* meta) {
246 sync_pb::SessionHeader* header = meta->mutable_header();
247 sync_pb::SessionWindow* window = header->add_window();
251 window->set_browser_type(sync_pb::SessionWindow_BrowserType_TYPE_TABBED);
260 sync_pb::SessionSpecifics* tab_base)
    [all...]

Completed in 599 milliseconds

1 2 3 45 6 7 8 91011>>