Searched refs:PutPredecessor (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dbuild_and_process_conflict_sets_command.cc118 if (!entry.PutPredecessor(backup->ref(syncable::PREV_ID)))
H A Dprocess_commit_response_command.cc440 if (!local_entry->PutPredecessor(new_prev))
441 LOG(WARNING) << "PutPredecessor failed after successful commit";
H A Dsyncapi.h424 void PutPredecessor(const BaseNode* predecessor);
H A Dsyncer_util.cc107 // step in PutPredecessor is to Unlink from the existing order, which
116 entry->PutPredecessor(entry->Get(PREV_ID));
567 CHECK(entry->PutPredecessor(new_predecessor))
H A Dsyncapi.cc786 PutPredecessor(predecessor);
864 PutPredecessor(NULL);
894 PutPredecessor(predecessor);
912 void WriteNode::PutPredecessor(const BaseNode* predecessor) { function in class:sync_api::WriteNode
915 entry_->PutPredecessor(predecessor_id);
H A Dapply_updates_command_unittest.cc116 entry.PutPredecessor(predecessor_id);
H A Dprocess_commit_response_command_unittest.cc104 entry.PutPredecessor(predecessor_id);
H A Dsyncer_unittest.cc521 entry_c.PutPredecessor(entry_b.Get(ID));
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.cc1448 PutPredecessor(Id()); // Restores position to the 0th index.
1477 PutPredecessor(Id()); // Fixes up the sibling order inconsistency.
1632 bool MutableEntry::PutPredecessor(const Id& predecessor_id) { function in class:syncable::MutableEntry
H A Dsyncable.h510 bool PutPredecessor(const Id& predecessor_id);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc577 ASSERT_TRUE(item.PutPredecessor(new_predecessor));

Completed in 2091 milliseconds