Searched refs:SQLResultRow (Results 1 – 15 of 15) sorted by relevance
107 if (query.prepare() != SQLResultOk || query.step() != SQLResultRow) in getDatabaseSchemaVersion()208 if (databaseQuery.step() != SQLResultRow) in extractIDBDatabaseMetaData()214 if (databaseQuery.step() == SQLResultRow) in extractIDBDatabaseMetaData()258 while (query.step() == SQLResultRow) { in getObjectStores()404 if (query.step() != SQLResultRow) in getObjectStoreRecord()412 ASSERT(query.step() != SQLResultRow); in getObjectStoreRecord()500 if (query.step() != SQLResultRow || query.isColumnNull(0)) in nextAutoIncrementNumber()518 if (query.step() != SQLResultRow) in keyExistsInObjectStore()533 while (query.step() == SQLResultRow) { in forEachObjectStoreRecord()557 while (query.step() == SQLResultRow) { in getIndexes()[all …]
89 if (result == SQLResultRow) { in execute()101 } while (result == SQLResultRow); in execute()
111 if (result == SQLResultRow) { in execute()123 } while (result == SQLResultRow); in execute()
166 while ((result = statement.step()) == SQLResultRow) in syncImportOriginIdentifiers()362 while ((result = statement.step()) == SQLResultRow) { in syncDeleteAllOrigins()464 if (result != SQLResultRow) { in syncDeleteOrigin()
220 return statement.step() == SQLResultRow; in hasEntryForDatabase()302 if (result == SQLResultRow) in fullPathForDatabaseNoLock()354 while ((result = statement.step()) == SQLResultRow) { in populateOrigins()385 while ((result = statement.step()) == SQLResultRow) in databaseNamesForOriginNoLock()439 if (result != SQLResultRow) { in detailsForNameAndOrigin()468 if (result == SQLResultRow) in setDatabaseDetails()
288 while (result == SQLResultRow) { in performImport()451 if (result != SQLResultRow) { in deleteEmptyDatabase()
367 while ((result = statement.step()) == SQLResultRow) { in performGetTableNames()
60 if (result == SQLResultRow) { in retrieveTextResultFromDatabase()
115 if (result != SQLResultRow) { in loadCacheGroup()184 while (statement.step() == SQLResultRow) in loadManifestHostHashes()227 while ((result = statement.step()) == SQLResultRow) { in cacheGroupForURL()297 while ((result = statement.step()) == SQLResultRow) { in fallbackCacheGroupForURL()449 if (result == SQLResultRow) { in quotaForOrigin()474 if (result == SQLResultRow) { in usageForOrigin()519 if (result == SQLResultRow) { in remainingSizeForOriginExcludingCache()1072 while ((result = cacheStatement.step()) == SQLResultRow) { in loadCache()1117 while ((result = whitelistStatement.step()) == SQLResultRow) in loadCache()1132 if (result != SQLResultRow) in loadCache()[all …]
48 extern const int SQLResultRow;
70 if (result == SQLResultRow) in getFileNameForNewDatabase()
45 const int SQLResultRow = SQLITE_ROW; variable168 if (statement.step() != SQLResultRow) in setMaximumSize()
1187 if (resultCode != SQLResultRow) in checkIntegrity()1222 while (result == SQLResultRow) { in performURLImport()1646 while ((result = pageSQL.step()) == SQLResultRow) { in pruneUnretainedIcons()1817 if (result == SQLResultRow) in imported()1926 if (result == SQLResultRow) in getIconIDForIconURLFromSQLDatabase()1980 if (result == SQLResultRow) { in getImageDataForIconURLFromSQLDatabase()
165 if (statement.step() != SQLResultRow) in readFromDatabaseImpl()
350 while (statement.step() == SQLResultRow) in maybeLoadPermanentPermissions()