HomeSort by relevance Sort by last modified time
    Searched defs:new_parent_id (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/engine/
build_commit_command.cc 132 Id new_parent_id; local
135 new_parent_id = session->write_transaction()->root_id();
137 new_parent_id = meta_entry.Get(syncable::PARENT_ID);
139 sync_entry->set_parent_id(new_parent_id);
146 if (new_parent_id != meta_entry.Get(syncable::SERVER_PARENT_ID) &&
syncapi.cc 877 syncable::Id new_parent_id = new_parent.GetEntry()->Get(syncable::ID); local
880 if (new_parent_id == entry_->Get(syncable::PARENT_ID)) {
    [all...]

Completed in 30 milliseconds