Home
last modified time | relevance | path

Searched defs:key_range (Results 1 – 8 of 8) sorted by relevance

/external/qemu/ui/
Dkeymaps.h35 struct key_range { struct
38 struct key_range *next; argument
/external/chromium_org/content/child/indexed_db/
Dwebidbdatabase_impl.cc104 const WebIDBKeyRange& key_range, in get()
180 const WebIDBKeyRange& key_range, in openCursor()
202 const WebIDBKeyRange& key_range, in count()
217 const WebIDBKeyRange& key_range, in deleteRange()
Dindexed_db_key_builders.cc101 const WebIDBKeyRange& key_range) { in Build()
Dindexed_db_dispatcher.cc313 const IndexedDBKeyRange& key_range, in RequestIDBDatabaseGet()
397 const IndexedDBKeyRange& key_range, in RequestIDBDatabaseOpenCursor()
425 const IndexedDBKeyRange& key_range, in RequestIDBDatabaseCount()
442 const IndexedDBKeyRange& key_range, in RequestIDBDatabaseDeleteRange()
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_fake_backing_store.cc165 const IndexedDBKeyRange& key_range, in OpenObjectStoreKeyCursor()
175 const IndexedDBKeyRange& key_range, in OpenObjectStoreCursor()
186 const IndexedDBKeyRange& key_range, in OpenIndexKeyCursor()
197 const IndexedDBKeyRange& key_range, in OpenIndexCursor()
Dindexed_db_database.cc496 scoped_ptr<IndexedDBKeyRange> key_range, in Get()
520 scoped_ptr<IndexedDBKeyRange> key_range, in GetOperation()
1004 scoped_ptr<IndexedDBKeyRange> key_range; member
1018 scoped_ptr<IndexedDBKeyRange> key_range, in OpenCursor()
1129 scoped_ptr<IndexedDBKeyRange> key_range, in Count()
1150 scoped_ptr<IndexedDBKeyRange> key_range, in CountOperation()
1202 scoped_ptr<IndexedDBKeyRange> key_range, in DeleteRange()
1222 scoped_ptr<IndexedDBKeyRange> key_range, in DeleteRangeOperation()
Dindexed_db_backing_store.cc1996 const IndexedDBKeyRange& key_range) { in DeleteRange()
/external/chromium_org/net/base/
Durl_util.cc41 url::Component key_range, value_range; in AppendOrReplaceQueryParameter() local