Home
last modified time | relevance | path

Searched refs:SQLResultRow (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBSQLiteBackingStore.cpp107 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 …]
DSQLStatementSync.cpp89 if (result == SQLResultRow) { in execute()
101 } while (result == SQLResultRow); in execute()
DSQLStatement.cpp111 if (result == SQLResultRow) { in execute()
123 } while (result == SQLResultRow); in execute()
DStorageTracker.cpp166 while ((result = statement.step()) == SQLResultRow) in syncImportOriginIdentifiers()
362 while ((result = statement.step()) == SQLResultRow) { in syncDeleteAllOrigins()
464 if (result != SQLResultRow) { in syncDeleteOrigin()
DDatabaseTracker.cpp220 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()
DStorageAreaSync.cpp288 while (result == SQLResultRow) { in performImport()
451 if (result != SQLResultRow) { in deleteEmptyDatabase()
DDatabase.cpp367 while ((result = statement.step()) == SQLResultRow) { in performGetTableNames()
DAbstractDatabase.cpp60 if (result == SQLResultRow) { in retrieveTextResultFromDatabase()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp115 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 …]
/external/webkit/Source/WebCore/platform/sql/
DSQLiteDatabase.h48 extern const int SQLResultRow;
DSQLiteFileSystem.cpp70 if (result == SQLResultRow) in getFileNameForNewDatabase()
DSQLiteDatabase.cpp45 const int SQLResultRow = SQLITE_ROW; variable
168 if (statement.step() != SQLResultRow) in setMaximumSize()
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.cpp1187 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()
/external/webkit/Source/WebCore/page/
DGeolocationPositionCache.cpp165 if (statement.step() != SQLResultRow) in readFromDatabaseImpl()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DGeolocationPermissions.cpp350 while (statement.step() == SQLResultRow) in maybeLoadPermanentPermissions()