HomeSort by relevance Sort by last modified time
    Searched refs:new_parent_id (Results 1 - 13 of 13) 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...]
  /external/chromium_org/sync/syncable/
syncable_util.cc 30 const Id& new_parent_id) {
34 Id ancestor_id = new_parent_id;
directory.h 381 const Id& new_parent_id);
directory.cc 418 const Id& new_parent_id) {
425 entry->put(PARENT_ID, new_parent_id);
    [all...]
  /external/chromium_org/sync/engine/
commit_util.cc 124 Id new_parent_id; local
127 new_parent_id = syncable::BaseTransaction::root_id();
129 new_parent_id = meta_entry.GetParentId();
131 sync_entry->set_parent_id_string(SyncableIdToProto(new_parent_id));
138 if (new_parent_id != meta_entry.GetServerParentId() &&
  /external/chromium_org/sync/internal_api/
write_node.cc 464 syncable::Id new_parent_id = new_parent.GetEntry()->GetId(); local
467 if (new_parent_id == entry_->GetParentId()) {
475 entry_->PutParentId(new_parent_id);
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 555 const Id& new_parent_id) {
562 entry->put(PARENT_ID, new_parent_id);
    [all...]
syncable.h 807 void ReindexParentId(EntryKernel* const entry, const Id& new_parent_id);
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 284 int64 id, int64 new_parent_id, int index,
    [all...]
testing_automation_provider.cc     [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc 1360 int new_parent_id, id, index; local
    [all...]

Completed in 2883 milliseconds