HomeSort by relevance Sort by last modified time
    Searched full:last_prefetch_count (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/child/indexed_db/
proxy_webidbcursor_impl_unittest.cc 57 int last_prefetch_count() { return last_prefetch_count_; } function in class:content::__anon10267::MockDispatcher
119 int last_prefetch_count = 0; local
129 int prefetch_count = dispatcher.last_prefetch_count();
130 EXPECT_GT(prefetch_count, last_prefetch_count);
131 last_prefetch_count = prefetch_count;

Completed in 58 milliseconds