HomeSort by relevance Sort by last modified time
    Searched refs:object_store_id (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_fake_backing_store.h 35 int64 object_store_id,
42 int64 object_store_id) OVERRIDE;
45 int64 object_store_id,
49 int64 object_store_id,
53 int64 object_store_id,
59 int64 object_store_id,
66 int64 object_store_id,
74 int64 object_store_id,
78 int64 object_store_id,
86 int64 object_store_id,
    [all...]
indexed_db_database.h 68 void RemoveObjectStore(int64 object_store_id);
69 void AddIndex(int64 object_store_id,
72 void RemoveIndex(int64 object_store_id, int64 index_id);
90 int64 object_store_id,
94 void DeleteObjectStore(int64 transaction_id, int64 object_store_id);
106 int64 object_store_id,
112 void DeleteIndex(int64 transaction_id, int64 object_store_id, int64 index_id);
131 int64 object_store_id,
137 int64 object_store_id,
145 int64 object_store_id,
    [all...]
indexed_db_fake_backing_store.cc 41 int64 object_store_id,
50 int64 object_store_id) {
55 int64 object_store_id,
62 int64 object_store_id,
69 int64 object_store_id,
77 int64 object_store_id,
86 int64 object_store_id,
97 int64 object_store_id,
103 int64 object_store_id,
114 int64 object_store_id,
    [all...]
indexed_db_backing_store.h 92 int64 object_store_id,
99 int64 object_store_id) WARN_UNUSED_RESULT;
124 int64 object_store_id,
129 int64 object_store_id,
135 int64 object_store_id) WARN_UNUSED_RESULT;
138 int64 object_store_id,
143 int64 object_store_id,
148 int64 object_store_id,
154 int64 object_store_id,
161 int64 object_store_id,
206 int64 object_store_id; member in struct:content::IndexedDBBackingStore::Cursor::CursorOptions
    [all...]
indexed_db_database.cc 159 void IndexedDBDatabase::RemoveObjectStore(int64 object_store_id) {
160 DCHECK(metadata_.object_stores.find(object_store_id) !=
162 metadata_.object_stores.erase(object_store_id);
165 void IndexedDBDatabase::AddIndex(int64 object_store_id,
168 DCHECK(metadata_.object_stores.find(object_store_id) !=
171 metadata_.object_stores[object_store_id];
179 metadata_.object_stores[object_store_id] = object_store;
182 void IndexedDBDatabase::RemoveIndex(int64 object_store_id, int64 index_id) {
183 DCHECK(metadata_.object_stores.find(object_store_id) !=
186 metadata_.object_stores[object_store_id];
698 int64 object_store_id; member in struct:content::IndexedDBDatabase::PutOperationParams
967 int64 object_store_id; member in struct:content::IndexedDBDatabase::OpenCursorOperationParams
    [all...]
indexed_db_leveldb_coding.h 84 KeyPrefix(int64 database_id, int64 object_store_id);
85 KeyPrefix(int64 database_id, int64 object_store_id, int64 index_id);
87 int64 object_store_id,
131 int64 object_store_id,
134 IsValidObjectStoreId(object_store_id) && IsValidIndexId(index_id);
136 static bool ValidIds(int64 database_id, int64 object_store_id) {
138 IsValidObjectStoreId(object_store_id);
151 int64 object_store_id,
156 int64 object_store_id,
238 int64 object_store_id,
    [all...]
indexed_db_backing_store.cc 850 int64 object_store_id,
859 if (meta_data_key.ObjectStoreId() != object_store_id)
895 int64 object_store_id = meta_data_key.ObjectStoreId(); local
909 object_store_id,
925 object_store_id,
940 object_store_id,
950 object_store_id,
    [all...]
indexed_db_index_writer.h 33 int64 object_store_id,
43 int64 object_store_id) const;
51 int64 object_store_id,
indexed_db_backing_store_unittest.cc 73 // and object_store_id still work.
156 const int64 object_store_id = 1; local
178 object_store_id,
184 &transaction1, 0, object_store_id, m_key1, m_value1, &record);
195 object_store_id,
200 &transaction1, 0, object_store_id, m_key1, &result_value);
206 object_store_id,
213 object_store_id,
219 &transaction1, database_id, object_store_id, 0, m_key1, &new_primary_key);
224 object_store_id,
244 const int64 object_store_id = 99; local
    [all...]
indexed_db_index_writer.cc 33 int64 object_store_id,
43 object_store_id,
69 int64 object_store_id) const {
74 object_store_id,
88 int64 object_store_id,
103 object_store_id,
indexed_db_leveldb_coding.cc 1082 KeyPrefix::KeyPrefix(int64 database_id, int64 object_store_id)
1084 object_store_id_(object_store_id),
1087 DCHECK(KeyPrefix::IsValidObjectStoreId(object_store_id));
    [all...]
indexed_db_dispatcher_host.cc 428 params.object_store_id,
443 int64 object_store_id) {
452 parent_->HostTransactionId(transaction_id), object_store_id);
514 params.object_store_id,
548 params.object_store_id,
584 params.object_store_id,
593 int64 object_store_id,
603 parent_->HostTransactionId(transaction_id), object_store_id, index_ids);
619 params.object_store_id,
641 params.object_store_id,
    [all...]
indexed_db_dispatcher_host.h 162 int64 object_store_id);
174 int64 object_store_id,
184 int64 object_store_id);
189 int64 object_store_id,
  /external/chromium_org/content/child/indexed_db/
webidbdatabase_impl.cc 51 long long object_store_id,
58 params.object_store_id = object_store_id;
68 long long object_store_id) {
70 ipc_database_id_, transaction_id, object_store_id));
92 long long object_store_id,
101 object_store_id,
109 long long object_store_id,
120 object_store_id,
131 long long object_store_id,
    [all...]
indexed_db_dispatcher_unittest.cc 47 const int64 object_store_id = 2; local
61 object_store_id,
indexed_db_dispatcher.h 114 int64 object_store_id,
123 int64 object_store_id,
134 int64 object_store_id,
144 int64 object_store_id,
151 int64 object_store_id,
157 int64 object_store_id,
indexed_db_dispatcher.cc 303 int64 object_store_id,
313 params.object_store_id = object_store_id;
323 int64 object_store_id,
347 params.object_store_id = object_store_id;
372 int64 object_store_id,
384 params.object_store_id = object_store_id;
396 int64 object_store_id,
    [all...]
webidbdatabase_impl.h 35 long long object_store_id);
  /external/chromium_org/content/common/indexed_db/
indexed_db_messages.h 87 IPC_STRUCT_MEMBER(int64, object_store_id)
105 IPC_STRUCT_MEMBER(int64, object_store_id)
124 IPC_STRUCT_MEMBER(int64, object_store_id)
151 IPC_STRUCT_MEMBER(int64, object_store_id)
174 IPC_STRUCT_MEMBER(int64, object_store_id)
190 IPC_STRUCT_MEMBER(int64, object_store_id)
201 IPC_STRUCT_MEMBER(int64, object_store_id)
218 IPC_STRUCT_MEMBER(int64, object_store_id)
430 int64) /* object_store_id */
460 int64, /* object_store_id */
    [all...]

Completed in 136 milliseconds