Home
last modified time | relevance | path

Searched refs:unused_prefetches (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_cursor.h35 leveldb::Status PrefetchReset(int used_prefetches, int unused_prefetches); in NON_EXPORTED_BASE()
Dindexed_db_dispatcher_host.h256 int unused_prefetches);
Dindexed_db_dispatcher_host.cc966 int unused_prefetches) { in OnPrefetchReset() argument
975 idb_cursor->PrefetchReset(used_prefetches, unused_prefetches); in OnPrefetchReset()
/external/chromium_org/content/child/indexed_db/
Dindexed_db_dispatcher.h110 int unused_prefetches,
Dwebidbcursor_impl_unittest.cc50 int unused_prefetches, in RequestIDBCursorPrefetchReset() argument
Dindexed_db_dispatcher.cc216 int unused_prefetches, in RequestIDBCursorPrefetchReset() argument
219 ipc_cursor_id, used_prefetches, unused_prefetches)); in RequestIDBCursorPrefetchReset()