Searched defs:key_range (Results 1 – 8 of 8) sorted by relevance
/external/qemu/ui/ |
D | keymaps.h | 35 struct key_range { struct 38 struct key_range *next; argument
|
/external/chromium_org/content/child/indexed_db/ |
D | webidbdatabase_impl.cc | 104 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()
|
D | indexed_db_key_builders.cc | 101 const WebIDBKeyRange& key_range) { in Build()
|
D | indexed_db_dispatcher.cc | 313 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/ |
D | indexed_db_fake_backing_store.cc | 165 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()
|
D | indexed_db_database.cc | 496 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()
|
D | indexed_db_backing_store.cc | 1996 const IndexedDBKeyRange& key_range) { in DeleteRange()
|
/external/chromium_org/net/base/ |
D | url_util.cc | 41 url::Component key_range, value_range; in AppendOrReplaceQueryParameter() local
|