Searched refs:idb_cursor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc925 IndexedDBCursor* idb_cursor = local
927 if (!idb_cursor)
930 idb_cursor->Advance(
944 IndexedDBCursor* idb_cursor = local
946 if (!idb_cursor)
949 idb_cursor->Continue(
965 IndexedDBCursor* idb_cursor = local
967 if (!idb_cursor)
970 idb_cursor->PrefetchContinue(
982 IndexedDBCursor* idb_cursor local
[all...]
H A Dindexed_db_callbacks.cc396 IndexedDBCursor* idb_cursor = local
399 DCHECK(idb_cursor);
400 if (!idb_cursor)

Completed in 149 milliseconds