OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foundIds
(Results
1 - 7
of
7
) 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
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
[
all
...]
Completed in 2915 milliseconds