Searched refs:SetPrefetchData (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/indexed_db/
H A Dwebidbcursor_impl.h41 void SetPrefetchData(
H A Dwebidbcursor_impl_unittest.cc185 cursor.SetPrefetchData(keys, primary_keys, values, blob_info);
188 // immediately after cursor->SetPrefetchData() to service the request
245 cursor.SetPrefetchData(keys, primary_keys, values, blob_info);
248 // immediately after cursor->SetPrefetchData() to service the request
315 cursor.SetPrefetchData(keys, primary_keys, values, blob_info);
H A Dwebidbcursor_impl.cc122 void WebIDBCursorImpl::SetPrefetchData( function in class:content::WebIDBCursorImpl
H A Dindexed_db_dispatcher.cc690 cur_iter->second->SetPrefetchData(keys, primary_keys, values, blob_infos);

Completed in 293 milliseconds