Searched refs:getColumnInt (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.h81 int getColumnInt(int col);
H A DSQLiteDatabase.cpp188 m_pageSize = statement.getColumnInt(0);
447 int autoVacuumMode = statement.getColumnInt(0);
H A DSQLiteStatement.cpp351 int SQLiteStatement::getColumnInt(int col) function in class:WebCore::SQLiteStatement
481 v.append(getColumnInt(col));
/external/webkit/Source/WebCore/storage/
H A DStorageAreaSync.cpp456 int count = query.getColumnInt(0);
H A DIDBSQLiteBackingStore.cpp110 *databaseVersion = query.getColumnInt(0);
262 foundAutoIncrementFlags.append(!!query.getColumnInt(3));
561 foundUniqueFlags.append(!!query.getColumnInt(3));
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp1056 return SQLiteStatement(db, "SELECT value FROM IconDatabaseInfo WHERE key = 'Version';").getColumnInt(0);
1251 currentIcon->setTimestamp(query.getColumnInt(2));
1818 result = query.getColumnInt(0);
2111 return SQLiteStatement(m_syncDB, "SELECT value FROM IconDatabaseInfo WHERE key = 'ExcludedFromBackup';").getColumnInt(0);
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp570 int version = SQLiteStatement(m_database, "PRAGMA user_version").getColumnInt(0);

Completed in 136 milliseconds