Searched defs:IndexedDBCursor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_cursor.h21 class CONTENT_EXPORT IndexedDBCursor class in namespace:content
22 : NON_EXPORTED_BASE(public base::RefCounted<IndexedDBCursor>) {
24 IndexedDBCursor(scoped_ptr<IndexedDBBackingStore::Cursor> cursor,
45 friend class base::RefCounted<IndexedDBCursor>;
47 ~IndexedDBCursor();
H A Dindexed_db_cursor.cc15 class IndexedDBCursor::CursorIterationOperation
18 CursorIterationOperation(scoped_refptr<IndexedDBCursor> cursor,
25 scoped_refptr<IndexedDBCursor> cursor_;
30 class IndexedDBCursor::CursorAdvanceOperation
33 CursorAdvanceOperation(scoped_refptr<IndexedDBCursor> cursor,
40 scoped_refptr<IndexedDBCursor> cursor_;
45 class IndexedDBCursor::CursorPrefetchIterationOperation
48 CursorPrefetchIterationOperation(scoped_refptr<IndexedDBCursor> cursor,
57 scoped_refptr<IndexedDBCursor> cursor_;
62 IndexedDBCursor function in class:content::IndexedDBCursor
[all...]

Completed in 75 milliseconds