Home
last modified time | relevance | path

Searched defs:databaseId (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBObjectStoreBackendImpl.h45 …r<IDBObjectStoreBackendImpl> create(IDBBackingStore* backingStore, int64_t databaseId, int64_t id,… in create()
49 …r<IDBObjectStoreBackendImpl> create(IDBBackingStore* backingStore, int64_t databaseId, const Strin… in create()
62 int64_t databaseId() const { return m_databaseId; } in databaseId() function
DIDBLevelDBBackingStore.cpp509 KeyPrefix(int64_t databaseId, int64_t objectStoreId, int64_t indexId) in KeyPrefix()
664 static Vector<char> encode(int64_t databaseId) in encode()
673 int64_t databaseId() const in databaseId() function in WebCore::__anon61466e600111::DatabaseFreeListKey
746 static Vector<char> encode(int64_t databaseId, MetaDataType metaDataType) in encode()
787 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t metaDataType) in encode()
858 …static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId, unsigned ch… in encode()
920 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId) in encode()
977 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, int64_t indexId) in encode()
1034 static Vector<char> encode(int64_t databaseId, const String& objectStoreName) in encode()
1085 static Vector<char> encode(int64_t databaseId, int64_t objectStoreId, const String& indexName) in encode()
[all …]
DIDBIndexBackendImpl.h43 …static PassRefPtr<IDBIndexBackendImpl> create(IDBBackingStore* backingStore, int64_t databaseId, c… in create()
47 …static PassRefPtr<IDBIndexBackendImpl> create(IDBBackingStore* backingStore, int64_t databaseId, c… in create()
DIDBIndexBackendImpl.cpp43 IDBIndexBackendImpl::IDBIndexBackendImpl(IDBBackingStore* backingStore, int64_t databaseId, const I… in IDBIndexBackendImpl()
55 IDBIndexBackendImpl::IDBIndexBackendImpl(IDBBackingStore* backingStore, int64_t databaseId, const I… in IDBIndexBackendImpl()
DIDBObjectStoreBackendImpl.cpp53 …kendImpl::IDBObjectStoreBackendImpl(IDBBackingStore* backingStore, int64_t databaseId, int64_t id,… in IDBObjectStoreBackendImpl()
65 …kendImpl::IDBObjectStoreBackendImpl(IDBBackingStore* backingStore, int64_t databaseId, const Strin… in IDBObjectStoreBackendImpl()
330 …allback(IDBBackingStore& backingStore, const String& indexKeyPath, int64_t databaseId, int64_t obj… in PopulateIndexCallback()
361 static bool populateIndex(IDBBackingStore& backingStore, int64_t databaseId, int64_t objectStoreId,… in populateIndex()
DIDBDatabaseBackendImpl.cpp195 int64_t databaseId = database->id(); in setVersionInternal() local
DIDBSQLiteBackingStore.cpp245 void IDBSQLiteBackingStore::getObjectStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<S… in getObjectStores()
266 bool IDBSQLiteBackingStore::createObjectStore(int64_t databaseId, const String& name, const String&… in createObjectStore()
/external/webkit/Source/WebCore/inspector/
DInspectorDatabaseAgent.cpp295 void InspectorDatabaseAgent::getDatabaseTableNames(ErrorString* error, int databaseId, RefPtr<Inspe… in getDatabaseTableNames()
311 void InspectorDatabaseAgent::executeSQL(ErrorString* error, int databaseId, const String& query, bo… in executeSQL()
332 int InspectorDatabaseAgent::databaseId(Database* database) in databaseId() function in WebCore::InspectorDatabaseAgent
350 Database* InspectorDatabaseAgent::databaseForId(int databaseId) in databaseForId()
/external/webkit/Source/WebCore/bindings/js/
DJSInjectedScriptHostCustom.cpp124 JSValue JSInjectedScriptHost::databaseId(ExecState* exec) in databaseId() function in WebCore::JSInjectedScriptHost
/external/webkit/Source/WebCore/inspector/front-end/
DResourcesPanel.js322 selectDatabase: function(databaseId) argument