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

/external/webkit/Source/WebCore/storage/
H A DSQLStatementSync.cpp89 if (result == SQLResultRow) {
101 } while (result == SQLResultRow);
H A DIDBSQLiteBackingStore.cpp107 if (query.prepare() != SQLResultOk || query.step() != SQLResultRow)
208 if (databaseQuery.step() != SQLResultRow)
214 if (databaseQuery.step() == SQLResultRow)
258 while (query.step() == SQLResultRow) {
404 if (query.step() != SQLResultRow)
412 ASSERT(query.step() != SQLResultRow);
500 if (query.step() != SQLResultRow || query.isColumnNull(0))
518 if (query.step() != SQLResultRow)
533 while (query.step() == SQLResultRow) {
557 while (query.step() == SQLResultRow) {
[all...]
H A DSQLStatement.cpp111 if (result == SQLResultRow) {
123 } while (result == SQLResultRow);
H A DStorageTracker.cpp166 while ((result = statement.step()) == SQLResultRow)
362 while ((result = statement.step()) == SQLResultRow) {
464 if (result != SQLResultRow) {
H A DStorageAreaSync.cpp288 while (result == SQLResultRow) {
451 if (result != SQLResultRow) {
H A DDatabaseTracker.cpp220 return statement.step() == SQLResultRow;
302 if (result == SQLResultRow)
354 while ((result = statement.step()) == SQLResultRow) {
385 while ((result = statement.step()) == SQLResultRow)
439 if (result != SQLResultRow) {
468 if (result == SQLResultRow)
H A DAbstractDatabase.cpp60 if (result == SQLResultRow) {
H A DDatabase.cpp367 while ((result = statement.step()) == SQLResultRow) {
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.h48 extern const int SQLResultRow;
H A DSQLiteFileSystem.cpp70 if (result == SQLResultRow)
H A DSQLiteDatabase.cpp45 const int SQLResultRow = SQLITE_ROW; member in namespace:WebCore
168 if (statement.step() != SQLResultRow)
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp115 if (result != SQLResultRow) {
184 while (statement.step() == SQLResultRow)
227 while ((result = statement.step()) == SQLResultRow) {
297 while ((result = statement.step()) == SQLResultRow) {
449 if (result == SQLResultRow) {
474 if (result == SQLResultRow) {
519 if (result == SQLResultRow) {
1072 while ((result = cacheStatement.step()) == SQLResultRow) {
1117 while ((result = whitelistStatement.step()) == SQLResultRow)
1132 if (result != SQLResultRow)
[all...]
/external/webkit/Source/WebCore/page/
H A DGeolocationPositionCache.cpp165 if (statement.step() != SQLResultRow)
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DGeolocationPermissions.cpp349 while (statement.step() == SQLResultRow)
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp1187 if (resultCode != SQLResultRow)
1222 while (result == SQLResultRow) {
1646 while ((result = pageSQL.step()) == SQLResultRow) {
1817 if (result == SQLResultRow)
1926 if (result == SQLResultRow)
1980 if (result == SQLResultRow) {

Completed in 5395 milliseconds