Searched defs:databaseId (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/leveldb/
H A DIDBIndexWriterLevelDB.cpp44 void IDBIndexWriterLevelDB::writeIndexKeys(const IDBRecordIdentifier* recordIdentifier, IDBBackingStoreLevelDB& backingStore, IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId) const argument
55 bool IDBIndexWriterLevelDB::verifyIndexKeys(IDBBackingStoreLevelDB& backingStore, IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, bool& canAddKeys, const IDBKey* primaryKey, String* errorMessage) const argument
72 bool IDBIndexWriterLevelDB::addingKeyAllowed(IDBBackingStoreLevelDB& backingStore, IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKey* indexKey, const IDBKey* primaryKey, bool& allowed) const argument
H A DIDBBackingStoreCursorLevelDB.h50 int64_t databaseId; member in struct:WebCore::IDBBackingStoreCursorLevelDB::CursorOptions
H A DIDBLevelDBCoding.h122 static bool validIds(int64_t databaseId, int64_t objectStoreId, int64_t indexId) argument
126 static bool validIds(int64_t databaseId, int64_t objectStoreId) argument
[all...]
H A DIDBServerConnectionLevelDB.cpp561 int64_t databaseId = database.id(); local
H A DIDBLevelDBCoding.cpp1076 encodeInternal(int64_t databaseId, int64_t objectStoreId, int64_t indexId) argument
1179 encode(int64_t databaseId) argument
1192 int64_t DatabaseFreeListKey::databaseId() const function in class:WebCore::IDBLevelDBCoding::DatabaseFreeListKey
1253 encode(int64_t databaseId, MetaDataType metaDataType) argument
1292 encode(int64_t databaseId, int64_t objectStoreId, unsigned char metaDataType) argument
1302 encodeMaxKey(int64_t databaseId) argument
1307 encodeMaxKey(int64_t databaseId, int64_t objectStoreId) argument
1367 encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId, unsigned char metaDataType) argument
1378 encodeMaxKey(int64_t databaseId, int64_t objectStoreId) argument
1383 encodeMaxKey(int64_t databaseId, int64_t objectStoreId, int64_t indexId) argument
1430 encode(int64_t databaseId, int64_t objectStoreId) argument
1439 encodeMaxKey(int64_t databaseId) argument
1487 encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId) argument
1497 encodeMaxKey(int64_t databaseId, int64_t objectStoreId) argument
1543 encode(int64_t databaseId, const String& objectStoreName) argument
1586 encode(int64_t databaseId, int64_t objectStoreId, const String& indexName) argument
1618 encode(int64_t databaseId, int64_t objectStoreId, const Vector<char> encodedUserKey) argument
1627 encode(int64_t databaseId, int64_t objectStoreId, const IDBKey& userKey) argument
1660 encode(int64_t databaseId, int64_t objectStoreId, const Vector<char>& encodedKey) argument
1668 encode(int64_t databaseId, int64_t objectStoreId, const IDBKey& userKey) argument
1731 encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId, const Vector<char>& encodedUserKey, const Vector<char>& encodedPrimaryKey, int64_t sequenceNumber) argument
1741 encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKey& userKey) argument
1746 encodeMinKey(int64_t databaseId, int64_t objectStoreId, int64_t indexId) argument
1751 encodeMaxKey(int64_t databaseId, int64_t objectStoreId, int64_t indexId) argument
1772 int64_t IndexDataKey::databaseId() const function in class:WebCore::IDBLevelDBCoding::IndexDataKey
[all...]
H A DIDBBackingStoreLevelDB.cpp247 int64_t databaseId = 0; local
297 WARN_UNUSED_RETURN static bool getMaxObjectStoreId(DBOrTransaction* db, int64_t databaseId, int64_t& maxObjectStoreId) argument
584 int64_t databaseId = maxDatabaseId + 1; local
678 bool IDBBackingStoreLevelDB::getObjectStores(int64_t databaseId, IDBDatabaseMetadata::ObjectStoreMap* objectStores) argument
775 setMaxObjectStoreId(LevelDBTransaction* transaction, int64_t databaseId, int64_t objectStoreId) argument
793 createObjectStore(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, const String& name, const IDBKeyPath& keyPath, bool autoIncrement) argument
824 deleteObjectStore(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId) argument
853 getRecord(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, const IDBKey& key, Vector<char>& record) argument
885 getNewVersionNumber(LevelDBTransaction* transaction, int64_t databaseId, int64_t objectStoreId, int64_t& newVersionNumber) argument
911 putRecord(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, const IDBKey& key, PassRefPtr<SharedBuffer> prpValue, IDBRecordIdentifier* recordIdentifier) argument
941 clearObjectStore(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId) argument
954 deleteRecord(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, const IDBRecordIdentifier& recordIdentifier) argument
971 getKeyGeneratorCurrentNumber(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t& keyGeneratorCurrentNumber) argument
1021 maybeUpdateKeyGeneratorCurrentNumber(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t newNumber, bool checkCurrent) argument
1041 keyExistsInObjectStore(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, const IDBKey& key, RefPtr<IDBRecordIdentifier>& foundIDBRecordIdentifier) argument
1084 getIndexes(int64_t databaseId, int64_t objectStoreId, IDBObjectStoreMetadata::IndexMap* indexes) argument
1140 setMaxIndexId(LevelDBTransaction* transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId) argument
1162 createIndex(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, const String& name, const IDBKeyPath& keyPath, bool isUnique, bool isMultiEntry) argument
1183 deleteIndex(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId) argument
1200 putIndexDataForRecord(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKey& key, const IDBRecordIdentifier* recordIdentifier) argument
1247 versionExists(LevelDBTransaction* transaction, int64_t databaseId, int64_t objectStoreId, int64_t version, const Vector<char>& encodedPrimaryKey, bool& exists) argument
1264 findKeyInIndex(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKey& key, Vector<char>& foundEncodedPrimaryKey, bool& found) argument
1306 getPrimaryKeyViaIndex(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKey& key, RefPtr<IDBKey>& primaryKey) argument
1327 keyExistsInIndex(IDBBackingStoreTransactionLevelDB& transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKey& indexKey, RefPtr<IDBKey>& foundPrimaryKey, bool& exists) argument
1381 generateKey(IDBTransactionBackend& transaction, int64_t databaseId, int64_t objectStoreId) argument
1398 updateKeyGenerator(IDBTransactionBackend& transaction, int64_t databaseId, int64_t objectStoreId, const IDBKey& key, bool checkCurrent) argument
1725 objectStoreCursorOptions(LevelDBTransaction* transaction, int64_t databaseId, int64_t objectStoreId, const IDBKeyRange* range, IndexedDB::CursorDirection direction, IDBBackingStoreCursorLevelDB::CursorOptions& cursorOptions) argument
1775 indexCursorOptions(LevelDBTransaction* transaction, int64_t databaseId, int64_t objectStoreId, int64_t indexId, const IDBKeyRange* range, IndexedDB::CursorDirection direction, IDBBackingStoreCursorLevelDB::CursorOptions& cursorOptions) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSCommandLineAPIHostCustom.cpp146 JSValue JSCommandLineAPIHost::databaseId(ExecState* exec) function in class:WebCore::JSCommandLineAPIHost
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorDatabaseAgent.cpp257 void InspectorDatabaseAgent::getDatabaseTableNames(ErrorString* error, const String& databaseId, RefPtr<Inspector::TypeBuilder::Array<String>>& names) argument
275 void InspectorDatabaseAgent::executeSQL(ErrorString*, const String& databaseId, const String& query, PassRefPtr<ExecuteSQLCallback> prpRequestCallback) argument
296 String InspectorDatabaseAgent::databaseId(Database* database) function in class:WebCore::InspectorDatabaseAgent
314 Database* InspectorDatabaseAgent::databaseForId(const String& databaseId) argument

Completed in 190 milliseconds