Searched refs:clearObjectStore (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.h54 virtual void clearObjectStore(int64_t databaseId, int64_t objectStoreId);
H A DIDBSQLiteBackingStore.h49 virtual void clearObjectStore(int64_t databaseId, int64_t objectStoreId);
H A DIDBBackingStore.h65 virtual void clearObjectStore(int64_t databaseId, int64_t objectStoreId) = 0;
H A DIDBObjectStoreBackendImpl.cpp323 objectStore->m_backingStore->clearObjectStore(objectStore->m_databaseId, objectStore->id());
H A DIDBSQLiteBackingStore.cpp471 void IDBSQLiteBackingStore::clearObjectStore(int64_t, int64_t objectStoreId) function in class:WebCore::IDBSQLiteBackingStore
H A DIDBLevelDBBackingStore.cpp1749 clearObjectStore(databaseId, objectStoreId);
1831 void IDBLevelDBBackingStore::clearObjectStore(int64_t databaseId, int64_t objectStoreId) function in class:WebCore::IDBLevelDBBackingStore

Completed in 195 milliseconds