Searched refs:GetPositionIndex (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/sync/internal_api/public/
H A Dbase_node.h202 int GetPositionIndex() const;
/external/chromium_org/sync/internal_api/
H A Dbase_node.cc207 int BaseNode::GetPositionIndex() const { function in class:syncer::BaseNode
208 return GetEntry()->GetPositionIndex();
/external/chromium_org/sync/syncable/
H A Dentry.cc116 int Entry::GetPositionIndex() const { function in class:syncer::syncable::Entry
117 return dir()->GetPositionIndex(basetrans_, kernel_);
H A Dentry.h231 int GetPositionIndex() const;
H A Ddirectory.h280 int GetPositionIndex(BaseTransaction*, EntryKernel* kernel_) const;
H A Ddirectory.cc333 int Directory::GetPositionIndex( function in class:syncer::syncable::Directory
1121 node->SetInteger("positionIndex", GetPositionIndex(trans, kernel));
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc355 DCHECK_EQ(node->parent()->GetIndexOf(node), sync_node.GetPositionIndex());
675 to_reposition.insert(std::make_pair(src.GetPositionIndex(), dst));

Completed in 1054 milliseconds