OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyExistsInObjectStore
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/storage/
IDBBackingStore.h
68
virtual bool
keyExistsInObjectStore
(int64_t databaseId, int64_t objectStoreId, const IDBKey&, ObjectStoreRecordIdentifier* foundRecordIdentifier) = 0;
IDBLevelDBBackingStore.h
57
virtual bool
keyExistsInObjectStore
(int64_t databaseId, int64_t objectStoreId, const IDBKey&, ObjectStoreRecordIdentifier* foundRecordIdentifier);
IDBSQLiteBackingStore.h
52
virtual bool
keyExistsInObjectStore
(int64_t databaseId, int64_t objectStoreId, const IDBKey&, ObjectStoreRecordIdentifier* foundRecordIdentifier);
IDBObjectStoreBackendImpl.cpp
233
bool isExistingValue = objectStore->m_backingStore->
keyExistsInObjectStore
(objectStore->m_databaseId, objectStore->id(), *key, recordIdentifier.get());
290
if (!objectStore->m_backingStore->
keyExistsInObjectStore
(objectStore->m_databaseId, objectStore->id(), *key, recordIdentifier.get())) {
IDBSQLiteBackingStore.cpp
506
bool IDBSQLiteBackingStore::
keyExistsInObjectStore
(int64_t, int64_t objectStoreId, const IDBKey& key, ObjectStoreRecordIdentifier* foundRecordIdentifier)
[
all
...]
IDBLevelDBBackingStore.cpp
[
all
...]
Completed in 1222 milliseconds