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

<<11121314

  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc 135 const sync_pb::EntitySpecifics& specifics =
287 const sync_pb::TypedUrlSpecifics& typed_url(
294 sync_pb::TypedUrlSpecifics filtered_url =
bookmark_change_processor.cc 79 sync_pb::BookmarkSpecifics bookmark_specifics(dst->GetBookmarkSpecifics());
314 const sync_pb::EntitySpecifics& specifics =
703 const sync_pb::BookmarkSpecifics& specifics =
746 const sync_pb::BookmarkSpecifics& specifics =
769 const sync_pb::BookmarkSpecifics& specifics =
796 const sync_pb::BookmarkSpecifics& specifics =
810 sync_pb::BookmarkSpecifics specifics = sync_node->GetBookmarkSpecifics();
816 sync_pb::MetaInfo* meta_info = specifics.add_meta_info();
    [all...]
password_change_processor.cc 194 const sync_pb::PasswordSpecificsData& password = extra->unencrypted();
213 const sync_pb::PasswordSpecificsData& password_data =
sync_backend_host_impl.h 219 sync_pb::EncryptedData pending_keys);
296 sync_pb::EncryptedData cached_pending_keys_;
  /external/chromium_org/sync/syncable/
directory.h 105 sync_pb::DataTypeProgressMarker download_progress[MODEL_TYPE_COUNT];
184 sync_pb::DataTypeProgressMarker* value_out) const;
191 const sync_pb::DataTypeProgressMarker& value);
directory_backing_store.cc 108 sync_pb::UniquePosition proto;
637 sync_pb::EntitySpecifics specifics;
645 sync_pb::EntitySpecifics specifics;
664 sync_pb::EntitySpecifics* mutable_new_value)) {
677 sync_pb::EntitySpecifics new_value;
747 sync_pb::EntitySpecifics* mutable_new_value) {
756 sync_pb::BookmarkSpecifics* bookmark_data =
959 sync_pb::DataTypeProgressMarker progress_marker;
    [all...]
syncable_util.cc 97 sync_pb::EntitySpecifics serialized_type;
entry_kernel.cc 91 sync_pb::EntitySpecifics decrypted;
92 const sync_pb::EncryptedData& encrypted = kernel.ref(field).encrypted();
mutable_entry.cc 44 sync_pb::EntitySpecifics specifics;
201 void MutableEntry::PutSpecifics(const sync_pb::EntitySpecifics& value) {
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 91 sync_pb::EntitySpecifics specifics;
  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.cc 178 sync_pb::TypedUrlSpecifics typed_url(update_node.GetTypedUrlSpecifics());
208 DCHECK(changes[i].specifics.HasExtension(sync_pb::typed_url)) <<
210 GURL url(changes[i].specifics.GetExtension(sync_pb::typed_url).url());
226 const sync_pb::TypedUrlSpecifics& typed_url(
session_change_processor.cc 183 const sync_pb::SessionSpecifics& specifics = node.GetSessionSpecifics();
201 const sync_pb::SessionSpecifics& specifics(
typed_url_model_associator.cc 83 const sync_pb::TypedUrlSpecifics& typed_url(
139 const sync_pb::TypedUrlSpecifics& typed_url(
328 const sync_pb::TypedUrlSpecifics& typed_url,
443 sync_pb::TypedUrlSpecifics typed_url;
460 const sync_pb::TypedUrlSpecifics& new_url,
  /external/chromium/chrome/browser/sync/sessions/
sync_session.cc 96 sync_pb::GetUpdatesCallerInfo::SYNC_CYCLE_CONTINUATION,
session_state_unittest.cc 28 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source =
29 sync_pb::GetUpdatesCallerInfo::PERIODIC;
status_controller_unittest.cc 177 sync_pb::SyncEntity* entity1 = response->mutable_get_updates()->add_entries();
178 sync_pb::SyncEntity* entity2 = response->mutable_get_updates()->add_entries();
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 226 sync_pb::EntitySpecifics specifics_fields[PROTO_FIELDS_COUNT];
287 inline void put(ProtoField field, const sync_pb::EntitySpecifics& value) {
319 inline const sync_pb::EntitySpecifics& ref(ProtoField field) const {
330 inline sync_pb::EntitySpecifics& mutable_ref(ProtoField field) {
393 inline const sync_pb::EntitySpecifics& Get(ProtoField field) const {
499 bool Put(ProtoField field, const sync_pb::EntitySpecifics& value);
698 sync_pb::DataTypeProgressMarker download_progress[MODEL_TYPE_COUNT];
762 sync_pb::DataTypeProgressMarker* value_out) const;
768 const sync_pb::DataTypeProgressMarker& value);
    [all...]
directory_backing_store.cc 724 sync_pb::EntitySpecifics specifics;
732 sync_pb::EntitySpecifics specifics;
742 sync_pb::EntitySpecifics* mutable_new_value)) {
753 sync_pb::EntitySpecifics new_value;
835 sync_pb::EntitySpecifics* mutable_new_value) {
844 sync_pb::BookmarkSpecifics* bookmark_data =
845 mutable_new_value->MutableExtension(sync_pb::bookmark);
    [all...]
  /external/chromium_org/sync/internal_api/public/
sync_manager.h 30 namespace sync_pb { namespace
32 } // namespace sync_pb
  /external/chromium_org/sync/test/engine/
test_syncable_utils.cc 87 sync_pb::EntitySpecifics specifics;
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 26 namespace sync_pb { namespace
395 bool FillMessageWithShareDetails(sync_pb::ClientToServerMessage* csm,
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.h 250 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source,
255 const sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source);
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_registration_utility_unittest.cc 25 using sync_pb::ManagedUserSpecifics;
208 ::sync_pb::EntitySpecifics specifics = it->sync_data().GetSpecifics();
  /external/chromium_org/chrome/browser/prefs/
synced_pref_change_registrar_browsertest.cc 68 sync_pb::EntitySpecifics specifics;
69 sync_pb::PreferenceSpecifics* pref_specifics =
  /external/chromium_org/chrome/browser/sync/sessions2/
tab_node_pool2.cc 72 sync_pb::EntitySpecifics entity;
73 sync_pb::SessionSpecifics* specifics = entity.mutable_session();

Completed in 393 milliseconds

<<11121314