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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc1901 const CursorOptions& cursor_options)
1902 : transaction_(transaction), cursor_options_(cursor_options) {}
2067 const IndexedDBBackingStore::Cursor::CursorOptions& cursor_options)
2068 : IndexedDBBackingStore::Cursor(transaction, cursor_options) {}
2121 const IndexedDBBackingStore::Cursor::CursorOptions& cursor_options)
2122 : IndexedDBBackingStore::Cursor(transaction, cursor_options) {}
2174 const IndexedDBBackingStore::Cursor::CursorOptions& cursor_options)
2175 : IndexedDBBackingStore::Cursor(transaction, cursor_options) {}
2273 const IndexedDBBackingStore::Cursor::CursorOptions& cursor_options)
2274 : IndexedDBBackingStore::Cursor(transaction, cursor_options) {}
1900 Cursor(LevelDBTransaction* transaction, const CursorOptions& cursor_options) argument
2065 ObjectStoreKeyCursorImpl( LevelDBTransaction* transaction, const IndexedDBBackingStore::Cursor::CursorOptions& cursor_options) argument
2119 ObjectStoreCursorImpl( LevelDBTransaction* transaction, const IndexedDBBackingStore::Cursor::CursorOptions& cursor_options) argument
2172 IndexKeyCursorImpl( LevelDBTransaction* transaction, const IndexedDBBackingStore::Cursor::CursorOptions& cursor_options) argument
2271 IndexCursorImpl( LevelDBTransaction* transaction, const IndexedDBBackingStore::Cursor::CursorOptions& cursor_options) argument
2369 ObjectStoreCursorOptions( LevelDBTransaction* transaction, int64 database_id, int64 object_store_id, const IndexedDBKeyRange& range, indexed_db::CursorDirection direction, IndexedDBBackingStore::Cursor::CursorOptions* cursor_options) argument
2435 IndexCursorOptions( LevelDBTransaction* transaction, int64 database_id, int64 object_store_id, int64 index_id, const IndexedDBKeyRange& range, indexed_db::CursorDirection direction, IndexedDBBackingStore::Cursor::CursorOptions* cursor_options) argument
2513 IndexedDBBackingStore::Cursor::CursorOptions cursor_options; local
2539 IndexedDBBackingStore::Cursor::CursorOptions cursor_options; local
2566 IndexedDBBackingStore::Cursor::CursorOptions cursor_options; local
2594 IndexedDBBackingStore::Cursor::CursorOptions cursor_options; local
[all...]

Completed in 48 milliseconds