OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foundIds
(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;
77
virtual void getIndexes(int64_t databaseId, int64_t objectStoreId, Vector<int64_t>&
foundIds
, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundUniqueFlags) = 0;
IDBLevelDBBackingStore.h
48
virtual void getObjectStores(int64_t databaseId, Vector<int64_t>&
foundIds
, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundAutoIncrementFlags);
61
virtual void getIndexes(int64_t databaseId, int64_t objectStoreId, Vector<int64_t>&
foundIds
, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundUniqueFlags);
IDBSQLiteBackingStore.h
43
virtual void getObjectStores(int64_t databaseId, Vector<int64_t>&
foundIds
, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundAutoIncrementFlags);
56
virtual void getIndexes(int64_t databaseId, int64_t objectStoreId, Vector<int64_t>&
foundIds
, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundUniqueFlags);
IDBSQLiteBackingStore.cpp
245
void IDBSQLiteBackingStore::getObjectStores(int64_t databaseId, Vector<int64_t>&
foundIds
, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundAutoIncrementFlags)
251
ASSERT(
foundIds
.isEmpty());
259
foundIds
.append(query.getColumnInt64(0));
544
void IDBSQLiteBackingStore::getIndexes(int64_t, int64_t objectStoreId, Vector<int64_t>&
foundIds
, Vector<String>& foundNames, Vector<String>& foundKeyPaths, Vector<bool>& foundUniqueFlags)
550
ASSERT(
foundIds
.isEmpty());
558
foundIds
.append(query.getColumnInt64(0));
[
all
...]
IDBLevelDBBackingStore.cpp
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java
[
all
...]
Completed in 57 milliseconds