Home
last modified time | relevance | path

Searched refs:CurrentCommitIdProjectionHasIndex (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
Dstatus_controller.h127 DCHECK(CurrentCommitIdProjectionHasIndex(index)); in GetCommitIdAt()
131 DCHECK(CurrentCommitIdProjectionHasIndex(index)); in GetCommitIdModelTypeAt()
229 bool CurrentCommitIdProjectionHasIndex(size_t index);
Dstatus_controller.cc170 bool StatusController::CurrentCommitIdProjectionHasIndex(size_t index) { in CurrentCommitIdProjectionHasIndex() function in browser_sync::sessions::StatusController