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

  /external/chromium_org/sync/engine/
conflict_resolver.cc 93 bool parent_matches = entry.GetParentId() == entry.GetServerParentId();
commit_util.cc 138 if (new_parent_id != meta_entry.GetServerParentId() &&
142 SyncableIdToProto(meta_entry.GetServerParentId()));
process_updates_util.cc 298 target_entry.GetServerParentId()) &&
syncer_util.cc 227 syncable::Id new_parent = entry->GetServerParentId();
456 entry->PutParentId(entry->GetServerParentId());
get_commit_ids.cc 438 entry.GetParentId() != entry.GetServerParentId()) {
syncer_unittest.cc     [all...]
  /external/chromium_org/sync/syncable/
entry.h 114 Id GetServerParentId() const {

Completed in 45 milliseconds