HomeSort by relevance Sort by last modified time
    Searched refs:getObjectStores (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBBackingStore.h 52 virtual void getObjectStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundAutoIncrementFlags) = 0;
IDBLevelDBBackingStore.h 48 virtual void getObjectStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundAutoIncrementFlags);
IDBSQLiteBackingStore.h 43 virtual void getObjectStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundAutoIncrementFlags);
IDBDatabaseBackendImpl.cpp 246 m_backingStore->getObjectStores(m_id, ids, names, keyPaths, autoIncrementFlags);
IDBSQLiteBackingStore.cpp 245 void IDBSQLiteBackingStore::getObjectStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundAutoIncrementFlags)
    [all...]
IDBLevelDBBackingStore.cpp     [all...]

Completed in 61 milliseconds