Searched defs:GetPredecessorId (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dentry.cc96 Id Entry::GetPredecessorId() const { function in class:syncer::syncable::Entry
97 return dir()->GetPredecessorId(kernel_);
H A Ddirectory.cc1339 syncable::Id Directory::GetPredecessorId(EntryKernel* e) { function in class:syncer::syncable::Directory
/external/chromium_org/sync/internal_api/
H A Dbase_node.cc178 int64 BaseNode::GetPredecessorId() const { function in class:syncer::BaseNode
179 syncable::Id id_string = GetEntry()->GetPredecessorId();

Completed in 464 milliseconds