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

  /external/webkit/Source/WebCore/storage/
IDBBackingStore.h 66 virtual void deleteObjectStoreRecord(int64_t databaseId, int64_t objectStoreId, const ObjectStoreRecordIdentifier*) = 0;
IDBLevelDBBackingStore.h 55 virtual void deleteObjectStoreRecord(int64_t databaseId, int64_t objectStoreId, const ObjectStoreRecordIdentifier*);
IDBSQLiteBackingStore.h 50 virtual void deleteObjectStoreRecord(int64_t databaseId, int64_t objectStoreId, const ObjectStoreRecordIdentifier*);
IDBObjectStoreBackendImpl.cpp 303 objectStore->m_backingStore->deleteObjectStoreRecord(objectStore->m_databaseId, objectStore->id(), recordIdentifier.get());
IDBSQLiteBackingStore.cpp 477 void IDBSQLiteBackingStore::deleteObjectStoreRecord(int64_t, int64_t objectStoreId, const ObjectStoreRecordIdentifier* recordIdentifier)
    [all...]
IDBLevelDBBackingStore.cpp     [all...]

Completed in 38 milliseconds