Searched refs:foundNames (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/storage/ |
D | IDBSQLiteBackingStore.h | 43 …tStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>&… 56 …eId, int64_t objectStoreId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>&…
|
D | IDBLevelDBBackingStore.h | 48 …tStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>&… 61 …eId, int64_t objectStoreId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>&…
|
D | IDBBackingStore.h | 52 …tStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>&… 77 …eId, int64_t objectStoreId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>&…
|
D | IDBSQLiteBackingStore.cpp | 245 …tStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>&… in getObjectStores() argument 252 ASSERT(foundNames.isEmpty()); in getObjectStores() 260 foundNames.append(query.getColumnText(1)); in getObjectStores() 544 …4_t, int64_t objectStoreId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>&… in getIndexes() argument 551 ASSERT(foundNames.isEmpty()); in getIndexes() 559 foundNames.append(query.getColumnText(1)); in getIndexes()
|
D | IDBLevelDBBackingStore.cpp | 1573 …tStores(int64_t databaseId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>&… in getObjectStores() argument 1624 foundNames.append(objectStoreName); in getObjectStores() 1927 …eId, int64_t objectStoreId, Vector<int64_t>& foundIds, Vector<String>& foundNames, Vector<String>&… in getIndexes() argument 1961 foundNames.append(indexName); in getIndexes()
|