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

  /external/chromium_org/sync/syncable/
entry.cc 116 int Entry::GetPositionIndex() const {
117 return dir()->GetPositionIndex(basetrans_, kernel_);
directory.cc 325 int Directory::GetPositionIndex(
    [all...]
  /external/chromium_org/sync/internal_api/
base_node.cc 207 int BaseNode::GetPositionIndex() const {
208 return GetEntry()->GetPositionIndex();

Completed in 211 milliseconds