Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_cursor.cc155 void IndexedDBCursor::PrefetchReset(int used_prefetches, int) { in PrefetchReset() argument
163 for (int i = 0; i < used_prefetches; ++i) { in PrefetchReset()
Dindexed_db_cursor.h35 void PrefetchReset(int used_prefetches, int unused_prefetches); in NON_EXPORTED_BASE()
Dindexed_db_dispatcher_host.h223 int used_prefetches,
Dindexed_db_dispatcher_host.cc854 int used_prefetches, in OnPrefetchReset() argument
863 idb_cursor->PrefetchReset(used_prefetches, unused_prefetches); in OnPrefetchReset()
/external/chromium_org/content/child/indexed_db/
Dindexed_db_dispatcher.h98 void RequestIDBCursorPrefetchReset(int used_prefetches,
Dindexed_db_dispatcher.cc208 void IndexedDBDispatcher::RequestIDBCursorPrefetchReset(int used_prefetches, in RequestIDBCursorPrefetchReset() argument
212 ipc_cursor_id, used_prefetches, unused_prefetches)); in RequestIDBCursorPrefetchReset()