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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.cc 77 sync_pb::autofill_profile));
79 const sync_pb::AutofillProfileSpecifics& specifics =
80 changes[i].specifics.GetExtension(sync_pb::autofill_profile);
95 const sync_pb::AutofillProfileSpecifics& autofill(
210 const sync_pb::AutofillProfileSpecifics& profile_specifics,
322 sync_pb::AutofillProfileSpecifics specifics;
extension_sync.cc 46 const sync_pb::ExtensionSpecifics& data) {
78 sync_pb::ExtensionSpecifics client_specifics;
151 const sync_pb::ExtensionSpecifics& server_data =
210 const sync_pb::ExtensionSpecifics& specifics =
290 sync_pb::ExtensionSpecifics client_data;
301 sync_pb::ExtensionSpecifics server_data =
typed_url_model_associator.h 115 static int MergeUrls(const sync_pb::TypedUrlSpecifics& typed_url,
125 const sync_pb::TypedUrlSpecifics& new_url,
  /external/chromium/chrome/browser/sync/engine/
download_updates_command.cc 52 sync_pb::DataTypeProgressMarker* progress_marker =
108 sync_pb::EntitySpecifics* filter_protobuf) {
process_commit_response_command.cc 123 const sync_pb::CommitMessage& commit_message =
210 const sync_pb::CommitResponse_EntryResponse& pb_server_entry,
211 const sync_pb::SyncEntity& commit_request_entry,
284 const sync_pb::SyncEntity& committed_entry,
294 const sync_pb::SyncEntity& committed_entry,
357 const sync_pb::SyncEntity& committed_entry,
408 const sync_pb::SyncEntity& committed_entry,
446 const sync_pb::SyncEntity& committed_entry,
process_updates_command.cc 52 const sync_pb::SyncEntity& update = it->second;
94 const sync_pb::SyncEntity& proto_update) {
clear_data_command.cc 61 sync_pb::ClientToServerResponse::SUCCESS) {
syncer_proto_util.cc 84 const sync_pb::ClientToServerResponse* response,
329 const sync_pb::SyncEntity& entry) {
344 const sync_pb::SyncEntity& entry) {
362 const sync_pb::GetUpdatesResponse& response) {
374 const sync_pb::ClientToServerResponse& response) {
  /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/chrome/browser/extensions/api/storage/
setting_sync_data.cc 30 sync_pb::EntitySpecifics specifics = sync_data.GetSpecifics();
47 const sync_pb::ExtensionSettingSpecifics& specifics) {
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.h 27 namespace sync_pb { namespace
108 sync_pb::TypedUrlSpecifics* specifics);
  /external/chromium_org/chrome/browser/prefs/
pref_model_associator.h 25 namespace sync_pb { namespace
97 const sync_pb::PreferenceSpecifics& specifics,
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.cc 27 void UpdateSyncItemFromSync(const sync_pb::AppListSpecifics& specifics,
53 sync_pb::AppListSpecifics* specifics) {
67 sync_pb::EntitySpecifics specifics;
80 sync_pb::AppListSpecifics::AppListItemType type)
265 sync_pb::AppListSpecifics::AppListItemType type,
312 sync_pb::AppListSpecifics::AppListItemType type,
328 const sync_pb::AppListSpecifics& specifics) {
343 const sync_pb::AppListSpecifics& specifics) {
  /external/chromium_org/components/sessions/
serialized_navigation_entry_unittest.cc 76 // Create a sync_pb::TabNavigation from the constants above.
77 sync_pb::TabNavigation MakeSyncDataForTest() {
78 sync_pb::TabNavigation sync_data;
84 sync_pb::SyncEnums_PageTransition_AUTO_SUBFRAME);
87 sync_data.set_redirect_type(sync_pb::SyncEnums::CLIENT_REDIRECT);
144 // Create a SerializedNavigationEntry from a sync_pb::TabNavigation. All its
148 const sync_pb::TabNavigation sync_data = MakeSyncDataForTest();
249 const sync_pb::TabNavigation sync_data = navigation.ToSyncData();
255 EXPECT_EQ(sync_pb::SyncEnums_PageTransition_AUTO_SUBFRAME,
287 const sync_pb::TabNavigation& sync_data = navigation.ToSyncData()
    [all...]
  /external/chromium_org/sync/sessions/
data_type_tracker.cc 97 sync_pb::DataTypeProgressMarker* progress) const {
114 sync_pb::GetUpdateTriggers* msg) const {
sync_session_context.h 127 const sync_pb::ClientStatus& client_status() const {
199 sync_pb::ClientStatus client_status_;
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc 117 GURL GetFaviconURLFromSpecifics(const sync_pb::EntitySpecifics& specifics) {
126 const sync_pb::FaviconData& favicon_data) {
140 sync_pb::FaviconData* favicon_data) {
152 sync_pb::FaviconImageSpecifics* image_specifics) {
166 sync_pb::FaviconTrackingSpecifics* tracking_specifics) {
728 sync_pb::EntitySpecifics new_specifics;
729 sync_pb::FaviconImageSpecifics* image_specifics =
742 sync_pb::EntitySpecifics new_specifics;
743 sync_pb::FaviconTrackingSpecifics* tracking_specifics =
    [all...]
synced_device_tracker.h 75 void WriteDeviceInfo(const sync_pb::DeviceInfoSpecifics& specifics,
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 772 sync_pb::SyncEnums::ErrorType
777 return sync_pb::SyncEnums::SUCCESS;
779 return sync_pb::SyncEnums::NOT_MY_BIRTHDAY;
781 return sync_pb::SyncEnums::THROTTLED;
783 return sync_pb::SyncEnums::CLEAR_PENDING;
785 return sync_pb::SyncEnums::TRANSIENT_ERROR;
787 return sync_pb::SyncEnums::MIGRATION_DONE;
789 return sync_pb::SyncEnums::UNKNOWN;
792 return sync_pb::SyncEnums::UNKNOWN;
796 sync_pb::SyncEnums::Action GetClientToServerResponseAction
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 165 sync_pb::EntitySpecifics specifics;
193 const sync_pb::EntitySpecifics& specifics) {
432 sync_pb::PasswordSpecificsData data;
444 const sync_pb::PasswordSpecificsData& data =
500 sync_pb::EntitySpecifics entity_specifics;
518 sync_pb::EntitySpecifics entity_specifics;
762 const sync_pb::EncryptedData&)); // NOLINT
913 sync_pb::NigoriSpecifics nigori;
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
session_state.h 48 const sync_pb::GetUpdatesCallerInfo::GetUpdatesSource& u,
55 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source;
184 typedef std::pair<VerifyResult, sync_pb::SyncEntity> VerifiedUpdate;
194 const sync_pb::SyncEntity& entity);
  /external/chromium_org/chrome/browser/password_manager/
password_syncable_service.h 56 static std::string MakeTag(const sync_pb::PasswordSpecificsData& password);
  /external/chromium_org/chrome/browser/search_engines/
search_terms_data.cc 158 sync_pb::SyncEnums::DeviceType device_type =
160 return device_type == sync_pb::SyncEnums_DeviceType_TYPE_PHONE ?
171 sync_pb::SyncEnums::DeviceType device_type =
173 return device_type == sync_pb::SyncEnums_DeviceType_TYPE_PHONE ?
  /external/chromium_org/sync/syncable/
entry_kernel.h 181 sync_pb::EntitySpecifics specifics_fields[PROTO_FIELDS_COUNT];
250 inline void put(ProtoField field, const sync_pb::EntitySpecifics& value) {
288 inline const sync_pb::EntitySpecifics& ref(ProtoField field) const {
302 inline sync_pb::EntitySpecifics& mutable_ref(ProtoField field) {
mutable_entry.h 53 void PutSpecifics(const sync_pb::EntitySpecifics& value);

Completed in 1751 milliseconds

1 2 3 4 5 6 7 891011>>