Searched refs:key_range (Results 1 - 16 of 16) sorted by relevance

/external/qemu/ui/
H A Dkeymaps.h35 struct key_range { struct
38 struct key_range *next;
50 struct key_range *keypad_range;
51 struct key_range *numlock_range;
H A Dkeymaps.c40 static void add_to_key_range(struct key_range **krp, int code) {
41 struct key_range *kr;
182 struct key_range *kr;
193 struct key_range *kr;
/external/chromium_org/net/base/
H A Durl_util.cc41 url::Component key_range, value_range; local
42 while (url::ExtractQueryKeyValue(input.data(), &cursor, &key_range,
45 input.data() + key_range.begin, key_range.len);
55 key_range.begin,
56 value_range.end() - key_range.begin);
/external/chromium_org/content/child/indexed_db/
H A Dindexed_db_key_builders.cc101 const WebIDBKeyRange& key_range) {
103 IndexedDBKeyBuilder::Build(key_range.lower()),
104 IndexedDBKeyBuilder::Build(key_range.upper()),
105 key_range.lowerOpen(),
106 key_range.upperOpen());
100 Build( const WebIDBKeyRange& key_range) argument
H A Dindexed_db_key_builders.h40 static IndexedDBKeyRange Build(const blink::WebIDBKeyRange& key_range);
H A Dwebidbdatabase_impl.cc104 const WebIDBKeyRange& key_range,
113 IndexedDBKeyRangeBuilder::Build(key_range),
180 const WebIDBKeyRange& key_range,
192 IndexedDBKeyRangeBuilder::Build(key_range),
202 const WebIDBKeyRange& key_range,
211 IndexedDBKeyRangeBuilder::Build(key_range),
217 const WebIDBKeyRange& key_range,
225 IndexedDBKeyRangeBuilder::Build(key_range),
101 get(long long transaction_id, long long object_store_id, long long index_id, const WebIDBKeyRange& key_range, bool key_only, WebIDBCallbacks* callbacks) argument
177 openCursor(long long transaction_id, long long object_store_id, long long index_id, const WebIDBKeyRange& key_range, blink::WebIDBCursorDirection direction, bool key_only, blink::WebIDBTaskType task_type, WebIDBCallbacks* callbacks) argument
199 count(long long transaction_id, long long object_store_id, long long index_id, const WebIDBKeyRange& key_range, WebIDBCallbacks* callbacks) argument
215 deleteRange(long long transaction_id, long long object_store_id, const WebIDBKeyRange& key_range, WebIDBCallbacks* callbacks) argument
H A Dindexed_db_dispatcher.h128 const IndexedDBKeyRange& key_range,
148 const IndexedDBKeyRange& key_range,
158 const IndexedDBKeyRange& key_range,
164 const IndexedDBKeyRange& key_range,
H A Dindexed_db_dispatcher.cc313 const IndexedDBKeyRange& key_range,
323 params.key_range = key_range;
397 const IndexedDBKeyRange& key_range,
409 params.key_range = key_range;
425 const IndexedDBKeyRange& key_range,
434 params.key_range = key_range;
442 const IndexedDBKeyRange& key_range,
308 RequestIDBDatabaseGet( int32 ipc_database_id, int64 transaction_id, int64 object_store_id, int64 index_id, const IndexedDBKeyRange& key_range, bool key_only, WebIDBCallbacks* callbacks) argument
392 RequestIDBDatabaseOpenCursor( int32 ipc_database_id, int64 transaction_id, int64 object_store_id, int64 index_id, const IndexedDBKeyRange& key_range, blink::WebIDBCursorDirection direction, bool key_only, blink::WebIDBTaskType task_type, WebIDBCallbacks* callbacks) argument
420 RequestIDBDatabaseCount( int32 ipc_database_id, int64 transaction_id, int64 object_store_id, int64 index_id, const IndexedDBKeyRange& key_range, WebIDBCallbacks* callbacks) argument
438 RequestIDBDatabaseDeleteRange( int32 ipc_database_id, int64 transaction_id, int64 object_store_id, const IndexedDBKeyRange& key_range, WebIDBCallbacks* callbacks) argument
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.h122 scoped_ptr<IndexedDBKeyRange> key_range,
143 scoped_ptr<IndexedDBKeyRange> key_range,
151 scoped_ptr<IndexedDBKeyRange> key_range,
155 scoped_ptr<IndexedDBKeyRange> key_range,
199 scoped_ptr<IndexedDBKeyRange> key_range,
213 scoped_ptr<IndexedDBKeyRange> key_range,
217 scoped_ptr<IndexedDBKeyRange> key_range,
H A Dindexed_db_fake_backing_store.cc165 const IndexedDBKeyRange& key_range,
175 const IndexedDBKeyRange& key_range,
186 const IndexedDBKeyRange& key_range,
197 const IndexedDBKeyRange& key_range,
161 OpenObjectStoreKeyCursor( IndexedDBBackingStore::Transaction* transaction, int64 database_id, int64 object_store_id, const IndexedDBKeyRange& key_range, blink::WebIDBCursorDirection, leveldb::Status* s) argument
171 OpenObjectStoreCursor( IndexedDBBackingStore::Transaction* transaction, int64 database_id, int64 object_store_id, const IndexedDBKeyRange& key_range, blink::WebIDBCursorDirection, leveldb::Status* s) argument
181 OpenIndexKeyCursor( IndexedDBBackingStore::Transaction* transaction, int64 database_id, int64 object_store_id, int64 index_id, const IndexedDBKeyRange& key_range, blink::WebIDBCursorDirection, leveldb::Status* s) argument
192 OpenIndexCursor( IndexedDBBackingStore::Transaction* transaction, int64 database_id, int64 object_store_id, int64 index_id, const IndexedDBKeyRange& key_range, blink::WebIDBCursorDirection, leveldb::Status* s) argument
H A Dindexed_db_fake_backing_store.h110 const IndexedDBKeyRange& key_range,
117 const IndexedDBKeyRange& key_range,
125 const IndexedDBKeyRange& key_range,
132 const IndexedDBKeyRange& key_range,
H A Dindexed_db_database.cc496 scoped_ptr<IndexedDBKeyRange> key_range,
512 Passed(&key_range),
520 scoped_ptr<IndexedDBKeyRange> key_range,
535 if (key_range->IsOnlyKey()) {
536 key = &key_range->lower();
545 *key_range,
555 *key_range,
565 *key_range,
1004 scoped_ptr<IndexedDBKeyRange> key_range; member in struct:content::IndexedDBDatabase::OpenCursorOperationParams
1018 scoped_ptr<IndexedDBKeyRange> key_range,
493 Get(int64 transaction_id, int64 object_store_id, int64 index_id, scoped_ptr<IndexedDBKeyRange> key_range, bool key_only, scoped_refptr<IndexedDBCallbacks> callbacks) argument
517 GetOperation( int64 object_store_id, int64 index_id, scoped_ptr<IndexedDBKeyRange> key_range, indexed_db::CursorType cursor_type, scoped_refptr<IndexedDBCallbacks> callbacks, IndexedDBTransaction* transaction) argument
1014 OpenCursor( int64 transaction_id, int64 object_store_id, int64 index_id, scoped_ptr<IndexedDBKeyRange> key_range, blink::WebIDBCursorDirection direction, bool key_only, blink::WebIDBTaskType task_type, scoped_refptr<IndexedDBCallbacks> callbacks) argument
1126 Count(int64 transaction_id, int64 object_store_id, int64 index_id, scoped_ptr<IndexedDBKeyRange> key_range, scoped_refptr<IndexedDBCallbacks> callbacks) argument
1147 CountOperation( int64 object_store_id, int64 index_id, scoped_ptr<IndexedDBKeyRange> key_range, scoped_refptr<IndexedDBCallbacks> callbacks, IndexedDBTransaction* transaction) argument
1199 DeleteRange( int64 transaction_id, int64 object_store_id, scoped_ptr<IndexedDBKeyRange> key_range, scoped_refptr<IndexedDBCallbacks> callbacks) argument
1220 DeleteRangeOperation( int64 object_store_id, scoped_ptr<IndexedDBKeyRange> key_range, scoped_refptr<IndexedDBCallbacks> callbacks, IndexedDBTransaction* transaction) argument
[all...]
H A Dindexed_db_backing_store.h476 const IndexedDBKeyRange& key_range,
483 const IndexedDBKeyRange& key_range,
491 const IndexedDBKeyRange& key_range,
499 const IndexedDBKeyRange& key_range,
H A Dindexed_db_dispatcher_host.cc614 make_scoped_ptr(new IndexedDBKeyRange(params.key_range)),
744 make_scoped_ptr(new IndexedDBKeyRange(params.key_range)),
766 make_scoped_ptr(new IndexedDBKeyRange(params.key_range)),
784 make_scoped_ptr(new IndexedDBKeyRange(params.key_range)),
H A Dindexed_db_backing_store.cc1996 const IndexedDBKeyRange& key_range) {
2002 key_range,
2014 key_range,
1992 DeleteRange( IndexedDBBackingStore::Transaction* transaction, int64 database_id, int64 object_store_id, const IndexedDBKeyRange& key_range) argument
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_messages.h124 IPC_STRUCT_MEMBER(content::IndexedDBKeyRange, key_range)
178 IPC_STRUCT_MEMBER(content::IndexedDBKeyRange, key_range)
201 IPC_STRUCT_MEMBER(content::IndexedDBKeyRange, key_range)
215 IPC_STRUCT_MEMBER(content::IndexedDBKeyRange, key_range)

Completed in 1284 milliseconds