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

  /external/webkit/Source/WebCore/storage/
IDBBackingStore.h 65 virtual void clearObjectStore(int64_t databaseId, int64_t objectStoreId) = 0;
IDBLevelDBBackingStore.h 54 virtual void clearObjectStore(int64_t databaseId, int64_t objectStoreId);
IDBSQLiteBackingStore.h 49 virtual void clearObjectStore(int64_t databaseId, int64_t objectStoreId);
IDBObjectStoreBackendImpl.cpp 323 objectStore->m_backingStore->clearObjectStore(objectStore->m_databaseId, objectStore->id());
IDBSQLiteBackingStore.cpp 471 void IDBSQLiteBackingStore::clearObjectStore(int64_t, int64_t objectStoreId)
    [all...]
IDBLevelDBBackingStore.cpp     [all...]

Completed in 126 milliseconds