Searched defs:assignedObjectStoreId (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/storage/
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 538 milliseconds