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

  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.h 54 const syncable::Id& GetCommitIdAt(const size_t position) const {
65 // response one ModelSafeGroup at a time. See GetCommitIdAt for how the
status_controller.h 126 const syncable::Id& GetCommitIdAt(size_t index) {
128 return shared_.commit_set.GetCommitIdAt(index);

Completed in 65 milliseconds