HomeSort by relevance Sort by last modified time
    Searched defs:IndexedDBCursor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_cursor.cc 15 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::IndexedDBCursor
    [all...]
indexed_db_cursor.h 21 class CONTENT_EXPORT IndexedDBCursor
22 : NON_EXPORTED_BASE(public base::RefCounted<IndexedDBCursor>) {
24 IndexedDBCursor(scoped_ptr<IndexedDBBackingStore::Cursor> cursor,
45 friend class base::RefCounted<IndexedDBCursor>;
47 ~IndexedDBCursor();

Completed in 1317 milliseconds