Home | History | Annotate | Download | only in indexed_db

Lines Matching defs:key_path

1549                                          ObjectStoreMetaDataKey::KEY_PATH)) {
1553 IndexedDBKeyPath key_path;
1556 if (!DecodeIDBKeyPath(&slice, &key_path) || !slice.empty())
1634 // (2) Later, null vs. string vs. array was stored in the key_path itself.
1637 (key_path.type() == blink::WebIDBKeyPathTypeString &&
1638 !key_path.string().empty())) {
1643 key_path = IndexedDBKeyPath();
1670 key_path,
1714 const IndexedDBKeyPath& key_path,
1728 database_id, object_store_id, ObjectStoreMetaDataKey::KEY_PATH);
1747 PutIDBKeyPath(leveldb_transaction, key_path_key, key_path);
1752 PutBool(leveldb_transaction, has_key_path_key, !key_path.IsNull());
2572 s = it->Next(); // key_path
2576 it.get(), stop_key, index_id, IndexMetaDataKey::KEY_PATH)) {
2580 IndexedDBKeyPath key_path;
2583 if (!DecodeIDBKeyPath(&slice, &key_path) || !slice.empty())
2603 index_name, index_id, key_path, index_unique, index_multi_entry);
2754 const IndexedDBKeyPath& key_path,
2772 database_id, object_store_id, index_id, IndexMetaDataKey::KEY_PATH);
2778 PutIDBKeyPath(leveldb_transaction, key_path_key, key_path);