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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.h48 virtual void getObjectStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundAutoIncrementFlags);
H A DIDBSQLiteBackingStore.h43 virtual void getObjectStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundAutoIncrementFlags);
H A DIDBBackingStore.h52 virtual void getObjectStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundAutoIncrementFlags) = 0;
H A DIDBDatabaseBackendImpl.cpp246 m_backingStore->getObjectStores(m_id, ids, names, keyPaths, autoIncrementFlags);
H A DIDBSQLiteBackingStore.cpp245 void IDBSQLiteBackingStore::getObjectStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundAutoIncrementFlags) function in class:WebCore::IDBSQLiteBackingStore
H A DIDBLevelDBBackingStore.cpp1573 void IDBLevelDBBackingStore::getObjectStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundAutoIncrementFlags) function in class:WebCore::IDBLevelDBBackingStore

Completed in 90 milliseconds