HomeSort by relevance Sort by last modified time
    Searched refs:sync_entry (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/sync/engine/
build_commit_command.cc 59 void SetEntrySpecifics(MutableEntry* meta_entry, SyncEntity* sync_entry) {
61 sync_entry->mutable_specifics()->CopyFrom(meta_entry->Get(SPECIFICS));
62 sync_entry->set_folder(meta_entry->Get(syncable::IS_DIR));
64 DCHECK(meta_entry->GetModelType() == sync_entry->GetModelType());
67 void SetOldStyleBookmarkData(MutableEntry* meta_entry, SyncEntity* sync_entry) {
72 sync_entry->mutable_bookmarkdata();
101 SyncEntity* sync_entry = local
103 sync_entry->set_id(id);
117 sync_entry->set_name(name);
123 sync_entry->set_non_unique_name(name)
    [all...]
  /external/chromium_org/sync/engine/
build_commit_command.cc 102 sync_pb::SyncEntity* sync_entry) {
104 sync_entry->mutable_specifics()->CopyFrom(meta_entry->Get(SPECIFICS));
105 sync_entry->set_folder(meta_entry->Get(syncable::IS_DIR));
107 CHECK(!sync_entry->specifics().password().has_client_only_encrypted_data());
108 DCHECK_EQ(meta_entry->GetModelType(), GetModelType(*sync_entry));
131 sync_pb::SyncEntity* sync_entry = commit_message->add_entries(); local
132 sync_entry->set_id_string(SyncableIdToProto(id));
147 sync_entry->set_name(name);
153 sync_entry->set_non_unique_name(name);
156 sync_entry->set_client_defined_unique_tag
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 154 : sync_entry(NULL),
196 SimpleSynchronousEntry* sync_entry = new SimpleSynchronousEntry(path, "", local
198 out_results->result = sync_entry->InitializeForOpen(
201 sync_entry->Doom();
202 delete sync_entry;
203 out_results->sync_entry = NULL;
206 out_results->sync_entry = sync_entry;
217 SimpleSynchronousEntry* sync_entry = new SimpleSynchronousEntry(path, key, local
219 out_results->result = sync_entry->InitializeForCreate
    [all...]
simple_synchronous_entry.h 42 SimpleSynchronousEntry* sync_entry; member in struct:disk_cache::SimpleEntryCreationResults
simple_entry_impl.cc     [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 433 history::URLRow sync_entry(MakeTypedUrlEntry("http://sync.com", "entry",
446 sync_entries.push_back(sync_entry);
454 expected[sync_entry.url().spec()] = sync_entry;
468 history::URLRow sync_entry(MakeTypedUrlEntry("http://sync.com", "entry",
472 sync_entries.push_back(sync_entry);
488 history::URLRow sync_entry(MakeTypedUrlEntry("http://native.com", "name",
492 sync_entry.id(), base::Time::FromInternalValue(15), 0,
508 sync_entries.push_back(sync_entry);
527 history::URLRow sync_entry(MakeTypedUrlEntry("http://native.com", "sync"
    [all...]
profile_sync_service_autofill_unittest.cc     [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 347 history::URLRow sync_entry(MakeTypedUrlEntry("http://sync.com", "entry",
360 sync_entries.push_back(sync_entry);
369 expected[sync_entry.url().spec()] = sync_entry;
386 history::URLRow sync_entry(MakeTypedUrlEntry("http://native.com", "name",
390 sync_entry.id(), base::Time::FromInternalValue(15), 0, 0, 0));
405 sync_entries.push_back(sync_entry);
profile_sync_service_autofill_unittest.cc 720 AutofillEntry sync_entry(MakeAutofillEntry("sync", "entry", 2));
731 sync_entries.push_back(sync_entry);
735 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(ElementsAre(sync_entry))).
744 expected_entries.insert(sync_entry);
758 AutofillEntry sync_entry(MakeAutofillEntry("merge", "entry", 2));
768 sync_entries.push_back(sync_entry);
    [all...]

Completed in 1102 milliseconds