Searched refs:assignedObjectStoreId (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.h49 virtual bool createObjectStore(int64_t databaseId, const String& name, const String& keyPath, bool autoIncrement, int64_t& assignedObjectStoreId);
H A DIDBSQLiteBackingStore.h44 virtual bool createObjectStore(int64_t databaseId, const String& name, const String& keyPath, bool autoIncrement, int64_t& assignedObjectStoreId);
H A DIDBBackingStore.h53 virtual bool createObjectStore(int64_t databaseId, const String& name, const String& keyPath, bool autoIncrement, int64_t& assignedObjectStoreId) = 0;
H A DIDBSQLiteBackingStore.cpp266 bool IDBSQLiteBackingStore::createObjectStore(int64_t databaseId, const String& name, const String& keyPath, bool autoIncrement, int64_t& assignedObjectStoreId) argument
280 assignedObjectStoreId = m_db.lastInsertRowID();
H A DIDBLevelDBBackingStore.cpp1662 bool IDBLevelDBBackingStore::createObjectStore(int64_t databaseId, const String& name, const String& keyPath, bool autoIncrement, int64_t& assignedObjectStoreId) argument
1716 assignedObjectStoreId = objectStoreId;

Completed in 79 milliseconds