Searched refs:getColumnInt64 (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteFileSystem.cpp71 seq = sequenceStatement.getColumnInt64(0);
H A DSQLiteStatement.h82 int64_t getColumnInt64(int col);
H A DSQLiteDatabase.cpp146 maxPageCount = statement.getColumnInt64(0);
205 freelistCount = statement.getColumnInt64(0);
220 pageCount = statement.getColumnInt64(0);
H A DSQLiteStatement.cpp362 int64_t SQLiteStatement::getColumnInt64(int col) function in class:WebCore::SQLiteStatement
501 v.append(getColumnInt64(col));
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp120 unsigned newestCacheStorageID = static_cast<unsigned>(statement.getColumnInt64(2));
128 group->setStorageID(static_cast<unsigned>(statement.getColumnInt64(0)));
185 m_cacheHostSet.add(static_cast<unsigned>(statement.getColumnInt64(0)));
238 unsigned newestCacheID = static_cast<unsigned>(statement.getColumnInt64(2));
251 group->setStorageID(static_cast<unsigned>(statement.getColumnInt64(0)));
309 unsigned newestCacheID = static_cast<unsigned>(statement.getColumnInt64(2));
322 group->setStorageID(static_cast<unsigned>(statement.getColumnInt64(0)));
450 bool wasNoRecord = statement.getColumnInt64(0) == 0;
451 quota = wasNoRecord ? m_defaultOriginQuota : statement.getColumnInt64(1);
475 usage = statement.getColumnInt64(
[all...]
/external/webkit/Source/WebCore/storage/
H A DIDBSQLiteBackingStore.cpp211 foundId = databaseQuery.getColumnInt64(0);
259 foundIds.append(query.getColumnInt64(0));
521 sqliteRecordIdentifier->setId(query.getColumnInt64(0));
534 int64_t objectStoreDataId = query.getColumnInt64(0);
558 foundIds.append(query.getColumnInt64(0));
779 m_currentId = m_query.getColumnInt64(0);
817 m_currentId = m_query.getColumnInt64(0);
856 m_currentId = m_query.getColumnInt64(0);
H A DDatabaseTracker.cpp356 m_quotaMap->set(origin.get()->threadsafeCopy(), statement.getColumnInt64(1));
444 expectedUsage = statement.getColumnInt64(1);
469 guid = statement.getColumnInt64(0);
/external/webkit/Source/WebCore/page/
H A DGeolocationPositionCache.cpp179 DOMTimeStamp timestamp = statement.getColumnInt64(7); // timestamp
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DGeolocationPermissions.cpp350 s_permanentPermissions.set(statement.getColumnText(0), statement.getColumnInt64(1));
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp1649 pageIDsToDelete.append(pageSQL.getColumnInt64(0));
1927 result = m_getIconIDForIconURLStatement->getColumnInt64(0);

Completed in 199 milliseconds