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 110 int Entry::GetPositionIndex() const {
111 return dir()->GetPositionIndex(basetrans_, kernel_);
directory.cc 332 int Directory::GetPositionIndex(
    [all...]
  /external/chromium_org/sync/internal_api/
base_node.cc 226 int BaseNode::GetPositionIndex() const {
227 return GetEntry()->GetPositionIndex();

Completed in 28 milliseconds