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

/external/chromium_org/content/child/indexed_db/
H A Dwebidbcursor_impl.cc80 CachedContinue(callbacks.get());
152 CachedContinue(callbacks);
155 void WebIDBCursorImpl::CachedContinue(WebIDBCallbacks* callbacks) { function in class:content::WebIDBCursorImpl
H A Dwebidbcursor_impl.h48 void CachedContinue(blink::WebIDBCallbacks* callbacks);
H A Dwebidbcursor_impl_unittest.cc187 // Note that the real dispatcher would call cursor->CachedContinue()
247 // Note that the real dispatcher would call cursor->CachedContinue()
320 // The real dispatcher would call cursor->CachedContinue(), so do that:
322 cursor.CachedContinue(callbacks.get());
H A Dindexed_db_dispatcher.cc694 cur_iter->second->CachedContinue(callbacks);

Completed in 63 milliseconds