OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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