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

  /external/chromium_org/content/child/indexed_db/
webidbcursor_impl.h 71 enum { kPrefetchContinueThreshold = 2 };
webidbcursor_impl.cc 78 if (continue_count_ > kPrefetchContinueThreshold) {
webidbcursor_impl_unittest.cc 108 for (int i = 0; i < WebIDBCursorImpl::kPrefetchContinueThreshold; ++i) {

Completed in 27 milliseconds